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 filter affected services internal endpoint #5415

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

matiasb
Copy link
Contributor

@matiasb matiasb commented Jan 14, 2025

Related to https://github.com/grafana/oncall-private/issues/2977

e.g.

GET /api/plugins/grafana-oncall-app/resources/alertgroups/filter_affected_services?service=service-a&service=service-b

[
  {"name": "service-a",
   "service_url": "http://localhost:3000/a/grafana-slo-app/service/service-a",
   "alert_groups_url": "http://localhost:3000/a/grafana-oncall-app/alert-groups?status=0&status=1&started_at=now-7d_now&label=service_name:service-a"}
]

@matiasb matiasb added pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes labels Jan 14, 2025
@matiasb matiasb force-pushed the matiasb/affected-services-endpoint branch from e84e0e5 to 507d9ed Compare January 14, 2025 19:16
@matiasb matiasb deployed to github-pages January 14, 2025 19:16 — with GitHub Actions Active
@matiasb matiasb marked this pull request as ready for review January 14, 2025 19:34
@matiasb matiasb requested a review from a team as a code owner January 14, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant