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

App Metrics module #5501

Closed
agriffard opened this issue Feb 9, 2020 · 3 comments
Closed

App Metrics module #5501

agriffard opened this issue Feb 9, 2020 · 3 comments
Milestone

Comments

@agriffard
Copy link
Member

I really like https://www.app-metrics.io/ that allows you to manage metrics like counters, gauges, and data series in general.

We could find different uses of library:

  • Create dashboards and graphs.
  • Manage global counters with tags.
  • Create workflow activities to send data.

If it is not something that we want in the core solution, I could do it in a custom module.

@sebastienros
Copy link
Member

  • API to gather metrics, that any module could use to store data. For instance the Ecommerce module would record when a user add an item in the cart, or fulfills a sale. Or when a user logs in, successfully or not. This is what AppMetrix does, and also knows how to store these in different stores.
  • Tools to configure visualizations of the stored data, in dashboard for instance. A user would then create a KPI for sales. But a module could also provide pre-defined templates based on the data it gathers. We could limit it to a small set of widgets, as more advanced usages would require dedicated apps (Kibana, Graphana, PowerBI)

@sebastienros sebastienros added this to the 1.0.x milestone Feb 13, 2020
@agriffard
Copy link
Member Author

A new Metrics Api will be added in .NET 6, based on open telemetry:
https://devblogs.microsoft.com/dotnet/new-dotnet-6-apis-driven-by-the-developer-community/#new-metrics-api

@stoyandimov
Copy link
Contributor

stoyandimov commented Jan 30, 2023

Yep, it's there now: Collect metrics and there is already Prometheus exporter for OpenTelemetry

@MikeAlhayek MikeAlhayek modified the milestones: 2.x, 2.0 Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants