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
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,39 @@ If the Gitlab webhook is enabled for pipeline events it sends it for every statu
47
47
48
48
-> The Gitlabreceiver creates the trace for webhook event 3. Webhooks 1&2 are ignored for now.
49
49
50
+
### Usage
51
+
52
+
To use the Gitlabreceiver a custom OpenTelemetry collector distribution needs to be created. This can be achieved with using the otel builder package and the following config.
53
+
54
+
builder.yaml
55
+
```yaml
56
+
dist:
57
+
name: otelcol-dev
58
+
description: Basic OTel Collector distribution for Developers
0 commit comments