Open careless6666 opened 6 months ago
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")
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