Replies: 2 comments
-
What do you mean? How does it return the response time? I am confused. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Metrics names are defined through OAL script engine. skywalking/oap-server/server-starter/src/main/resources/oal/core.oal Lines 28 to 36 in 30702c7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Apache SkyWalking Component
OAP server (apache/skywalking)
What happened
It appears that the metric service_relation_client_resp_time returns CPM (calls per minute), whereas service_relation_client_cpm returns response time. The metric names seem to be inconsistent with the data they provide.
What you expected to happen
service_relation_client_resp_time return resp_time
service_relation_client_cpm return cpm
How to reproduce
try
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions