This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 2f521e7834 Chore, fix format of core.oal (#10324)
2f521e7834 is described below
commit 2f521e7834ceef6add60c4a8650d81748ea1ff5c
Author: xiaoziv <[email protected]>
AuthorDate: Tue Jan 31 21:10:35 2023 +0800
Chore, fix format of core.oal (#10324)
---
oap-server/server-starter/src/main/resources/oal/core.oal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oap-server/server-starter/src/main/resources/oal/core.oal
b/oap-server/server-starter/src/main/resources/oal/core.oal
index 73e7a183fe..e79befafd7 100755
--- a/oap-server/server-starter/src/main/resources/oal/core.oal
+++ b/oap-server/server-starter/src/main/resources/oal/core.oal
@@ -47,7 +47,7 @@ service_instance_relation_server_percentile =
from(ServiceInstanceRelation.laten
// Service Instance Scope metrics
service_instance_sla = from(ServiceInstance.*).percent(status == true);
-service_instance_resp_time= from(ServiceInstance.latency).longAvg();
+service_instance_resp_time = from(ServiceInstance.latency).longAvg();
service_instance_cpm = from(ServiceInstance.*).cpm();
// Endpoint scope metrics