pg-yang commented on PR #9725: URL: https://github.com/apache/skywalking/pull/9725#issuecomment-1265674419
ACK , Let's distinguish valid and invalid request for http status , latency , bandwidth in service level . > But I guess it is a double, we are still safe to convert it back. We keep precision as integer, too quick response would always be 0. My fault , [OpenTelemetryMetricHandler.java](https://github.com/apache/skywalking/blob/5ae4c125f8cbeb7c53fed4269ca110eeac9aa661/oap-server/server-receiver-plugin/otel-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/otel/otlp/OpenTelemetryMetricHandler.java) didn't change value . And latency unit is ms , it's defined by apisix prometheus plugin , so we couldn't convert it nano-sec ``` # HELP apisix_http_latency HTTP request latency in milliseconds per service in APISIX # TYPE apisix_http_latency histogram apisix_http_latency_bucket{type="apisix",route="",service="",consumer="",node="",le="1"} 2000 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
