mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 10:06:18 +10:00
bp2 metrics changes to sync with TO other stacks (#6514)
Co-authored-by: Yogeswar Reddy Katreddy Veera <katreddyveey@katreddyvee-a01.vmware.com>
This commit is contained in:
co-authored by
Yogeswar Reddy Katreddy Veera
parent
20a3c3fc1d
commit
ef669ae36f
@@ -58,4 +58,4 @@ sources:
|
||||
- https://www.elastic.co/products/logstash
|
||||
- https://zookeeper.apache.org/
|
||||
- https://github.com/bitnami/bitnami-docker-zookeeper
|
||||
version: 2.0.0
|
||||
version: 3.0.0
|
||||
|
||||
@@ -276,6 +276,11 @@ Regular upgrade is compatible from previous versions.
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 3.0.0
|
||||
|
||||
This major version updates the prefixes of individual applications metrics in Wavefront Collectors which are fed to Tanzu observability in order to light up the individual dashboards of Kafka, Spark ElasticSearch and Logstash on Tanzu Observability platform.
|
||||
|
||||
|
||||
### To 2.0.0
|
||||
|
||||
This major updates the wavefront subchart to it newest major, 3.0.0, which contains a new major for kube-state-metrics. For more information on this subchart's major, please refer to [wavefront upgrade notes](https://github.com/bitnami/charts/tree/master/bitnami/wavefront#to-300).
|
||||
|
||||
@@ -51,7 +51,7 @@ kafka:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
podAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
@@ -66,7 +66,7 @@ kafka:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
## Prometheus Exporters / Metrics
|
||||
##
|
||||
@@ -153,7 +153,7 @@ kafka:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
## This value is only used when zookeeper.enabled is set to false.
|
||||
##
|
||||
@@ -200,7 +200,7 @@ spark:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
## Spark worker specific configuration
|
||||
##
|
||||
@@ -241,7 +241,7 @@ spark:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
## Metrics configuration
|
||||
##
|
||||
@@ -305,7 +305,7 @@ elasticsearch:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
|
||||
## Elasticsearch master-eligible container's resource requests and limits
|
||||
@@ -356,7 +356,7 @@ elasticsearch:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
|
||||
## Elasticsearch data container's resource requests and limits
|
||||
@@ -402,7 +402,7 @@ elasticsearch:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
|
||||
## Elasticsearch coordinating-only container's resource requests and limits
|
||||
@@ -476,7 +476,7 @@ logstash:
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- '{{ .Release.Name }}'
|
||||
- '{{ .Release.Name }}'
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
|
||||
## Logstash containers' resource requests and limits
|
||||
@@ -580,7 +580,7 @@ wavefront:
|
||||
port: 9308
|
||||
path: /metrics
|
||||
scheme: http
|
||||
prefix: kube.kafka.
|
||||
prefix: kafka.
|
||||
|
||||
## auto-discover jmx exporter
|
||||
##
|
||||
@@ -592,7 +592,7 @@ wavefront:
|
||||
port: 5556
|
||||
path: /metrics
|
||||
scheme: http
|
||||
prefix: kube.kafkajmx.
|
||||
prefix: kafkajmx.
|
||||
|
||||
## auto-discover elasticsearch
|
||||
##
|
||||
@@ -604,7 +604,6 @@ wavefront:
|
||||
port: 9114
|
||||
path: /metrics
|
||||
scheme: http
|
||||
prefix: kube.elasticsearch.
|
||||
|
||||
## auto-discover logstash
|
||||
##
|
||||
@@ -616,7 +615,6 @@ wavefront:
|
||||
port: 9198
|
||||
path: /metrics
|
||||
scheme: http
|
||||
prefix: kube.logstash.
|
||||
|
||||
## auto-discover spark
|
||||
##
|
||||
@@ -628,7 +626,7 @@ wavefront:
|
||||
port: 8081
|
||||
path: /metrics/
|
||||
scheme: http
|
||||
prefix: kube.spark.
|
||||
prefix: spark.
|
||||
|
||||
## auto-discover spark
|
||||
##
|
||||
@@ -640,7 +638,7 @@ wavefront:
|
||||
port: 8080
|
||||
path: /metrics/
|
||||
scheme: http
|
||||
prefix: kube.spark.
|
||||
prefix: spark.
|
||||
proxy:
|
||||
## Wavefront Proxy resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
|
||||
Reference in New Issue
Block a user