-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"wake up" internal prometheus scrapper metrics (up / scrape_xxxx) (#3116
) * Try to make internal prometheus scrapper metrics working * Alternative method, working directly on metricFamily * Try to fix unittests * Try to fix prometheus exporter tests * Try to fix prometheus exporter tests * Remove unwanted test about internal metrics * Try to fix unittests * Try to fix unittests * Try to fix unittests * receiver/prometheus: fix e2e tests Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * receiver/prometheus: add e2e tests for label keys and values Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * receiver/prometheus: remove unused test metric spec Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Add useful logs * Fix useless units and comments * Fix too verbose log and bad test * Fix prom exporter test if scrap duration is instant * Fix lint * Update exporter/prometheusexporter/end_to_end_test.go Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * Try to fix exporter test * Remove unwanted file * fix tests after rebasing * Fix lint Co-authored-by: Anthony J Mirabella <a9@aneurysm9.com> Co-authored-by: David Ashpole <dashpole@google.com>
- Loading branch information
1 parent
528e3d7
commit 329285d
Showing
7 changed files
with
786 additions
and
733 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.