Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Beverly Buchanan <[email protected]>
  • Loading branch information
clayton-cornell and BeverlyJaneJ authored Nov 27, 2024
1 parent a686306 commit cef38a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/collect/datadog-traces-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ You can do this by setting up your Datadog Agent in the following way:
dd_url: http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_PORT>
```
Or by setting an environment variable:
Or by setting an environment variable:
```bash
DD_DD_URL='{"http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_PORT>": ["datadog-receiver"]}'
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/collect/metamonitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ loki.write "default" {

The [tracing][] block defines the tracing behavior of {{< param "PRODUCT_NAME" >}}.

In this task you use the [tracing][] block to forward {{< param "PRODUCT_NAME" >}} internal traces to a compatible component. The block is specified without a label and can only be provided once per configuration file.
In this task, you use the [tracing][] block to forward {{< param "PRODUCT_NAME" >}} internal traces to a compatible component. The block is specified without a label and can only be provided once per configuration file.

1. Add the following `tracing` configuration block to the top level of your configuration file.

Expand Down

0 comments on commit cef38a1

Please sign in to comment.