Skip to content

Commit 9ccf07e

Browse files
authored
fix lint (#1364)
added in #1363 (comment) Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 63840ef commit 9ccf07e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/content/config/config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ This works for all Metrics properties.
124124

125125
(1) Comma separated list of allowed metric names. Only these metrics will be exposed.<br/>
126126
(2) Comma separated list of excluded metric names. These metrics will not be exposed.<br/>
127-
(3) Comma separated list of prefixes. Only metrics starting with these prefixes will be exposed.<br/>
127+
(3) Comma separated list of prefixes.
128+
Only metrics starting with these prefixes will be exposed.<br/>
128129
(4) Comma separated list of prefixes. Metrics starting with these prefixes will not be exposed.<br/>
129130

130131
## Exporter HTTPServer Properties

examples/example-exemplars-tail-sampling/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ There are two ways how to do this:
6060
2. _Tail-based sampling_ is performed by an external infrastructure component like
6161
the [OpenTelemetry collector](https://opentelemetry.io/docs/collector/).
6262

63-
When generating Exemplars, the Prometheus Java client library must make sure that the Exemplar points
64-
to a trace that is
63+
When generating Exemplars, the Prometheus Java client library must make sure that the Exemplar
64+
points to a trace that is
6565
actually sampled. Otherwise, Exemplar's trace ID will not be available in the monitoring backend,
66-
i.e. the Exemplar will
67-
link to a non-existing trace ID.
66+
i.e. the Exemplar will link to a non-existing trace ID.
6867

6968
With _head-based sampling_ this works out-of-the-box: The Prometheus client library calls
7069
OpenTelemetry's

0 commit comments

Comments
 (0)