Skip to content

Commit

Permalink
agent: extend node_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
d7561985 committed Aug 1, 2023
1 parent d5157b9 commit 215df19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/agent/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.5.33-t
version: 0.5.33-u

# 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
3 changes: 3 additions & 0 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ prometheus:
- action: replace
replacement: "{{ .Values.info.project }}/{{ .Values.info.license }}/{{ .Values.info.deployment_environment }}"
target_label: origin_prometheus
- action: replace
source_labels: [__meta_kubernetes_pod_container_name]
target_label: pod
metric_relabel_configs: [ ]
# required helm name: kube-state-metrics
# https://grafana.com/grafana/dashboards/13332-kube-state-metrics-v2/
Expand Down

0 comments on commit 215df19

Please sign in to comment.