Fix metrics tag in HTTP handler of browser receiver plugin. (#12356)
This commit is contained in:
parent
2603d2bd17
commit
84dece92a6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue