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

supporting OpenTelemetry #894

Closed
3 tasks
nyrahul opened this issue Sep 13, 2022 · 9 comments · Fixed by kubearmor/otel-adapter#7
Closed
3 tasks

supporting OpenTelemetry #894

nyrahul opened this issue Sep 13, 2022 · 9 comments · Fixed by kubearmor/otel-adapter#7
Assignees
Labels
enhancement New feature or request mentorship

Comments

@nyrahul
Copy link
Contributor

nyrahul commented Sep 13, 2022

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

  • Create OpenTelemetry adapter for kubearmor
  • Setup/Usage guide for using OpenTelemetry Adapter
  • Demo integrations with any backend supporting OpenTelemetry
@nyrahul nyrahul added the enhancement New feature or request label Sep 13, 2022
@sheharyaar
Copy link
Contributor

Does this need to be added in kubearmor-relay-server ?

@nyrahul
Copy link
Contributor Author

nyrahul commented Nov 14, 2022

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.

@nyrahul nyrahul removed this from v0.8 backlog Nov 21, 2022
@amit-62
Copy link

amit-62 commented Feb 3, 2023

Hey @nyrahul
I'm interested in this project for LFX mentorship. How should I get started?

@Chinwendu20
Copy link
Contributor

I am interested in working on this issue as an lfx mentee

@dipankardas011
Copy link

I am also interested

@nyrahul
Copy link
Contributor Author

nyrahul commented Feb 6, 2023

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.

@mahesh-hegde
Copy link

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?

@nyrahul
Copy link
Contributor Author

nyrahul commented Feb 11, 2023

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.

@Chinwendu20
Copy link
Contributor

Please assign this issue to me. This involves creating a new repo. How do I go about doing that under Kubearmor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mentorship
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

8 participants