Is there any OpenTelemetry exporter for Appdynamics?

Viewed 393

I am doing some proof of concept to ingest traces and metrics to AppDynamics without installing Appdynamics agent. I have an application emitting prometheus metrics and traces. I could not find any Appdynamics documentation talking about opentelemetry Collector.

I could not find exporter in https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter either.

Can you please advise on how to use opencollector with Appdynamics?

2 Answers

AppDynamics have a fork of contrib project here where there is an exporter but it isn't clear if it has been finished

Related