File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1135,7 +1135,7 @@ Metric Capabilities provide a first-class Metrics API that users can tap into to
1135
1135
1136
1136
#### Dropwizard Metrics 4
1137
1137
1138
- ```
1138
+ ```java
1139
1139
public class MyApp {
1140
1140
public static void main(String[] args) {
1141
1141
GitHub github = Feign.builder()
@@ -1150,7 +1150,7 @@ public class MyApp {
1150
1150
1151
1151
#### Dropwizard Metrics 5
1152
1152
1153
- ```
1153
+ ```java
1154
1154
public class MyApp {
1155
1155
public static void main(String[] args) {
1156
1156
GitHub github = Feign.builder()
@@ -1165,7 +1165,7 @@ public class MyApp {
1165
1165
1166
1166
#### Micrometer
1167
1167
1168
- ```
1168
+ ```java
1169
1169
public class MyApp {
1170
1170
public static void main(String[] args) {
1171
1171
GitHub github = Feign.builder()
You can’t perform that action at this time.
0 commit comments