Investigate "Maximum number of URI tags" issue

See original GitHub issue

Quarkus tests log warning messages like

[INFO] [stdout] 2022-01-27 14:15:31,983 WARN  [io.mic.cor.ins.int.OnlyOnceLoggingDenyMeterFilter] (vert.x-eventloop-thread-3) Reached the maximum number (100) of URI tags for 'http.server.requests'. Are you using path parameters?

which don’t look right. But I suspect that we do not have 100 REST API different endpoints - so maybe something with Micrometer vs Quarkus vs REST-API path parameters isn’t right here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
XN137commented, Mar 24, 2022
0reactions
nastracommented, Mar 24, 2022

I was able to hit the issue again (although after about 600+ requests to the server)

2022-03-24 09:07:57,339 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:09:07:57 +0100 "GET /api/v1/trees/tree/main?fetch=MINIMAL HTTP/1.1" 200 121
2022-03-24 09:07:57,619 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:09:07:57 +0100 "PUT /api/v1/namespaces/namespace/main/test_create_namespace_with_location_1d7wz1hm8q HTTP/1.1" 200 95
2022-03-24 09:07:57,639 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:09:07:57 +0100 "GET /api/v1/namespaces/main HTTP/1.1" 200 126
....
.... (all the other 600+ requests)
....

2022-03-24 12:03:15,185 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "DELETE /api/v1/namespaces/namespace/main/test_unique_table_locations_13496g5253 HTTP/1.1" 204 -
2022-03-24 12:03:15,186 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "GET /api/v1/trees/tree/main?fetch=MINIMAL HTTP/1.1" 200 121
2022-03-24 12:03:15,189 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "GET /api/v1/trees/tree/main?fetch=MINIMAL HTTP/1.1" 200 121
2022-03-24 12:03:15,193 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "PUT /api/v1/namespaces/namespace/main/test_default_location_1lwutw63gx HTTP/1.1" 200 81
2022-03-24 12:03:15,194 WARN  [io.mic.cor.ins.int.OnlyOnceLoggingDenyMeterFilter] (vert.x-eventloop-thread-28) Reached the maximum number (100) of URI tags for 'http.server.requests'. Are you using path parameters?
2022-03-24 12:03:15,195 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "GET /api/v1/trees/tree/main?fetch=MINIMAL HTTP/1.1" 200 121
2022-03-24 12:03:15,199 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "DELETE /api/v1/namespaces/namespace/main/test_default_location_1lwutw63gx HTTP/1.1" 204 -
2022-03-24 12:03:15,200 INFO  [io.qua.htt.access-log] (executor-thread-0) 127.0.0.1 - - 24/Mar/2022:12:03:15 +0100 "GET /api/v1/trees/tree/main?fetch=MINIMAL HTTP/1.1" 200 121

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I solve "Reached the maximum number of URI tags for ...
This should reduce the number of URI tags your application is creating. The default value for the maximum number of URI tags is...
Read more >
URI tag of http.server.requests meter contains templated URI
Shipping a resolved URI would explode the total number of tags at the monitoring system and can overwhelm the backend. 2
Read more >
Reached the maximum number of URI tags for 'http.client ...
I receive this warning on my app. I am reading rfidtags from about 30 readers at the same time. Each time a tag...
Read more >
Threat Explorer and Real-time detections - Office 365
Tags information is also shown in the URL clicks flyout. ... up to a limit of 3,000, along with the number of attempts...
Read more >
URL Inspection Tool - Search Console Help
If you've fixed issues since the data was acquired, test the live URL to ... There is a daily limit of inspection requests...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found