fix(devtool): change agent install metadata key

The tag beginning with sys will be overwritten by the cloud
This commit is contained in:
rainzm
2021-10-13 11:41:52 +08:00
parent 272e4173c2
commit 2a49b7903b
+1 -1
View File
@@ -171,7 +171,7 @@ func mapStringSlice(f func(string) string, a []string) []string {
}
const (
agentInstalledKey = "sys:monitor_agent"
agentInstalledKey = "__monitor_agent"
agentInstalledValue = "true"
)