We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7d1c7 commit d6721cdCopy full SHA for d6721cd
1 file changed
src/main/java/land/oras/utils/Const.java
@@ -449,7 +449,7 @@ public static String currentTimestamp() {
449
/**
450
* Metric name for HTTP request
451
*/
452
- public static final String METRIC_HTTP_REQUESTS = "http.client.requests";
+ public static final String METRIC_HTTP_REQUESTS = "land.oras.http.client.requests";
453
454
455
* Metric name for token refresh duration
0 commit comments