Matthias Rampke
Matthias Rampke
I marked the PR as draft for now – feel free to mark it as ready for review once you found the race conditions.
One more thought because it's not immediately obvious (or I missed it) – what happens on configuration reload? Should we keep using the same workers, or replace and cancel them?
> container in pod I take it you are running the statsd exporter in Kubernetes? What is the `restartPolicy`? How many restarts does `kubectl get pod` show?
> How many restarts does `kubectl get pod` show? … and how does this number change when you call the quit endpoint?
Closing due to lack of feedback
Indeed, if the user explicitly asks for information it should go to stdout, and we should be in line with the other official exporters. PRs welcome!
Do the metrics show up in the graph view? Could this be due to the default `delay_seconds` (10 minutes)? Unfortunately CloudWatch metrics only converge after a while, while Prometheus samples...
@mr-coveros if the exporter isn't being discovered, something is not working at the discovery stage, which is different from @rubenssoto's problem. Looking at [this troubleshooting document](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/troubleshooting.md#troubleshooting-servicemonitor-changes), a common issue is...
Since the metrics show up in the exporter, this isn't an exporter issue, so I'll close this one to avoid distracting others from unrelated configuration issues.
with option 3, what would the consequence be of setting this interval to a reaaaally long time? On Tue, Feb 5, 2019, 20:40 Bryan Larsen wrote: > In statsd, the...