ThrottlingTroll 7.3
-
Now instrumented with OpenTelemetry. Here is how to subscribe to ThrottlingTroll's metric and trace sources:
var otel = builder.Services.AddOpenTelemetry(); otel.WithMetrics(metrics => { //... metrics.AddMeter("ThrottlingTroll"); }); otel.WithTracing(tracing => { //... tracing.AddSource("ThrottlingTroll"); });Here is a sample trace (as it appears in Azure Monitor):
throttlingtroll.7.3.0.nupkg
throttlingtroll.azurefunctions.7.3.0.nupkg
throttlingtroll.azurefunctionsaspnet.7.3.0.nupkg
throttlingtroll.counterstores.redis.7.3.0.nupkg
throttlingtroll.counterstores.azuretable.7.3.0.nupkg
throttlingtroll.counterstores.distributedcache.7.3.0.nupkg
throttlingtroll.counterstores.efcore.7.3.0.nupkg
