2

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?

Mac
  • 497
  • 5
  • 22

2 Answers2

1

there is a Beta program now running for using AppDynamics with the OpenTelemetry Collector.

More details are available in the public docs: https://docs.appdynamics.com/display/PRO21/Ingest+OpenTelemetry+Trace+Data

Ingmar Boddington
  • 3,440
  • 19
  • 38
0

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

  • Thank you for the link. I am compiling the code now. There is no documentation or reference about how to import metrics/traces in AppDynamics using this repo. Hoping to get some pointers from AppDynamics. Last commit was done 5 months back. hmmm.. – Mac Jan 29 '21 at 00:43
  • It looks like, it is a stale repo. Last commit was made 5 months back. Also could not locate any real exporter implementation – Mac Feb 04 '21 at 03:37