Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

chore: Change titles of some Grafana panels#63952

Open
varungandhi-src wants to merge 3 commits intomainfrom
vg/rename-panels
Open

chore: Change titles of some Grafana panels#63952
varungandhi-src wants to merge 3 commits intomainfrom
vg/rename-panels

Conversation

@varungandhi-src
Copy link
Contributor

The earlier name "Provisioning indicators" seems a bit more abstract compared
to "Resource utilization". When I was searching the dashboards for resource utilization,
even after being told that a dashboard had that information, I missed it because I didn't
think to un-collapse the panel titled "Provisioning indicators" (I incorrectly guessed
it must've some generic details related to resource allocation, not usage).

Even the doc comments have this:

// Provisioning indicator overviews - these provide long-term overviews of container
// resource usage

So let's make the titles reflect this directly.

Test plan

n/a

@cla-bot cla-bot bot added the cla-signed label Jul 19, 2024
@github-actions github-actions bot added team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) team/product-platform labels Jul 19, 2024
},
{
Title: "Containers: Provisioning Indicators (not available on server)",
Title: "Containers: Resource utilization (not available on server)",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand why this title is different from the other one - is the distinction between service-level (aggregated across multiple containers) vs container-level utilization?

// These observables should only use cAdvisor metrics, and are thus only available on
// Kubernetes and docker-compose deployments.
const TitleProvisioningIndicators = "Provisioning indicators (not available on server)"
const TitleResourceUtilization = "Resource utilization (not available on server)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can we get rid of the (not available on server)/is the above doc comment still accurate?

@michaellzc michaellzc requested review from a team and craigfurman and removed request for a team July 25, 2024 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) team/product-platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants