Skip to content

Commit

Permalink
fix(K8s/OTEL): Clean up bullet list
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed May 12, 2022
1 parent b1468b0 commit dd1318f
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -26,12 +26,13 @@ The steps in this guide enable your application to inject infrastructure-specifi
To be successful with the steps below, you should already be familiar with OpenTelemetry and Kubernetes and have done the following:

* Created the following environment variables:
* OTEL_EXPORTER_OTLP_ENDPOINT [The appropriate endpoint for your region or purpose](src/content/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-setup.mdx/#review-settings)
* NEW_RELIC_API_KEY ([ingest license key](/docs/apis/intro-apis/new-relic-api-keys/#overview-keys))
* Installed New Relic’s [Kubernetes integration](/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-integration-install-configure) in your cluster
* `OTEL_EXPORTER_OTLP_ENDPOINT` ([the endpoint for your region or purpose](src/content/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-setup.mdx/#review-settings))
* `NEW_RELIC_API_KEY` ([ingest license key](/docs/apis/intro-apis/new-relic-api-keys/#overview-keys))
* Installed the [New Relic Kubernetes integration](/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-integration-install-configure) in your cluster
* Instrumented your applications with [OpenTelemetry](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-setup/), and successfully sent data to New Relic via OpenTelemetry Protocol (OTLP)

If you have general questions about using collectors with New Relic, see our [Introduction to OpenTelemetry Collector with New Relic](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/opentelemetry-collector-intro).

## Configure your application to send telemetry data to the OpenTelemetry collector [#instrument]

To set this up, you need to add a custom snippet to the `env` stanza of your Kubernetes YAML file. We have an example below that shows the snippet for a sample front-end microservice (`Frontend.yaml`). The snippet includes two sections that do the following:
Expand Down

0 comments on commit dd1318f

Please sign in to comment.