Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom committed Jun 21, 2024
1 parent dc012ed commit 677c2c1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test-trace-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,22 @@ jobs:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
exporters:
otlphttp:
endpoint: https://apps.platform-sts.pcbk.p1.openshiftapps.com
endpoint: https://otc.apps.platform-sts.pcbk.p1.openshiftapps.com
tls:
insecure: false
cert_pem: ${{ secrets.CLIENT_CERT_ROSA_OTEL }}
key_pem: ${{ secrets.CLIENT_KEY_ROSA_OTEL }}
ca_pem: ${{ secrets.SERVER_CERT_ROSA_OTEL }}
logging:
cert_pem: ${{ secrets.OTEL_SERVER_CERT }}
key_pem: ${{ secrets.OTEL_SERVER_KEY }}
ca_pem: ${{ secrets.OTEL_CLIENT_CA }}
debug:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging,otlphttp]
exporters: [debug,otlphttp]
' > otel-collector-config.yaml
- name: Run OpenTelemetry Collector
Expand Down

0 comments on commit 677c2c1

Please sign in to comment.