We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b05542 + c3b83b3 commit eba3874Copy full SHA for eba3874
articles/azure-monitor/app/java-standalone-config.md
@@ -519,7 +519,7 @@ To send custom metrics using micrometer:
519
</dependency>
520
```
521
522
-1. Use the Micrometer [global registry](https://micrometer.io/docs/concepts#_global_registry) to create a meter:
+1. Use the Micrometer [global registry](https://micrometer.io/?/docs/concepts#_global_registry) to create a meter:
523
524
```java
525
static final Counter counter = Metrics.counter("test.counter");
0 commit comments