فهرست منبع

Prom OpenMetrics notes

Håvard Ose Nordstrand 2 سال پیش
والد
کامیت
bebf7589bf
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      monitoring/prometheus.md

+ 4 - 1
monitoring/prometheus.md

@@ -9,7 +9,10 @@ For metrics collection.
 
 ## Info
 
-**TODO:** Info about the pull model, OpenMetrics format, etc.
+- Prometheus is a metrics collection platform based mainly on pull-style metrics collection.
+- Metrics are generally exposed by applications in the Prometheus exposition format on some HTTP endpoint.
+- See [OpenMetrics](https://openmetrics.io/) \[[spec](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md)\] for a more standardized version of the Prometheus exposition format.
+- Metrics (typically?) contain a name, a label set and a numeric value (integer, floating-point or boolean).
 
 ## Setup (Docker)