scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

Ability to support contrib-instrumented languages and frameworks #51

Closed itsderek23 closed 6 years ago

itsderek23 commented 6 years ago

Scout currently supports apps written in the following languages:

Starting with the Python agent, much of the APM agent logic has moved to a core agent. This makes it significantly easier to instrument apps written in languages beyond those officially supported by Scout.

Expose the core agent API, some docs, and a couple example implementations.

itsderek23 commented 6 years ago

See https://github.com/scoutapp/core-agent-api for docs and example implementations.