You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a performance issue with HTTP Metrics related to recording the metrics when MPMetrics is enabled. This is with a simple primitive test hitting a very simple REST endpoint, so overheads are exaggerated to what someone would see in a "normal" application. This is a follow on to #29396.
There are a few areas to investigate. but most of the overhead is from the LegacyMetricregistryAdapter
Another area is below. I looked into updating to a newer version of Tags (#29982). It helped maybe 0.5%, but not sure it iss worth the hassle. I'll get back to this when I have time.
I see a performance issue with HTTP Metrics related to recording the metrics when MPMetrics is enabled. This is with a simple primitive test hitting a very simple REST endpoint, so overheads are exaggerated to what someone would see in a "normal" application. This is a follow on to #29396.
There are a few areas to investigate. but most of the overhead is from the LegacyMetricregistryAdapter
Mostly converting the MetricDescriptor (and all the tags I assume) to a MetricID.
Which eventually gets down to the Tag.<init>
Another area is below. I looked into updating to a newer version of Tags (#29982). It helped maybe 0.5%, but not sure it iss worth the hassle. I'll get back to this when I have time.
The text was updated successfully, but these errors were encountered: