Lines Matching full:prometheus
1 .. zephyr:code-sample:: prometheus
2 :name: Prometheus Sample
3 :relevant-api: http_service http_server tls_credentials prometheus
5 Implement a Prometheus Metric Server demonstrating various metric types.
10 This sample application demonstrates the use of the ``prometheus`` library.
11 This library provides prometheus client library(pull method) implementation.
13 via an HTTP endpoint on your application's instance, enabling Prometheus to
27 :zephyr-app: samples/net/prometheus
39 See `Prometheus client library documentation
40 <https://prometheus.io/docs/instrumenting/clientlibs/>`_.
68 Prometheus Configuration
82 ``'your_server_port'`` with the port number where your server exposes Prometheus metrics.
86 After updating the configuration, save the file and restart the Prometheus server.
87 Once restarted, Prometheus will start scraping metrics from your server according
89 being scraped by checking the Prometheus targets page or querying Prometheus for
92 See `Prometheus configuration docs
93 <https://prometheus.io/docs/prometheus/latest/configuration/configuration>`_.