wu-sheng commented on a change in pull request #6608:
URL: https://github.com/apache/skywalking/pull/6608#discussion_r601086067
##########
File path:
oap-server/analyzer/meter-analyzer/src/main/java/org/apache/skywalking/oap/meter/analyzer/dsl/SampleFamily.java
##########
@@ -572,7 +591,31 @@ private static boolean doubleComp(CompType compType,
double a, double b) {
}
}
+ private static class K8sRetagOps {
+
+ private static Sample[] pod2Service(Sample[] ss, String
serviceNameLabel, String podNameLabel) {
Review comment:
Merge this in the implementation of `Pod2Service`, as
https://github.com/apache/skywalking/pull/6608/files#r601085683 mentioned.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]