diff --git a/README.md b/README.md index a752958..e6897a4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This instrumentation can be configured to change the default behavior by using ` using var meterProvider = Sdk.CreateMeterProviderBuilder() .AddHealthChecksInstrumentation(options => { - options.StatusGaugeName = "myapp.health"; + options.StatusGaugeName = "myapp.health.status"; options.DurationGaugeName = "myapp.health.duration"; options.IncludeHealthCheckMetadata = true; })