Skip to content

ThrottlingTroll 7.3

Choose a tag to compare

@scale-tone scale-tone released this 14 Oct 22:04
  • 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):

    image

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