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

Why hangfire not use meter for metrics #2403

Open
careless6666 opened this issue May 16, 2024 · 0 comments
Open

Why hangfire not use meter for metrics #2403

careless6666 opened this issue May 16, 2024 · 0 comments

Comments

@careless6666
Copy link

Now we have metrics in dashboard, but if we want reuse this metrics in our alerts, we have to write our custom metrics, but if hangfire moves to microsoft class Meter, we can reuse it for our alerts

As example, for npgsql we just write

builder
    .AddMeter(DiagnosticsConfig.DefaultMeterName)
    .AddMeter("Npgsql")
@careless6666 careless6666 changed the title Use meter for metrics Why hangfire not use meter for metrics May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant