Update the mention of Prometheus exposition format

Thanks @qerub for letting me know that the protobuf format
was deprecated in Prom 2. Also, that technical document by
@beorn7 is a real delight to read. 💯
This commit is contained in:
Jerome Petazzoni
2019-11-07 11:21:20 -06:00
parent eb17b4c628
commit bbe35a3901

View File

@@ -60,10 +60,12 @@
(by default: every minute; can be more/less frequent)
- If you're worried about parsing overhead: exporters can also use protobuf
- The list of URLs to scrape (the *scrape targets*) is defined in configuration
.footnote[Worried about the overhead of parsing a text format?
<br/>
Check this [comparison](https://github.com/RichiH/OpenMetrics/blob/master/markdown/protobuf_vs_text.md) of the text format with the (now deprecated) protobuf format!]
---
## Defining scrape targets