You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| otlpEndpoint | The destination endpoint to export OpenTelemetry traces to. It supports `https://` and `grpc://` endpoints. | true | | `https://api.axiom.co/v1/traces` |
85
+
| otlpEndpoint | The destination endpoint to export OpenTelemetry traces to. It supports `https://`, `http://` and `grpc://` endpoints. | true | | `https://api.axiom.co/v1/traces` |
73
86
| otlpHeaders | Headers to add to the OpenTelemetry exporter . | true | | `x-honeycomb-team=YOUR_API_KEY,x-honeycomb-dataset=YOUR_DATASET` |
74
87
| otelServiceName | OpenTelemetry service name | false | `<The name of the exported workflow>` | `Build CI` |
75
88
| githubToken | The repository token with Workflow permissions. Required for private repos | false | | `${{ secrets.GITHUB_TOKEN }}` |
76
89
| runId | Workflow Run ID to Export | false | env.GITHUB_RUN_ID | `${{ github.event.workflow_run.id }}` |
0 commit comments