1473371932 commented on issue #10756:
URL: https://github.com/apache/apisix/issues/10756#issuecomment-1878178463

   I use the deployment method of helm, and pull version 3.2 from the official 
website repository. This is my customized value file:
   
   ```
     timezone: "Asia/Shanghai"
   
     extraEnvVars:
     - name: K8S_POD_IP
       valueFrom:
         fieldRef:
           apiVersion: v1
           fieldPath: status.podIP
   
     allow:
       ipList:
         - 0.0.0.0/0
   
   plugins:
     - opentelemetry
   
   pluginAttrs:
     prometheus:
       export_uri: /metrics
       export_addr:
         ip: 0.0.0.0
         port: 9091
       metrics:
         bandwidth:
         http_status:
           extra_labels:
             - upstream_addr: $upstream_addr
             - upstream_status: $upstream_status
     opentelemetry:
       resource:
         service.name: APISIX
       collector:
         address: otel-agent.apisix-otel.svc.cluster.local:4318
         request_timeout: 3
   
   serviceMonitor:
     enabled: true
     namespace: "apisix"
     name: ""
     interval: 25s
     path: /metrics
     metricPrefix: apisix_
     containerPort: 9091
     labels:
       app.kubernetes.io/part-of: kube-prometheus
     annotations: {}
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to