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

Service SLI View w/ Dependency Tables #19

Closed
ishanmkh opened this issue Mar 9, 2020 · 1 comment
Closed

Service SLI View w/ Dependency Tables #19

ishanmkh opened this issue Mar 9, 2020 · 1 comment
Assignees
Labels
kind/feature New feature or request

Comments

@ishanmkh
Copy link

ishanmkh commented Mar 9, 2020

// filing on behalf of @berilane-te @shashank-te

Describe the question you are looking to answer

When investigating a specific service, I want to understand the health of the services down-stream dependencies (databases) and up-stream dependencies (ingress, other services etc. )

Example scenario

A frequent debugging scenario is when a service's latency spikes when their database read writes spikes. For an SRE or SWE debugging, it's difficult to know whether the db is trashed because of their service or other issues.

Desired output

  1. Service SLI Metrics Charts (latency, error-rate, rps)
  2. Service-specific K8s metrics (CPU, Memory, IOPS etc. by pod)
  3. Downstream Dependencies Summary Table ( SLI Metrics by dependency)
  4. Upstream Dependencies Summary Table ( SLI Metrics by dependency)

Additional requirements

  • We should be able to navigate too the dependencies own live view from the table
  • Ideally, we would like to view the dependencies in a format that's easy to understand (eg: topological map)

Desired collaboration scheme

  • Do you want to share this view with your team (yes/no)? Yes
  • Do you want to persist this view in your team's git repo (yes/no)? Yes
  • Do you want to persist this view in pixie-community's git repo (yes/no)? n/a

(Optional) Draft scripts
n/a

@ishanmkh ishanmkh changed the title Service SLI View w/ Dependency Table Service SLI View w/ Dependency Tables Mar 9, 2020
@ishanmkh ishanmkh added the kind/feature New feature or request label Mar 9, 2020
@ishanmkh
Copy link
Author

Dependency table added to the service_info script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants