Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the collector fluentforwardexporter to registry #5979

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions data/registry/collector-exporter-fluentforward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# cSpell:ignore fluentforwardexporter
r0mdau marked this conversation as resolved.
Show resolved Hide resolved
title: Fluent Forward Exporter
registryType: exporter
language: collector
tags:
- go
- exporter
- collector
license: Apache 2.0
description:
The OpenTelemetry Collector Exporter for the Fluent Forward protocol
authors:
- name: Romain Dauby
url: https://github.com/r0mdau
urls:
repo: https://github.com/r0mdau/fluentforwardexporter
createdAt: 2023-11-19
isNative: false
isFirstParty: false
package:
registry: go-collector
name: github.com/r0mdau/fluentforwardexporter

Check warning on line 22 in data/registry/collector-exporter-fluentforward.yml

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (mdau) Suggestions: (mday, miau, midau, mDAV, mau)
version: v0.3.0
12 changes: 12 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -13259,6 +13259,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-07T15:44:53.106127+02:00"
},
"https://github.com/r0mdau": {
"StatusCode": 206,
"LastSeen": "2025-01-19T02:27:15.320730471Z"
},
"https://github.com/r0mdau/fluentforwardexporter": {
"StatusCode": 206,
"LastSeen": "2025-01-19T02:27:12.257107855Z"
},
"https://github.com/raito-io/neo4j-tracing": {
"StatusCode": 206,
"LastSeen": "2025-01-15T11:26:10.993794-05:00"
Expand Down Expand Up @@ -16587,6 +16595,10 @@
"StatusCode": 200,
"LastSeen": "2024-08-12T17:56:07.964057+02:00"
},
"https://pkg.go.dev/github.com/r0mdau/fluentforwardexporter": {
"StatusCode": 200,
"LastSeen": "2025-01-19T02:27:20.088750393Z"
},
"https://pkg.go.dev/go.opentelemetry.io/collector/cmd/builder": {
"StatusCode": 200,
"LastSeen": "2024-03-01T16:49:30.684687+01:00"
Expand Down
Loading