Fix metrics tag in HTTP handler of browser receiver plugin. (#12356)

This commit is contained in:
Chen Ziyan 2024-06-21 19:05:12 +08:00 committed by GitHub
parent 2603d2bd17
commit 84dece92a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* Support to query relation metrics through PromQL.
* Support trace MQE query for debugging.
* Add Component ID(158) for the Solon framework.
* Fix metrics tag in HTTP handler of browser receiver plugin.
#### UI

View File

@ -74,7 +74,7 @@ public class BrowserPerfServiceHTTPHandler {
errorLogHistogram = metricsCreator.createHistogramMetric(
"browser_error_log_in_latency", "The process latency of browser error log", new MetricsTag.Keys("protocol"),
new MetricsTag.Values("grpc")
new MetricsTag.Values("http")
);
logErrorCounter = metricsCreator.createCounter(
"browser_error_log_analysis_error_count", "The error number of browser error log analysis",