census-instrumentation / opencensus-python

A stats collection and distributed tracing framework
Apache License 2.0
668 stars 249 forks source link

Is it possible to track a custome event from Python? #809

Open andrey-infinity opened 4 years ago

andrey-infinity commented 4 years ago

I'm looking for a way to create a custom event with properties from Python in a similar way as it's possible to do in nodejs: https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics#trackevent Thank you!

barborico commented 4 years ago

+1 on this feature! It would be great to have parity with the old application insights python library (which seems to have stopped working today). Can this event logging include custom dimensions and custom measurements?