-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
New component: Kentik Network Telemetry Receiver #29759
Comments
Thanks @i3149 for raising this. Ideally, the Kentik platform would support OTLP natively. If you can join a Collector SIG meeting, we could discuss the possibility of this vs. creating Kentik receiver. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
The purpose and use-cases of the new component
Kentik is a company which collects both passive and active network data. Passive examples are netflow and npm both of which are best seen as metrics, while active is the network synthetic product which performs web transactions and produces a har file result for each test run which should map to a trace.
These signals can be exported from Kentik via a http stream of Cap'n Proto buffers. We would like to create an otel receiver for this feed and allow any otel collector to work with Kentik data. New Relic provides an example of how this data can be integrated.
Example configuration for the component
Telemetry data types supported
Metrics, Traces
Is this a vendor-specific component?
Code Owner(s)
@i3149
Sponsor (optional)
@astencel-sumo
Additional context
There is an existing OSS tool to translate the binary feed from kentik at https://github.com/kentik/ktranslate. We'd like to get away from having users run 2 binaries (ktranslate + otel collector) but there's an argument to be made that ktranslate should just be updated to emit otel. In practice, we find getting 1 binary running correctly is hard enough.
The text was updated successfully, but these errors were encountered: