-
-
Notifications
You must be signed in to change notification settings - Fork 69
Prometheus Write Input
Lorenzo Mangani edited this page Aug 7, 2022
·
13 revisions
qryn implements experimental support for the Prometheus Remote Write API (Protobuf WriteRequest format)
-
api/v1/prom/remote/write
-
api/prom/remote/write
(alias)
Use the promremote client to test the input.
promremote -t=__name__:foo_bar -t=biz:baz -d=now,1415.92
Store data from Prometheus instances using the remote_write API
# Remote write configuration
remote_write:
- url: "http://qryn:3100/api/v1/write"
Stored Metrics can be accessed using the qryn (unwrap_value) function. (PromQL support is in our roadmap)
sum(rate({type="clickhouse"}[5m])) by (call)
Examples: LogQL Range Aggregations