Skip to content

Commit

Permalink
feat: support openim prom enbels
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
  • Loading branch information
cubxxw committed Jan 8, 2024
1 parent e7e7443 commit 71074ae
Show file tree
Hide file tree
Showing 21 changed files with 202 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/openim-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.15
version: 0.1.16

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
2 changes: 1 addition & 1 deletion charts/openim-chat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.15
version: 0.1.16

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/openim-chat/charts/admin-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
1 change: 1 addition & 0 deletions charts/openim-chat/charts/chat-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
1 change: 1 addition & 0 deletions charts/openim-chat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
2 changes: 1 addition & 1 deletion charts/openim-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.15
version: 0.1.16

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-msggateway-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-msggateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-msgtransfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-push/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-conversation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-friend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-group/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-msg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
15 changes: 15 additions & 0 deletions charts/openim-server/charts/openim-rpc-third/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,28 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80


nodeSelector: {}

tolerations: []
Expand Down
14 changes: 14 additions & 0 deletions charts/openim-server/charts/openim-rpc-user/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ resources: {}
# cpu: 100m
# memory: 128Mi

global:
monitor:
enabled: false
additionalLabels: {}
namespace: ""
jobLabel: ""
interval: ""
scrapeTimeout: ""
proxyUrl: ""
selectorOverride: {}
honorLabels: false
metricRelabelings: []
relabelings: []

autoscaling:
enabled: false
minReplicas: 1
Expand Down
Loading

0 comments on commit 71074ae

Please sign in to comment.