File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
insight/src/main/kotlin/spp/jetbrains/insight/coupler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import spp.jetbrains.marker.source.mark.api.event.SourceMarkEventListener
37
37
import spp.jetbrains.marker.source.mark.guide.GuideMark
38
38
import spp.jetbrains.marker.source.mark.guide.MethodGuideMark
39
39
import spp.jetbrains.safeLaunch
40
- import spp.protocol.artifact.metrics.MetricType.Companion.Endpoint_RespTime
40
+ import spp.protocol.artifact.metrics.MetricType.Companion.Endpoint_RespTime_AVG
41
41
import spp.protocol.insight.InsightType
42
42
import spp.protocol.insight.InsightValue
43
43
import spp.protocol.instrument.LiveSourceLocation
@@ -97,7 +97,7 @@ class FunctionDurationCoupler(private val remoteInsightsAvailable: Boolean) : So
97
97
}
98
98
val swVersion = skywalkingMonitorService.getVersion()
99
99
val listenMetrics = listOf (
100
- Endpoint_RespTime .asRealtime().getMetricId(swVersion)
100
+ Endpoint_RespTime_AVG .asRealtime().getMetricId(swVersion)
101
101
)
102
102
103
103
val vertx = UserData .vertx(guideMark.project)
You can’t perform that action at this time.
0 commit comments