We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4994c1 commit 756f8d0Copy full SHA for 756f8d0
data/registry/collector-exporter-fluentforward.yml
@@ -0,0 +1,22 @@
1
+# cSpell:ignore fluentforwardexporter
2
+title: Fluent Forward Exporter
3
+registryType: exporter
4
+language: collector
5
+tags:
6
+ - go
7
+ - exporter
8
+ - collector
9
+license: Apache 2.0
10
+description: The OpenTelemetry Collector Exporter for the Fluent Forward protocol
11
+authors:
12
+ - name: Romain Dauby
13
+ url: https://github.com/r0mdau
14
+urls:
15
+ repo: https://github.com/r0mdau/fluentforwardexporter
16
+createdAt: 2023-11-19
17
+isNative: false
18
+isFirstParty: false
19
+package:
20
+ registry: go-collector
21
+ name: github.com/r0mdau/fluentforwardexporter
22
+ version: v0.3.0
0 commit comments