Merged
Conversation
A lightweight exporter container written in go This commit impliments a rackservermetrics collector that provides similar functionality to the raindrops rubygem.
* Raindrops currently segfaults with ruby 4.0 * We have replicated the behaviour of raindrops in the new exporter
This collector will collect statistics about any tcp server in the namespace, not just rack servers. This is useful, but having rack in the metric name is confusing.
This test makes use of a docker compose stack running * An example rails app (pitchfork app server) * The promenade exporter * Nginx reverse proxy
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 38 36 -2
Lines 849 794 -55
=========================================
- Hits 849 794 -55 ☔ View full report in Codecov by Sentry. |
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.