You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import data from Graphite using the bundled `getool`.
157
155
See `getool create-blocks --help` for usage.
@@ -161,6 +159,17 @@ The `--block-duration` must be a power of two in hours, e.g. `4h`, `8h`, and so
161
159
162
160
To merge the data into an existing Prometheus storage directory, start Prometheus with the `--storage.tsdb.allow-overlapping-blocks` flag.
163
161
162
+
## Incompatibility with Graphite bridge
163
+
164
+
This exporter does not work in combination with the [Java client](https://prometheus.github.io/client_java/io/prometheus/client/bridge/Graphite.html) or [Python client](https://github.com/prometheus/client_python#graphite) Graphite bridge.
165
+
In the transition to the Graphite data model and back, information is lost.
166
+
Additionally, default metrics conflict between the client libraries and the exporter.
167
+
168
+
Instead, configure Prometheus to scrape your application directly, without the exporter in the middle.
169
+
For batch or ephemeral jobs, use the [pushgateway](https://prometheus.io/docs/practices/pushing/)[integration](https://github.com/prometheus/client_python#exporting-to-a-pushgateway).
170
+
If you absolutely must push, consider [PushProx](https://github.com/prometheus-community/PushProx) or the [Grafana agent](https://github.com/grafana/agent) instead.
0 commit comments