kubernetes动态配置skywalking-dynamic
kubectl edit cm skywalking-dynamic-config -n kube-ops
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: v1
data:
enableUpdateUITemplate: "true"
searchableTracesTags: ${SW_SEARCHABLE_TAG_KEYS:http.method,http.status_code,rpc.status_code,db.type,db.instance,mq.queue,mq.topic,mq.broker,user_id,event_id}
kind: ConfigMap
metadata:
annotations:
meta.helm.sh/release-name: skywalking
meta.helm.sh/release-namespace: kube-ops
creationTimestamp: "2024-01-26T08:56:55Z"
labels:
app: skywalking
app.kubernetes.io/managed-by: Helm
component: oap
release: skywalking
name: skywalking-dynamic-config
namespace: kube-ops