Skip to content

Commit eda8de4

Browse files
committed
fix: align markdown notes with prettier
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 4a79b44 commit eda8de4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/content/config/config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@ When the same property is defined in multiple sources, the following precedence
9999
<!-- markdownlint-enable MD036 -->
100100

101101
<!-- markdownlint-disable MD033 -->
102+
102103
(1) _withExemplars()_ and _withoutExemplars()_ are available for all metric types,
103104
not just for counters<br>
104105
(2) Boolean value. Format: `property=true` or `property=false`.<br>
105106
(3) Comma-separated list. Example: `.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10`.<br>
106107
(4) Comma-separated list. Example: `0.5, 0.95, 0.99`.<br>
107108
(5) Comma-separated list. If specified, the list must have the same length as
108109
`io.prometheus.metrics.summary_quantiles`. Example: `0.01, 0.005, 0.005`.
110+
109111
<!-- markdownlint-enable MD033 -->
110112

111113
There's one special feature about metric properties: You can set a property for one specific
@@ -165,11 +167,13 @@ This works for all Metrics properties.
165167
<!-- editorconfig-checker-enable -->
166168

167169
<!-- markdownlint-disable MD033 -->
170+
168171
(1) Comma separated list of allowed metric names. Only these metrics will be exposed.<br/>
169172
(2) Comma separated list of excluded metric names. These metrics will not be exposed.<br/>
170173
(3) Comma separated list of prefixes.
171174
Only metrics starting with these prefixes will be exposed.<br/>
172175
(4) Comma separated list of prefixes. Metrics starting with these prefixes will not be exposed.<br/>
176+
173177
<!-- markdownlint-enable MD033 -->
174178

175179
## Exporter HTTPServer Properties
@@ -202,9 +206,11 @@ Only metrics starting with these prefixes will be exposed.<br/>
202206
<!-- editorconfig-checker-enable -->
203207

204208
<!-- markdownlint-disable MD033 -->
209+
205210
(1) Protocol can be `grpc` or `http/protobuf`.<br>
206211
(2) Format: `key1=value1,key2=value2`<br>
207212
(3) Format: `key1=value1,key2=value2`
213+
208214
<!-- markdownlint-enable MD033 -->
209215

210216
Many of these attributes can alternatively be configured via OpenTelemetry environment variables,

0 commit comments

Comments
 (0)