Prometheus#266
Open
hisham-sid wants to merge 12 commits into
Open
Conversation
Added support for Prometheus. Exposes Manzan events as Prometheus metrics via an HTTP endpoint that can be scraped by Prometheus servers Bug fixes: -Null exception was occurring with data map -Ensuring LF line endings
Unnecessary Signed-off-by: Hisham Siddique <59661966+hisham-sid@users.noreply.github.com>
Unnecessary Signed-off-by: Hisham Siddique <59661966+hisham-sid@users.noreply.github.com>
Tests were executing without authentication for Prometheus. Sql test fixed to account for more than 1 rows being returned
Testing remnant Signed-off-by: Hisham Siddique <59661966+hisham-sid@users.noreply.github.com>
Added support for SQL queries that return numeric metrics to be displayed by Prometheus Allow Audit tests to terminate gracefully if not able to connect to remote server
Removed unncessary working directory path that was causing tests to search the wrong path for config files
Surefire plugin was causing issues. Tests are run in the CI later in any case, so testing is preserved
Remove surefire entirely
Signed-off-by: Hisham Siddique <59661966+hisham-sid@users.noreply.github.com>
Initialized job counter at the beginning to remain in line with other metric initializations
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.
Added support for Prometheus.
Exposes Manzan events as Prometheus metrics via an HTTP endpoint that can be scraped by Prometheus servers
Bug fixes:
-Null exception was occurring with data map
-Ensuring LF line endings