You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/03/25 01:25:16 UTC

[GitHub] [skywalking-swck] wu-sheng commented on a change in pull request #26: Upgrade skywalking-cli dependency

wu-sheng commented on a change in pull request #26:
URL: https://github.com/apache/skywalking-swck/pull/26#discussion_r600978880



##########
File path: pkg/provider/provider.go
##########
@@ -310,3 +296,24 @@ func (p *externalMetricsProvider) selectGroupResource(namespace string) apischem
 func (p *externalMetricsProvider) getMetricNameWithNamespace(metricName string) string {
 	return strings.Join([]string{p.namespace, metricName}, "|")
 }
+
+// TODO: remove this function once cli move it from internal module to pkg

Review comment:
       Do we have an issue tracking this?




-- 
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:
users@infra.apache.org