-
Notifications
You must be signed in to change notification settings - Fork 345
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
supporting OpenTelemetry #894
Comments
Does this need to be added in kubearmor-relay-server ? |
Yep, that seems to be the most logical way. Relay acts as a single point of contact where telemetry from across all nodes is available. Now we can another adapter which connects to kubearmor-relay-server and then emits OT output. This would not require any changes to the existing components. This would result in a new repo. |
Hey @nyrahul |
I am interested in working on this issue as an lfx mentee |
I am also interested |
Folks, thank you for your interest. However, the mentors of this LFX project will take a call based on proposals submitted to the LFX mentorship call and subsequent evaluation based on artifacts submitted therein. Interests submitted on this GH issue would not be taken into account. So if you are interested please ensure that you submit your interest on the LFX mentorship project. |
Hi Rahul (@nyrahul) pardon me for continuing this thread, but I see only "Cover letter" and "Resume" among the artifacts to be uploaded in LFX dashboard. Am I missing something? (Is there a sample project we should complete?). Also should the cover letter include a proposal? |
Yep, only the resume and cover letter has to be uploaded. The cover letter could briefly explain your intent and basic idea as to how you would like to shape this project. All good questions. Thank you for your interest. |
Please assign this issue to me. This involves creating a new repo. How do I go about doing that under Kubearmor |
OpenTelemetry is a CNCF project that defines a telemetry protocol and data formats, it covers distributed tracing, metrics and logs. The project provides an SDK as well as a collector component that can run on Kubernetes. Typically, an application exposes OpenTelemetry data through direct instrumentation that is most often implemented in-app using OpenTelemetry SDK. An OpenTelemetry collector is used to gather data from various applications in a cluster, and send it to one or more backends. Jaeger (another CNCF project) is one of the backends that can be used for storage and presentation of trace data.
Possible Design
Best to support an OpenTelemetry adapter to KubeArmor that receives KubeArmor logs/alerts/telemetry from the kubearmor-relay-service and converts it into open telemetry format.
Tasks
The text was updated successfully, but these errors were encountered: