Skip to content

Commit

Permalink
feat: export prometheus metrics (#40)
Browse files Browse the repository at this point in the history
* Feat: export prometheus metrics

Signed-off-by: ChrisLiu <[email protected]>

* code indentation optimization

Signed-off-by: ChrisLiu <[email protected]>

---------

Signed-off-by: ChrisLiu <[email protected]>
  • Loading branch information
chrisliu1995 authored Apr 26, 2023
1 parent 7c072bc commit 8e90b10
Show file tree
Hide file tree
Showing 9 changed files with 1,987 additions and 5 deletions.
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
- --provider-config=/etc/kruise-game/config.toml
image: controller:latest
name: manager
ports:
- name: https
containerPort: 8080
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Loading

0 comments on commit 8e90b10

Please sign in to comment.