From a0daa4d79fc488ad70de1996df7a2cabc2539954 Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:24:55 +0200 Subject: [PATCH] Update docs --- docs/API/Prometheus-OpenMetrics/_OVERVIEW.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/API/Prometheus-OpenMetrics/_OVERVIEW.md b/docs/API/Prometheus-OpenMetrics/_OVERVIEW.md index 8bddfae7d..1826eba3f 100644 --- a/docs/API/Prometheus-OpenMetrics/_OVERVIEW.md +++ b/docs/API/Prometheus-OpenMetrics/_OVERVIEW.md @@ -1,7 +1,7 @@ ## Overview: Prometheus API ### Prometheus / OpenMetrics telemetry data -A set of metrics is exported via the `/metrics` REST API endpoint (see REST API description for more detailed metric infos). +A set of metrics is exported via the `/metrics` REST API endpoint (see also REST API description). The metrics can be scraped by Prometheus or any OpenMetrics specification compatilble software.
The metrics are provided in text wire format based on [OpenMetrics specification](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md) @@ -27,10 +27,10 @@ All information are static and provided by labels. The metric value is set to `1 | `chip_cores` | Device SOC Cores | `2` | `chip_revision` | Device SOC Silicon Revision | `1.00` | `chip_frequency` | Device SOC CPU Frequency | `160` -| `type` | Camera Type | `OV2640` -| `frequency` | Camera Frequency [Mhz] | `20` -| `capacity` | SD card capacity [MB] | `29580` -| `partition_size` | SD card partition size [MB] | `29560` +| `camera_type` | Camera Type | `OV2640` +| `camera_frequency` | Camera Frequency [Mhz] | `20` +| `sdcard_capacity` | SD card capacity [MB] | `29580` +| `sdcard_partition_size` | SD card partition size [MB] | `29560` #### 2. Network Info Metric `ai_on_the_edge_device_network_info`