Skip to content

Commit cd634dc

Browse files
author
alrex
authored
Update README.md
1 parent cc739ed commit cd634dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Github Action to OTLP
22

3-
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.
46

57
## Inputs
68

79
## `endpoint`
810

911
**Required** The OTLP endpoint which will receive the data.
1012

11-
## Outputs
12-
13-
## `time`
13+
## `headers`
1414

15-
The time we greeted you.
15+
**Optional** Additional header configuration to pass in as metadata to the gRPC connection.
1616

1717
## Example usage
1818

19-
uses: actions/github-action-to-otlp@v1
19+
uses: codeboten/github-action-to-otlp@v1
2020
with:
2121
endpoint: 'grpc.otlpendpoint.io:443'

0 commit comments

Comments
 (0)