-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Prometheus exporter module for Sentinel metrics #3173
Merged
Merged
Conversation
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
sczyh30
added
kind/feature
Category issues or prs related to feature request.
area/metrics
Issues or PRs related to metrics and monitoring
labels
Jul 14, 2023
sczyh30
requested changes
Jul 14, 2023
...etheus-exporter/src/main/java/com/alibaba/csp/sentinel/prom/collector/SentinelCollector.java
Outdated
Show resolved
Hide resolved
...ntinel-prometheus-exporter/src/main/java/com/alibaba/csp/sentinel/prom/PromExporterInit.java
Outdated
Show resolved
Hide resolved
...etheus-exporter/src/main/java/com/alibaba/csp/sentinel/prom/collector/SentinelCollector.java
Outdated
Show resolved
Hide resolved
sczyh30
changed the title
Prometheus Exporter
Add Prometheus exporter module for Sentinel metrics
Jul 17, 2023
sczyh30
requested changes
Aug 4, 2023
...exporter/src/main/java/com/alibaba/csp/sentinel/metric/prom/collector/SentinelCollector.java
Outdated
Show resolved
Hide resolved
LearningGp
requested changes
Dec 24, 2023
...eus-metric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/prom/PromExporterInit.java
Show resolved
Hide resolved
...exporter/src/main/java/com/alibaba/csp/sentinel/metric/prom/collector/SentinelCollector.java
Outdated
Show resolved
Hide resolved
...porter/src/main/java/com/alibaba/csp/sentinel/metric/prom/config/PrometheusGlobalConfig.java
Show resolved
Hide resolved
...ric-exporter/src/main/java/com/alibaba/csp/sentinel/metric/prom/types/GaugeMetricFamily.java
Show resolved
Hide resolved
...rter/src/test/java/com/alibaba/csp/sentinel/metric/prom/collector/SentinelCollectorTest.java
Show resolved
Hide resolved
sentinel-extension/sentinel-prometheus-metric-exporter/README.md
Outdated
Show resolved
Hide resolved
The CLA needs to be signed before the code is merged. ✒️ |
LearningGp
previously approved these changes
Dec 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sczyh30
approved these changes
Dec 27, 2023
Thanks for contributing! 🚀 |
LearningGp
pushed a commit
that referenced
this pull request
Dec 28, 2023
z-soulx
pushed a commit
to z-soulx/Sentinel
that referenced
this pull request
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/metrics
Issues or PRs related to metrics and monitoring
kind/feature
Category issues or prs related to feature request.
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.
Describe what this PR does / why we need it
for #3126
Does this pull request fix one issue?
Describe how you did it
详细设计:https://www.yuque.com/g/liushi-8bggz/vb1nye/nl0e93ri1ouwf9u0/collaborator/join?token=rDXFoa8BMH6VCeD9&source=doc_collaborator#%20%E3%80%8APrometheus%E5%AF%B9%E6%8E%A5%E3%80%8B
Describe how to verify it
Special notes for reviews