Closed
Conversation
…d queries Signed-off-by: Hofi <[email protected]>
…er validation, sub-commands and options do not need to be double validated Signed-off-by: Hofi <[email protected]>
…ndlers that refers to further parameter parsing issues Signed-off-by: Hofi <[email protected]>
…r consistently Signed-off-by: Hofi <[email protected]>
…ommand, but keep the legacy sub-command version as well to be backward compatible Signed-off-by: Hofi <[email protected]>
…y` command Using now the automatic GLib Commandline Option Parser validation Signed-off-by: Hofi <[email protected]>
Contributor
|
Build FAILURE |
6806185 to
5e48930
Compare
Contributor
|
Build FAILURE |
5e48930 to
808ff41
Compare
Contributor
|
Build FAILURE |
Collaborator
Author
|
@kira-syslogng test this please; |
Contributor
|
Build FAILURE |
808ff41 to
44addd8
Compare
Contributor
|
Build FAILURE |
44addd8 to
688a41f
Compare
Contributor
|
Build FAILURE |
688a41f to
2f4b999
Compare
Contributor
|
Build FAILURE |
2f4b999 to
bcb69b9
Compare
Contributor
|
Build FAILURE |
Contributor
This Pull Request introduces config grammar changessyslog-ng/600b1e8e267af83961acd0016c84a4c7654308f9 -> HofiOne/add-prometheus-stat-source Details--- a/source
+++ b/source
network(
+ multi-line-mode(<string>)
transport(
+ http-scraper
+ scrape-freq-limit(<nonnegative-integer>)
+ scraper(
+ prometheus(
+ <empty>
+ stat-query(<string>)
+ stat-type(<string>)
+ )
+ )
+ single-instance(<yesno>)
)
)
syslog(
+ multi-line-mode(<string>)
)
tcp(
+ multi-line-mode(<string>)
)
tcp6(
+ multi-line-mode(<string>)
)
udp(
+ multi-line-mode(<string>)
)
udp6(
+ multi-line-mode(<string>)
)
|
bcb69b9 to
e248ae9
Compare
Contributor
|
Build FAILURE |
…sv output formats Signed-off-by: Hofi <[email protected]>
Contributor
|
@kira-syslogng test this please; |
Contributor
|
Build FAILURE |
e248ae9 to
dfc4764
Compare
…text server Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
…hook into the message parsing flow after a multiline message composed Signed-off-by: Hofi <[email protected]>
…ine text server Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
…ion of http based transform Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
… query executor that is not bound to a ControlConnection Signed-off-by: Hofi <[email protected]>
…aper responder with syslog-ng stats prometheus outptut response Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
… scarper part from the prometheus handling one Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
… their implementations "http_scraper" "scraper" "scrape_freq_limit" "single_instance" "prometheus" "stat_type" "stat_query" Signed-off-by: Hofi <[email protected]>
…eus-stats-dont-log() source - both are just SCL blocks around the network() source with the new `http-scraper` transport Signed-off-by: Hofi <[email protected]>
…nit, cleanup, and validation too Signed-off-by: Hofi <[email protected]>
…otoServerOptionsStorage Signed-off-by: Hofi <[email protected]>
… base LogProtoServerOptionsStorage Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
…ats` to match the one we use in `syslog-ng-ctl` Signed-off-by: Hofi <[email protected]>
1bb463b to
c103f37
Compare
Contributor
|
Build FAILURE |
Signed-off-by: Hofi <[email protected]>
c103f37 to
f06b413
Compare
Contributor
|
Build FAILURE |
Collaborator
Author
|
closing, as needs more rework |
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.
No description provided.