Skip to content

Commit

Permalink
remove prom disabling for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo committed Aug 20, 2024
1 parent 0db4514 commit d4cbd08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ service:
endpoint: "${env:DT_ENDPOINT}/api/v2/otlp/v1/metrics"
headers:
Authorization: "Api-Token ${env:DT_API_TOKEN}"
# disable prometheus endpoint by setting the address to an empty string.
# Since metrics are exported via OTLP, the Prometheus endpoint is no longer needed.
address: ""
```
Note that the OTel collector can automatically merge configuration files for you, so by assuming the above configuration is stored in a file called `selfmon-config.yaml`, it is possible to start the collector like this:
Expand Down

0 comments on commit d4cbd08

Please sign in to comment.