kubernetes动态配置skywalking-dynamic

作者: root007 分类: Linux 发布时间: 2024-12-20 10:40

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

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注