mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-03-20 21:39:10 +00:00
Compare commits
3 Commits
release/v1
...
WIFI-1812
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb7b37c2c | ||
|
|
5e68d20255 | ||
|
|
fa533dde56 |
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Replaced cassandra, postgres and kafka with upstream charts [#49](https://github.com/Telecominfraproject/wlan-cloud-helm/pull/49)
|
||||
- Centralized secrets to the parent chart [#54](https://github.com/Telecominfraproject/wlan-cloud-helm/pull/54)
|
||||
- Export servo MBeans with JMX Prometheus exporter [#65](https://github.com/Telecominfraproject/wlan-cloud-helm/pull/65)
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
name: wlan-cloud-graphql-gw
|
||||
tag: 0.0.1-SNAPSHOT
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
name: wlan-cloud-ui
|
||||
tag: 0.0.1-SNAPSHOT
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
@@ -7,6 +7,7 @@ metadata:
|
||||
labels:
|
||||
{{- include "common.labels" . | nindent 4 }}
|
||||
spec:
|
||||
podManagementPolicy: Parallel
|
||||
serviceName: {{ include "common.fullname" . }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
selector:
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
lowercaseOutputLabelNames: true
|
||||
lowercaseOutputName: true
|
||||
whitelistObjectNames: ["java.lang:type=OperatingSystem"]
|
||||
whitelistObjectNames:
|
||||
- "java.lang:type=OperatingSystem"
|
||||
- "com.netflix.servo:name=cassandra*,type=COUNTER"
|
||||
- "com.netflix.servo:name=cassandra*,type=GAUGE"
|
||||
- "com.netflix.servo:name=singleDataSource*,type=GAUGE"
|
||||
- "com.netflix.servo:name=singleDataSource*,type=COUNTER"
|
||||
- "com.netflix.servo:name=jdbc*,type=GAUGE"
|
||||
- "com.netflix.servo:name=jdbc*,type=COUNTER"
|
||||
- "com.netflix.servo:name=kafka*,type=GAUGE"
|
||||
- "com.netflix.servo:name=kafka*,type=COUNTER"
|
||||
- "com.netflix.servo:name=osgw*,type=GAUGE"
|
||||
- "com.netflix.servo:name=osgw*,type=COUNTER"
|
||||
blacklistObjectNames: []
|
||||
rules:
|
||||
- pattern: 'java.lang<type=OperatingSystem><>(committed_virtual_memory|free_physical_memory|free_swap_space|total_physical_memory|total_swap_space)_size:'
|
||||
name: os_$1_bytes
|
||||
type: GAUGE
|
||||
attrNameSnakeCase: true
|
||||
- pattern: 'java.lang<type=OperatingSystem><>((?!process_cpu_time)\w+):'
|
||||
name: os_$1
|
||||
type: GAUGE
|
||||
attrNameSnakeCase: true
|
||||
Reference in New Issue
Block a user