feat:Support SkyWalking to collect metrics (#238)

Signed-off-by: cobb-tx 464693850@qq.com
This commit is contained in:
cobb-tx
2023-03-08 16:52:51 +08:00
committed by GitHub
parent ff560b8d25
commit f58f977f80
3 changed files with 82 additions and 1 deletions

View File

@@ -603,3 +603,10 @@ pilot:
# Additional labels to apply on the pod level for monitoring and logging configuration.
podLabels: {}
# Skywalking config settings
enableSkywalking: false
Skywalking:
address: "skywalking-oap.higress-system.svc"
port: 11800