Skip to content

Commit

Permalink
feat: add labels to metrics output to enable entity synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-bandlamudi-nr committed Dec 18, 2024
1 parent 9493745 commit 15c4614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/newrelic-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart to deploy New Relic Kubernetes Logging as a DaemonSet, supporting both Linux and Windows nodes and containers
name: newrelic-logging
version: 1.23.5
version: 1.23.6
appVersion: 2.1.0
home: https://github.com/newrelic/kubernetes-logging
icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
Expand Down
2 changes: 2 additions & 0 deletions charts/newrelic-logging/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ data:
{{- end }}
{{- if and (.Values.fluentBit.sendMetrics) (.Values.fluentBit.config.metricInstrumentation) }}
{{- .Values.fluentBit.config.metricInstrumentation | nindent 4}}
{{ printf "add_label namespace %s" .Release.Namespace | nindent 8}}
{{ printf "add_label helm_release_name %s" .Release.Name | nindent 8}}
{{- end }}
parsers.conf: |
{{- if .Values.fluentBit.config.parsers }}
Expand Down

0 comments on commit 15c4614

Please sign in to comment.