Home
last modified time | relevance | path

Searched refs:prometheus_histogram (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/net/prometheus/
Dhistogram.h43 struct prometheus_histogram { struct
80 STRUCT_SECTION_ITERABLE(prometheus_histogram, _name) = { \
106 int prometheus_histogram_observe(struct prometheus_histogram *histogram, double value);
/Zephyr-latest/subsys/net/lib/prometheus/
Dprometheus.ld9 ITERABLE_SECTION_RAM(prometheus_histogram, Z_LINK_ITERABLE_SUBALIGN)
Dhistogram.c17 int prometheus_histogram_observe(struct prometheus_histogram *histogram, double value) in prometheus_histogram_observe()
Dcollector.c80 const struct prometheus_histogram *prometheus_get_histogram_metric(const char *name) in prometheus_get_histogram_metric()
82 STRUCT_SECTION_FOREACH(prometheus_histogram, entry) { in prometheus_get_histogram_metric()
150 return CONTAINER_OF(metric, struct prometheus_histogram, base); in prometheus_collector_get_metric()
Dformatter.c161 const struct prometheus_histogram *histogram = in prometheus_format_one_metric()
162 CONTAINER_OF(metric, struct prometheus_histogram, base); in prometheus_format_one_metric()
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c466 STRUCT_SECTION_FOREACH(prometheus_histogram, entry) { in register_prometheus_metrics()
526 struct prometheus_histogram *histogram = in net_stats_prometheus_scrape()
527 CONTAINER_OF(metric, struct prometheus_histogram, base); in net_stats_prometheus_scrape()