mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-06 08:02:17 +01:00
Update url-examples (#2358)
* Update url-examples Add federate example * Update docs/url-examples.md Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
This commit is contained in:
parent
c3d7522c19
commit
b8d9c071e9
@ -397,6 +397,33 @@ Additional information:
|
|||||||
|
|
||||||
* [How to send data from datadog agent](https://docs.victoriametrics.com/#how-to-send-data-from-datadog-agent)
|
* [How to send data from datadog agent](https://docs.victoriametrics.com/#how-to-send-data-from-datadog-agent)
|
||||||
|
|
||||||
|
## /federate
|
||||||
|
|
||||||
|
**Returns federated metrics**
|
||||||
|
|
||||||
|
Single:
|
||||||
|
<div class="with-copy" markdown="1">
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -G 'http://localhost:8428/federate?match[]=vm_http_request_errors_total&start=2021-02-22T19:10:30.781Z'
|
||||||
|
```
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Cluster:
|
||||||
|
<div class="with-copy" markdown="1">
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -G 'http://<vmselect>:8481/select/0/prometheus/federate?match[]=vm_http_request_errors_total&start=2021-02-22T19:10:30.781Z'
|
||||||
|
```
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Additional information:
|
||||||
|
|
||||||
|
* [Federation](https://docs.victoriametrics.com/#federation)
|
||||||
|
* [Prometheus-compatible federation data](https://prometheus.io/docs/prometheus/latest/federation/#configuring-federation)
|
||||||
|
|
||||||
## /graphite/metrics/find
|
## /graphite/metrics/find
|
||||||
|
|
||||||
**Searches Graphite metrics in VictoriaMetrics**
|
**Searches Graphite metrics in VictoriaMetrics**
|
||||||
|
Loading…
Reference in New Issue
Block a user