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
This action outputs Github Action workflows and jobs details to OTLP.
3
+
*NOTE: This is still work in progress. Currently it's using the Lightstep Launcher for getting up and going quickly, but I will make this a generic OTLP exporter if there's interest*
4
+
5
+
This action outputs Github Action workflows and jobs details to OTLP via gRPC.
4
6
5
7
## Inputs
6
8
7
9
## `endpoint`
8
10
9
11
**Required** The OTLP endpoint which will receive the data.
10
12
11
-
## Outputs
12
-
13
-
## `time`
13
+
## `headers`
14
14
15
-
The time we greeted you.
15
+
**Optional** Additional header configuration to pass in as metadata to the gRPC connection.
0 commit comments