You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #767 the LogPipeline will be promoted to a beta API. For that, the API of the input section needs to get aligned with the Trace/MetricPipeline APIs. The filter and output sections will stay as they are as they will be faded out together with the fluentbit fade out.
input:
runtime:
enabled: true # if false, no configuration gets generated. With OTLP, a false value will run the gateway onlydropLabels: false # stays as is. With OTLP, a new replacement "podLabels" will be added, specifying a list of pod labels to addkeepAnnotations: false # stays as is. With OTLP, a new replacement "podAnnotations" will be added, specifying a list of pod annotations to addkeepOriginalBody: true # stays as iscontainers: # stays as isexclude:
- ns1
- ns2include:
- ns3
- ns4namespaceSelector: #either expression or label. By default an expression gets generated excluding kyma namespacesmatchExpressions:
- key: namespaceoperator: Invalues: ["frontend", "backend"]matchLabels:
role: backend
Criterias
The LogPipeline beta API will leverage the new input API
The beta API stays compatible to alpha via the conversion webhook
Reasons
Attachments
Release Notes
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs.
Thank you for your contributions.
kyma-bot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Dec 30, 2024
a-thaler
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
labels
Jan 7, 2025
Description
With #767 the LogPipeline will be promoted to a beta API. For that, the API of the input section needs to get aligned with the Trace/MetricPipeline APIs. The filter and output sections will stay as they are as they will be faded out together with the fluentbit fade out.
Old API:
New API propsal:
Criterias
Reasons
Attachments
Release Notes
The text was updated successfully, but these errors were encountered: