Skip to content
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

feat: add prometheus metrics #3640

Merged
merged 7 commits into from
Oct 18, 2023
Merged

feat: add prometheus metrics #3640

merged 7 commits into from
Oct 18, 2023

Conversation

Panaetius
Copy link
Member

@Panaetius Panaetius commented Oct 13, 2023

Fixes #3434

/deploy extra-values=core.metrics.enabled=true

@Panaetius Panaetius requested a review from a team as a code owner October 13, 2023 08:04
@Panaetius Panaetius temporarily deployed to renku-ci-rp-3640 October 13, 2023 08:22 — with GitHub Actions Inactive
@RenkuBot
Copy link
Contributor

You can access the deployment of this PR at https://renku-ci-rp-3640.dev.renku.ch

@Panaetius Panaetius force-pushed the add-prometheus-metrics branch from 6d87be1 to 689929c Compare October 13, 2023 08:29
@Panaetius Panaetius deployed to renku-ci-rp-3640 October 13, 2023 08:29 — with GitHub Actions Active
@coveralls
Copy link
Collaborator

coveralls commented Oct 13, 2023

Pull Request Test Coverage Report for Build 6558358583

  • 3 of 4 (75.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.01%) to 82.909%

Changes Missing Coverage Covered Lines Changed/Added Lines %
renku/ui/service/entrypoint.py 3 4 75.0%
Files with Coverage Reduction New Missed Lines %
renku/core/workflow/activity.py 1 93.61%
renku/ui/cli/init.py 1 96.9%
renku/ui/cli/service.py 1 28.57%
Totals Coverage Status
Change from base Build 6557526422: 0.01%
Covered Lines: 25472
Relevant Lines: 30723

💛 - Coveralls

Copy link
Contributor

@m-alisafaee m-alisafaee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Does this collect a set of default metrics which are good enough for us?

@Panaetius
Copy link
Member Author

Thank you! Does this collect a set of default metrics which are good enough for us?

Yes, I think it's pretty comprehensive, for each endpoint. You can see the default metrics here: https://github.com/rycus86/prometheus_flask_exporter#default-metrics

m-alisafaee
m-alisafaee previously approved these changes Oct 16, 2023
@Panaetius Panaetius enabled auto-merge (squash) October 18, 2023 08:37
@Panaetius Panaetius merged commit d3eedb5 into develop Oct 18, 2023
21 of 25 checks passed
@Panaetius Panaetius deleted the add-prometheus-metrics branch October 18, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add prometheus metrics to core service and rq
4 participants