A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/apache/pulsar-dotpulsar/wiki/Metrics below:

Metrics · apache/pulsar-dotpulsar Wiki · GitHub

DotPulsar support metrics from version 2.3.0 following the guidelines from the OpenTelemetry project.

All that's needed for metrics to work is to add the 'DotPulsar' meter to OpenTelemetry's MeterProviderBuilder.

.ConfigureServices(services =>
{
    services.AddOpenTelemetryMetrics(builder =>
	{
	    builder.AddMeter("DotPulsar");
	});
})

For more in-depth information about OpenTelemetry for .NET you can read the getting started section and browse the git repository.

The metrics for the 'DotPulsar' meter

Here are the names, descriptions, types, and tags (if any) for the metrics currently implemented.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4