From d0bf3578ebbe3e0f2ac7b1af70e9aafd4da0f664 Mon Sep 17 00:00:00 2001 From: Arun Mahendra Date: Thu, 11 Aug 2022 10:32:46 -0400 Subject: [PATCH] read me update --- exporter/prometheusexporter/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/exporter/prometheusexporter/README.md b/exporter/prometheusexporter/README.md index 5442d9ecd023b..8a9b524b5bcfc 100644 --- a/exporter/prometheusexporter/README.md +++ b/exporter/prometheusexporter/README.md @@ -18,13 +18,11 @@ The following settings can be optionally configured: - `const_labels` (no default): key/values that are applied for every exported metric. - `namespace` (no default): if set, exports metrics under the provided value. -- `send_timestamps` (default = `false`): if true, sends the timestamp of the underlying - metric sample in the response. +- `send_timestamps` (default = `false`): if true, sends the timestamp of the underlying metric sample in the response. - `metric_expiration` (default = `5m`): defines how long metrics are exposed without updates - `resource_to_telemetry_conversion` - `enabled` (default = false): If `enabled` is `true`, all the resource attributes will be converted to metric labels by default. -- `enable_open_metrics` - - `enabled` (default = false): If `enabled` is `true`, metrics will be exported using the OpenMetrics format. Exemplars are only exported in the OpenMetrics format. +- `enable_open_metrics`: (default = `false`): If true, metrics will be exported using the OpenMetrics format. Exemplars are only exported in the OpenMetrics format. Example: