We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d4e87 + 3d4de96 commit b113455Copy full SHA for b113455
receiver/scwaudittrail/README.md
@@ -2,6 +2,17 @@
2
3
The Scaleway Audit Trail receiver collects audit trail events from your scaleway organization.
4
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
16
## Configuration
17
18
The following config is required:
0 commit comments