census-instrumentation / opencensus-node

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
273 stars 97 forks source link

Azure Monitor Exporter #751

Open jwlongnc opened 4 years ago

jwlongnc commented 4 years ago

Problem: OpenCensus Node currently does not support Azure Monitor via an exporter.

Solution: Add an exporter to enable exporting of stats and traces to an Azure Monitor account.

Additional context I am part of a senior design group at NC State University, sponsored by Microsoft. Part of the project they gave us was to add an exporter for Azure Monitor to this project.

mayurkale22 commented 4 years ago

If you are feeling motivated, maybe you can attempt to write solution and open a PR.

jwlongnc commented 4 years ago

That's our plan, just saw in the contributing guide that we should open an issue and wait for someone to respond before moving forward with it. Thanks!