Skip to content

Commit

Permalink
Change yaml notation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffany76 committed May 9, 2024
1 parent b5104cf commit 71ba233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/collector/internal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endpoint to one specific or all network interfaces when needed. For
containerized environments, you might want to expose this port on a public
interface.

Set the address in the config `service::telemetry::metrics`:
Set the address in the config `service.telemetry.metrics`:

```yaml
service:
Expand All @@ -49,7 +49,7 @@ emitted. For the complete list of metrics, with a breakdown by level, see
[Lists of internal metrics](#lists-of-internal-metrics).

The default level for metrics output is `normal`. To use another level, set
`service::telemetry::metrics::level`:
`service.telemetry.metrics.level`:

```yaml
service:
Expand Down Expand Up @@ -96,7 +96,7 @@ critical analysis.
### Configure internal logs

You can find log output in `stderr`. The verbosity level for logs defaults to
`INFO`, but you can adjust it in the config `service::telemetry::logs`:
`INFO`, but you can adjust it in the config `service.telemetry.logs`:

```yaml
service:
Expand Down

0 comments on commit 71ba233

Please sign in to comment.