Skip to content

Commit

Permalink
feat: apisix etcd metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Dec 4, 2023
1 parent cfde109 commit 3b9322b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apisix/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ etcd:
auth:
token:
type: simple
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: '2379'
prometheus.io/scrape: 'true'
gateway:
type: LoadBalancer
annotations:
Expand Down
4 changes: 4 additions & 0 deletions apisix/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ etcd:
auth:
token:
type: simple
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: '2379'
prometheus.io/scrape: 'true'
gateway:
type: LoadBalancer
annotations:
Expand Down

0 comments on commit 3b9322b

Please sign in to comment.