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

OTLP Logs: Deploy a log agent which tails logs and maps them to OTLP #1683

Open
Tracked by #556
a-thaler opened this issue Dec 16, 2024 · 0 comments
Open
Tracked by #556

OTLP Logs: Deploy a log agent which tails logs and maps them to OTLP #1683

a-thaler opened this issue Dec 16, 2024 · 0 comments
Labels
area/logs LogPipeline kind/feature Categorizes issue or PR as related to a new feature.

Comments

@a-thaler
Copy link
Collaborator

a-thaler commented Dec 16, 2024

Description

As part of #556 the support for tailing application logs from the container runtime is needed. This is essential to achieve feature parity with the current solution based on fluentbit.

Criterias

  • If the application input gets enabled together with an OTLP output, the new log agent gets deployed
  • The application input is enabled by default
  • The agent will collect all application logs as it was the case with fluenbit (using selectors)
  • The agent will pars json formats if possible
  • The agent will enrich severity and timestamp OTLP attributes
  • The body contain either the JSON msg/message attribute or the raw payload
  • Support of "keepRawPayload" feature by having an additional log attribute with the raw payload
  • The agent might stay deployed if the input gets disabled
  • Kubernetes attribute enrichment should work in conjunction with the gateway
  • Metric collection for operations should work (have a metric service and peerauthentication in place)
@a-thaler a-thaler mentioned this issue Dec 16, 2024
23 tasks
@a-thaler a-thaler changed the title If the tail input is enabled, deploy a log agent which maps the logs to OTLP OTLP Logs: Deploy a log agent which tails logs and maps them to OTLP Dec 16, 2024
@a-thaler a-thaler added kind/feature Categorizes issue or PR as related to a new feature. area/logs LogPipeline labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/logs LogPipeline kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant