Skip to content

Commit

Permalink
Bgd 4867 Add custom telemetry parsers to all components (#201)
Browse files Browse the repository at this point in the history
* [charts] add custom parser to all telemetry sidecars
* [charts/bigdata-telemetry] update failurethreshold to fail fast and restart
  • Loading branch information
Z4ck404 authored Apr 22, 2024
1 parent 5dabbf4 commit 57f1074
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service-storage-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service-storage-server
description: A Helm chart for the Spot Big Data Notebook Service Storage Server
type: application
version: 0.1.12
version: 0.1.13
appVersion: "1.2.0-ofas"
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ spec:
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/metrics-collection.conf
subPath: metrics-collection.conf
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.2.7
version: 0.2.8
appVersion: 0.1.16
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
3 changes: 3 additions & 0 deletions charts/bigdata-notebook-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ spec:
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/metrics-collection.conf
subPath: metrics-collection.conf
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.10
version: 0.0.11
appVersion: 4.0.10-ofas-d35201c
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
3 changes: 3 additions & 0 deletions charts/bigdata-notebook-workspace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ spec:
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/metrics-collection.conf
subPath: metrics-collection.conf
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-proxy
description: A Helm chart for the Spot Big Data Proxy
type: application
version: 0.4.9
version: 0.4.10
appVersion: 0.5.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
3 changes: 3 additions & 0 deletions charts/bigdata-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ spec:
- name: telementry-global-config
mountPath: /fluent-bit/etc/fluent-bit.conf
subPath: fluent-bit.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.5.13
version: 0.5.14
appVersion: 0.5.0
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
3 changes: 3 additions & 0 deletions charts/bigdata-spark-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ spec:
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/metrics-collection.conf
subPath: metrics-collection.conf
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-telemetry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-telemetry
description: A Helm chart for the Spot Big Data Telemetry components
type: application
version: 0.2.4
version: 0.2.5
appVersion: "1.16.0"
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
- /bin/sh
- -c
- 'exit 1'
failureThreshold: 2
initialDelaySeconds: 900
periodSeconds: 920
name: thanos-receive
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Spark Operator (b/g part)
name: spark-operator
version: 0.1.29
version: 0.1.30
appVersion: v1beta2-1.3.4-3.1.1
dependencies:
- name: spark-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ spec:
- name: telementry-custom-config
mountPath: /fluent-bit/etc/custom-filters.conf
subPath: custom-filters.conf
- name: telementry-global-config
mountPath: /fluent-bit/etc/parsers.conf
subPath: parsers.conf
- name: telementry-custom-config
mountPath: /fluent-bit/etc/metrics-collection.conf
subPath: metrics-collection.conf
Expand Down

0 comments on commit 57f1074

Please sign in to comment.