Skip to content

Commit ee95f36

Browse files
committed
Use a link variable
1 parent c9eb595 commit ee95f36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/concepts/pages/observability/telemetry.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Telemetry signals in operators
2+
:env-filter-syntax: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax
23

34
[NOTE]
45
====
@@ -47,7 +48,7 @@ telemetry:
4748
----
4849

4950
<1> Boolean: `true`, `false`
50-
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax[more complex filters])
51+
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or {env-filter-syntax}[more complex filters])
5152
<3> Enum: `plain`, `json`
5253

5354
== File logs
@@ -66,7 +67,7 @@ telemetry:
6667
----
6768

6869
<1> Boolean: `true`, `false`
69-
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax[more complex filters])
70+
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or {env-filter-syntax}[more complex filters])
7071
<3> Enum: `never`, `daily`, `hourly`, `minutely`
7172
<4> Unsigned Integer
7273

@@ -89,5 +90,5 @@ telemetry:
8990
----
9091

9192
<1> Boolean: `true`, `false`
92-
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax[more complex filters])
93+
<2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or {env-filter-syntax}[more complex filters])
9394
<3> String: E.g. `https://my-collector:4317` (Note: it must contain the scheme)

0 commit comments

Comments
 (0)