Skip to content

Commit

Permalink
Update src/content/docs/more-integrations/open-source-telemetry-integ…
Browse files Browse the repository at this point in the history
…rations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hcp-consul.mdx

Co-authored-by: ally sassman <42753584+ally-sassman@users.noreply.github.com>
  • Loading branch information
jcountsNR and ally-sassman authored Feb 27, 2024
1 parent afa3151 commit 1df243c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ Follow the steps below to collect and export HCP Consul metrics to New Relic.

</Step>
<Step>
## HCP Consul Envoy Metrics
## Forward HCP Consul Envoy metrics to New Relic [#forward-envoy-metrics]

To monitor HCP Consul Envoy metrics in New Relic, you can configure the OpenTelemetry collector built into your HCP Consul cluster to forward metrics to your own collector. This can include the collector running in this example.


First you will need to add an http reciever to the OpenTelemetry collector. you can add this into the `receivers` group in the example `collector.yaml` file.
1. Add an HTTP receiver to the OpenTelemetry collector. You can add this into the `receivers` group in the example `collector.yaml` file:

```yaml
receivers:
Expand Down

0 comments on commit 1df243c

Please sign in to comment.