Skip to content

Commit

Permalink
Additional changes following initial review.
Browse files Browse the repository at this point in the history
* Fixed link from intro to log management to this new doc.
* Made the advance-configuration topic into just a topic about endpoints by changing the filename, doc name, and removing the first sentence.
* Changed the nav file so it points to new endpoints file.
  • Loading branch information
rhetoric101 committed Jun 17, 2021
1 parent f9769b3 commit 1800db7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'OpenTelemetry: Advanced configuration'
title: 'OpenTelemetry: Endpoint configuration'
tags:
- Integrations
- Open source telemetry integrations
Expand All @@ -8,12 +8,9 @@ translate:
- jp
redirects:
- /docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-endpoint-configuration
- /docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-advanced-configuration
---

In some cases, you may need to change the default settings related to OpenTelemetry. Here are some advanced configurations that are available.

## Change endpoints

You can change the New Relic endpoints where you send your data. By default, New Relic OpenTelemetry exporters send data to these US data centers:

* Spans: [https://trace-api.newrelic.com/trace/v1](https://trace-api.newrelic.com/trace/v1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Log management's features include:

## Bring in your logging data [#integrate-logs]

You can bring your log data into New Relic using a [compatible log forwarding plugin](/docs/enable-new-relic-logs#compatibility-requirements), or with [OpenTelemetry](/docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-and-logging).
You can bring your log data into New Relic using a [compatible log forwarding plugin](/docs/enable-new-relic-logs#compatibility-requirements), or with [OpenTelemetry](/docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-logs).

* Forward your logs [using our Infrastructure agent](https://docs.newrelic.com/docs/logs/enable-new-relic-logs/1-enable-logs/forward-your-logs-using-new-relic-infrastructure-agent) or our [Kubernetes plugin](/docs/logs/enable-logs/enable-logs/kubernetes-plugin-logs).
* Use our plugins for well-known log forwarders, like [Fluentd](/docs/logs/enable-logs/enable-logs/fluentd-plugin-logs), [Fluent Bit](/docs/logs/enable-logs/enable-logs/fluent-bit-plugin-logs), and [Logstash](/docs/logs/enable-logs/enable-logs/logstash-plugin-logs).
Expand Down
2 changes: 1 addition & 1 deletion src/nav/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pages:
- title: Advanced topics
pages:
- title: Endpoint configuration
path: /docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-advanced-configuration
path: /docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-endpoints
- title: Send logs to New Relic
path: /docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-logs
- title: Troubleshooting
Expand Down

0 comments on commit 1800db7

Please sign in to comment.