Skip to content

Commit eba3874

Browse files
Merge pull request #243013 from AaronMaxwell/aaronmax-micrometer-broken-link-fix
Fixing micrometer broken link
2 parents 5b05542 + c3b83b3 commit eba3874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ To send custom metrics using micrometer:
519519
</dependency>
520520
```
521521

522-
1. Use the Micrometer [global registry](https://micrometer.io/docs/concepts#_global_registry) to create a meter:
522+
1. Use the Micrometer [global registry](https://micrometer.io/?/docs/concepts#_global_registry) to create a meter:
523523

524524
```java
525525
static final Counter counter = Metrics.counter("test.counter");

0 commit comments

Comments
 (0)