mainframew3copen-telemetryapmopen-telemetry-collector

Opentelemetry on Mainframe


I have a Java application which runs on Linux and makes call into Mainframe (CICS). My goal is to pass unique GUIDs to trace the path taken by my transactions in various systems and collect the traces and show in APM solution. I wish to be APM vendor agnostic.

  1. I am not sure how open-telemetry applies to my use case on Mainframe (APIS, SDK, Exporters, W3C context passing).
  2. Do I need to implement an exporter to opentelemetry-collector for the traces I collect using proprietary mechanism so that it remain APM vendor agnostic?

Basically I am looking for ways to implement tracing on Mainframe APM vendor agnostic way.


Solution

  • It depends on what you're interested in, really.

    Hopefully that's helpful!