Lines Matching full:prometheus
14 * @brief Prometheus metric interface.
16 * @addtogroup prometheus
22 #include <zephyr/net/prometheus/label.h>
25 * @brief Prometheus metric types.
28 * * See https://prometheus.io/docs/concepts/metric_types
31 /** Prometheus Counter */
33 /** Prometheus Gauge */
35 /** Prometheus Summary */
37 /** Prometheus Histogram */
42 * @brief Type used to represent a Prometheus metric base.
57 /** Type of the Prometheus metric. */
59 /** Name of the Prometheus metric. */
61 /** Description of the Prometheus metric. */
63 /** Labels associated with the Prometheus metric. */
65 /** Number of labels associated with the Prometheus metric. */