docs
docs copied to clipboard
Prometheus documentation: content and static site generator
## Description Add [Sentry Exporter](https://github.com/italux/sentry-prometheus-exporter) into exporters list
### Metrics Name | Description | Type ---------|-------------|---- celery_task_sent_total | Sent when a task message is published. | Counter celery_task_received_total | Sent when the worker receives a task. | Counter...
Add KubeInvaders because it exposes metrics for chaos engineering experiments
Thoughts @cevian @juliusv @roidelapluie ?
We have run with our users to metrics with more than 300 characters, so suggestion about length would be nice in docs. Suggestion is based on https://docs.datadoghq.com/developers/guide/what-best-practices-are-recommended-for-naming-metrics-and-tags/#rules-and-best-practices-for-naming-metrics
@brian-brazil I added [Iptables exporter](https://github.com/madron/iptables-exporter) link. Let me know if it fullfils prometheus standards and minimum requirements. Thanks
PromEx is a library that I have been working on for some time now, and from the users that have adopted it, it has become a great observability solution using...
WIP Signed-off-by: Julien Pivotto