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
This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
Request
The
prometheus.operator.*
components allow for relabeling rules, but they cannot be passed in via reference.Currently they are defined as
However, take the example from
loki.source.journal
, the relabel rules are provided outside of the component and referenced as an argument.Use case
By allowing a reference, the same rules can be used for all components and passed as arguments to modules / custom components.
The text was updated successfully, but these errors were encountered: