Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore analytics on EventHub capture data (customer churn?) #36

Open
chgeuer opened this issue Mar 4, 2022 · 1 comment
Open

Explore analytics on EventHub capture data (customer churn?) #36

chgeuer opened this issue Mar 4, 2022 · 1 comment
Labels
exploration Explore a new idea

Comments

@chgeuer
Copy link
Member

chgeuer commented Mar 4, 2022

ISVs might use the metering information to gain insights into the usage of their products. One might explore how to use past events to gain interesting insights.

If EventHub is used with EventHub capture turned on, the blob container used for the capture contains Avro files containing the raw JSON messages. It might be interesting to explore how these could be used for analytical purposes.

The .NET demo src/Demos/ReadEventHubCaptureSample/ReadEventHubCaptureSampleProgram.fs allows simple download of these assets.

One interesting aspect to keep in mind is that the series of captured events contains an event log of everything related to metering, not only InternalUsageEvents, but also messages related to subscription creation, API responses from submissions to the Azure Marketplace Metering API, and other events. So the data has different types.

@chgeuer chgeuer added the exploration Explore a new idea label Mar 4, 2022
@chgeuer
Copy link
Member Author

chgeuer commented Mar 4, 2022

Tagging @yodobrin :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exploration Explore a new idea
Projects
None yet
Development

No branches or pull requests

1 participant