-
Notifications
You must be signed in to change notification settings - Fork 172
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
Monitor metric APIs #1598
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
zwmagic:zwmagic/support_prometheus
Sep 24, 2024
Merged
Monitor metric APIs #1598
Sherlockhan
merged 1 commit into
sermant-io:develop
from
zwmagic:zwmagic/support_prometheus
Sep 24, 2024
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
...t-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/Counter.java
Outdated
Show resolved
Hide resolved
daizhenyu
reviewed
Aug 19, 2024
...agentcore-core/src/main/java/io/sermant/core/service/metric/DistributionStatisticConfig.java
Outdated
Show resolved
Hide resolved
daizhenyu
reviewed
Aug 19, 2024
...agentcore-core/src/main/java/io/sermant/core/service/metric/DistributionStatisticConfig.java
Outdated
Show resolved
Hide resolved
daizhenyu
reviewed
Aug 19, 2024
...agentcore-core/src/main/java/io/sermant/core/service/metric/DistributionStatisticConfig.java
Outdated
Show resolved
Hide resolved
sermant-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/Tags.java
Outdated
Show resolved
Hide resolved
...t-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/Metrics.java
Outdated
Show resolved
Hide resolved
...t-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/Metrics.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 20, 2024
...agentcore-core/src/main/java/io/sermant/core/service/metric/DistributionStatisticConfig.java
Outdated
Show resolved
Hide resolved
zwmagic
force-pushed
the
zwmagic/support_prometheus
branch
from
August 23, 2024 08:07
e6562a3
to
88c856b
Compare
daizhenyu
reviewed
Aug 27, 2024
...ore-implement/src/main/java/io/sermant/implement/service/metrics/MeterMetricServiceImpl.java
Outdated
Show resolved
Hide resolved
...t-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/ServiceManager.java
Outdated
Show resolved
Hide resolved
sermant-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/Tags.java
Outdated
Show resolved
Hide resolved
...mant-agentcore-implement/src/main/java/io/sermant/implement/service/metrics/MeterMetric.java
Outdated
Show resolved
Hide resolved
...mant-agentcore-implement/src/main/java/io/sermant/implement/service/metrics/MeterMetric.java
Outdated
Show resolved
Hide resolved
...mant-agentcore-implement/src/main/java/io/sermant/implement/service/metrics/MeterMetric.java
Outdated
Show resolved
Hide resolved
...ore-implement/src/main/java/io/sermant/implement/service/metrics/MeterMetricServiceImpl.java
Outdated
Show resolved
Hide resolved
...in/java/io/sermant/implement/service/metrics/prometheus/PrometheusMeterRegistryProvider.java
Outdated
Show resolved
Hide resolved
zwmagic
force-pushed
the
zwmagic/support_prometheus
branch
2 times, most recently
from
August 30, 2024 08:54
b881d73
to
4329261
Compare
daizhenyu
previously approved these changes
Sep 2, 2024
lilai23
reviewed
Sep 4, 2024
lilai23
reviewed
Sep 4, 2024
...rmant-agentcore-implement/src/main/java/io/sermant/implement/service/metric/MeterMetric.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 4, 2024
...sermant-agentcore-core/src/main/java/io/sermant/core/service/metric/config/MetricConfig.java
Outdated
Show resolved
Hide resolved
zwmagic
force-pushed
the
zwmagic/support_prometheus
branch
from
September 9, 2024 12:10
4329261
to
06f27cc
Compare
zwmagic
force-pushed
the
zwmagic/support_prometheus
branch
2 times, most recently
from
September 23, 2024 03:47
075bb2f
to
b0b01b3
Compare
Signed-off-by: zwmagic <[email protected]>
zwmagic
force-pushed
the
zwmagic/support_prometheus
branch
from
September 23, 2024 12:35
b0b01b3
to
1dee353
Compare
lilai23
approved these changes
Sep 24, 2024
daizhenyu
approved these changes
Sep 24, 2024
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.
What type of PR is this?
Feature
What this PR does / why we need it?
It is hoped that Sermant will support Prometheus monitoring so that Sermant's core metrics as well as each plugin's custom metrics can be monitored through Grafana.
Which issue(s) this PR fixes?
Fixes #1445
Does this PR introduce a user-facing change?
No
Get Prometheus metric at http:// 127.0.0.1:47128/sermant/metrics
Checklist