Searched refs:prometheus_histogram (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | histogram.h | 43 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/ |
D | prometheus.ld | 9 ITERABLE_SECTION_RAM(prometheus_histogram, Z_LINK_ITERABLE_SUBALIGN)
|
D | histogram.c | 17 int prometheus_histogram_observe(struct prometheus_histogram *histogram, double value) in prometheus_histogram_observe()
|
D | collector.c | 80 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()
|
D | formatter.c | 161 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/ |
D | net_stats.c | 466 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()
|