Skip to content

Commit

Permalink
feat: add support for otel otlp headers
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Sep 2, 2024
1 parent 2f03b3c commit 8fac6d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://cryptlex.com
icon: https://cryptlex.com/images/cryptlex_icon.png
# 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.
version: "3.17.12"
version: "3.17.13"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "3.17.12"
appVersion: "3.17.13"
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ stringData:
{{ end }}
{{ end }}
NEW_RELIC_LICENSE_KEY: {{ .Values.webApi.newRelic.licenseKey | quote }}
OTEL_EXPORTER_OTLP_HEADERS: api-key={{ .Values.webApi.openTelemetry.apiKey }}
OTEL_EXPORTER_OTLP_HEADERS: {{ .Values.webApi.openTelemetry.otlpHeaders | quote }}
3 changes: 1 addition & 2 deletions cryptlex/cryptlex-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,8 @@ webApi:
applicationName: "Cryptlex Web API"
# OpenTelemetry
openTelemetry:
apiKey: ""
applicationName: ""
otlpEndpoint: ""
otlpHeaders: ""
# Hangfire dashboard
hangfireDashboard:
username: ""
Expand Down

0 comments on commit 8fac6d0

Please sign in to comment.