You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 hereservices:
pipelines:
traces:
exporters: [dynatrace]# add other pipelines here as well if needed.
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.
The text was updated successfully, but these errors were encountered: