getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.52k stars 4.12k forks source link

Metric data consumable in external applications #75520

Open MikeIventis opened 1 month ago

MikeIventis commented 1 month ago

Problem Statement

I would like to combine data from within sentry with data from other applications to make reports and dashboards in Microsoft Power BI or other similar applications. For example, I can build a dashboard about my customers containing their contract information from our sales system, their usage statistics from Sentry showing what features they are using in the application and how often, how much support they are using from our service desk etc. to give us a good overall picture of the customer in one place.

Solution Brainstorm

There are a couple of different approaches which could be taken.

  1. A native integration with Power BI
  2. Exposing this data in an OData feed
  3. Exposing this data in the API, however this would not be preferable as paging etc. makes it difficult to work with

Product Area

APIs

getsantry[bot] commented 1 month ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 1 month ago

Routing to @getsentry/product-owners-apis for triage ⏲️

leedongwei commented 1 month ago

I haven't heard many requests for tighter integration between Sentry and Power BI, so it is unlikely that we'll do a native integration or provide a OData feed.

I'm keeping this thread open so others can chime in if they want this.