Skip to content

Commit

Permalink
docs(exporter/newrelicexporter/README.md): Update the new relic expor…
Browse files Browse the repository at this point in the history
…ter documents (#3194)

* docs(exporter/newrelicexporter/README.md): Update the new relic exporter's config example

* docs(exporter/newrelicexporter/README.md): Update the indent by @a-feld's suggestion

* docs(exporter/newrelicexporter/README.md): fix indent

n
  • Loading branch information
Shihao-Zhong authored Apr 22, 2021
1 parent 007b900 commit a75b54e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exporter/newrelicexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ exporters:
apikey: super-secret-api-key
timeout: 30s
# host_override is set to send data to New Relic's EU data centers.
traces:
host_override: trace-api.eu.newrelic.com
timeout: 20s
metrics:
host_override: metric-api.eu.newrelic.com
logs:
host_override: log-api.eu.newrelic.com
# host_override is set to send data to New Relic's EU data centers.
traces:
host_override: trace-api.eu.newrelic.com
timeout: 20s
metrics:
host_override: metric-api.eu.newrelic.com
logs:
host_override: log-api.eu.newrelic.com
```

## Find and use your data
Expand Down

0 comments on commit a75b54e

Please sign in to comment.