Add without-orphaned-metrics option to stats#5424
Merged
HofiOne merged 5 commits intosyslog-ng:developfrom Jul 25, 2025
Merged
Conversation
5bd14fc to
e49a392
Compare
Contributor
This Pull Request introduces config grammar changessyslog-ng/90011b282a1ce6ec5b625b5621121ad4b323ba3e -> HofiOne/add-without-orphaned-option-to-stats Details--- a/source
+++ b/source
network(
transport(
http-scraper(
+ stats-with-legacy(<yesno>)
+ stats-without-orphaned(<yesno>)
)
)
)
|
without-orphaned-metrics option to stats
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
e49a392 to
b656320
Compare
kovgeri01
reviewed
Jul 25, 2025
Signed-off-by: Hofi <[email protected]>
…and `with-legacy` options Signed-off-by: Hofi <[email protected]>
b656320 to
fafec98
Compare
kovgeri01
approved these changes
Jul 25, 2025
Contributor
|
Build FAILURE |
HofiOne
added a commit
to syslog-ng/syslog-ng.github.io
that referenced
this pull request
Aug 22, 2025
…) options (#224) Depends on syslog-ng/syslog-ng#5424
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: #5414
Doc: syslog-ng/syslog-ng.github.io#224
Depends on: #5421