docs
docs copied to clipboard
Prometheus documentation: content and static site generator
We've been seeing expiring links on the website quite often. Currently, we're not very effective at identifying and removing expired links, so we may want to implement automation to address...
Fixes https://github.com/prometheus/OpenMetrics/issues/305 We can either merge this with TODOs before complex values/types or wait for complex type/values.
Add Guidance wrt Labelling to Naming and Rules Best Practices to docs/practices/naming.md and docs/practices/rules.md, specifically: * The primary purposes of `job` and `instance` * Include WARNINGS about accidentally stripping the...
## Summary This PR adds comprehensive production operations documentation to fill a critical gap for SRE/DevOps teams running Prometheus in production environments. ## Type of Change - [x] 📚 Documentation...
Update the high availaibliy FAQ entry with information about data deduplication. Remove wording about memberlist as it's confusing to readers that it's part of the Prometheus HA design.
Hello, I want to share my exporter for **SPARC Solaris**: [https://github.com/n27051538/solaris_exporter]. Could you create link to it on [https://prometheus.io/docs/instrumenting/exporters/] (Hardware related)? It gathers information similar to node_exporter but it is...
name encoding schemes are only really documented in code. we should have a reference. - [ ] new Protocol doc under Concepts - [ ] update https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md
https://prometheus.io/docs/practices/naming/ and https://prometheus.io/docs/practices/rules/ should call out the importance of the `job` label, particularly in a multi-tenant prometheus installation. https://prometheus.io/docs/practices/naming/ does not mention the job label at all. https://prometheus.io/docs/practices/rules does mention...
## Description ### Proposal: I would like to significantly improve the writing_exporters.md documentation by adding concrete code examples, clarifying best practices, and introducing a more actionable structure for new and...
I'd like to add a Kotlin client I wrote a while ago. Thanks! Signed-off-by: Rxfa