Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Export to Dynatrace #698

Open
coffeebe4code opened this issue Mar 22, 2023 · 2 comments
Open

Question: Export to Dynatrace #698

coffeebe4code opened this issue Mar 22, 2023 · 2 comments

Comments

@coffeebe4code
Copy link

I'm not seeing any documentation for being able to take this collector data and export it to some other ingestor like dynatrace.

Could someone provide me with that documentation?

I apologize that this seems like such a simple question. but I must be blind.

@Allex1
Copy link
Contributor

Allex1 commented Mar 22, 2023

@coffeebe4code maybe this will help?

@puckpuck
Copy link
Contributor

puckpuck commented Mar 27, 2023

The chart has a config parameter that takes an OpenTelemetry Collector config object. In this, you can specify a dynatrace exporter and include it in one or more pipelines. Because Helm will merge values, whatever you specify will be merged with the config that the Helm chart provides.

You would pass something like this into the --values option when installing the chart.

config:
  exporters:
    dynatrace:
      # options for dynatrace exporter go here
      
  services:
    pipelines:
      traces:
        exporters: [dynatrace]
      # add other pipelines here as well if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants