Skip to content

Commit b113455

Browse files
authored
Merge pull request #4 from scaleway/feature/readme-builder
doc: document how to add receiver to otelcol distro
2 parents e0d4e87 + 3d4de96 commit b113455

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

receiver/scwaudittrail/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The Scaleway Audit Trail receiver collects audit trail events from your scaleway organization.
44

5+
## Builder
6+
7+
To use this component with a custom OpenTelemetry Collector distribution, add the following configuration:
8+
9+
```yaml
10+
receivers:
11+
- gomod: github.com/scaleway/opentelemetry-collector-scaleway/receiver/scwaudittrail v0.1.0
12+
```
13+
14+
Update the tag according to the latest release of this repository.
15+
516
## Configuration
617
718
The following config is required:

0 commit comments

Comments
 (0)