From bbe35a39016b7ae9cf724728a30783515d05e53a Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 7 Nov 2019 11:21:20 -0600 Subject: [PATCH] Update the mention of Prometheus exposition format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. 💯 --- slides/k8s/prometheus.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/slides/k8s/prometheus.md b/slides/k8s/prometheus.md index 9032657c..049bea18 100644 --- a/slides/k8s/prometheus.md +++ b/slides/k8s/prometheus.md @@ -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? +
+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