Skip to content

Commit

Permalink
Fix otlpEndpoint in Dash0 example configuration
Browse files Browse the repository at this point in the history
The gRPC port for otlpEndpoint was missing.

Refs #20
  • Loading branch information
joschi authored Nov 16, 2024
1 parent 1c46d1e commit cd65eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dash0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Export workflow to Dash0
uses: corentinmusard/otel-cicd-action@v1
with:
otlpEndpoint: grpc://ingress.eu-west-1.aws.dash0-dev.com
otlpEndpoint: grpc://ingress.eu-west-1.aws.dash0.com:4317
# See https://www.dash0.com/documentation/dash0/get-started/sending-data-to-dash0
#
# Example value for DASH0_OTLP_HEADERS:
Expand Down

0 comments on commit cd65eb1

Please sign in to comment.