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

fix: supporting diskstatus(outage info) for all cases in disk dashboard #375

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Aug 3, 2021

Result of the query: label_join(disk_labels{datacenter="DC-03",cluster="F8080-32-25"}, "diskStatus", " ","NonSupportedField", "outage")

  1. When no outage info available in disk_labels:
disk_labels{aggr="aggr0_F8080_32_25_01", cluster="F8080-32-25", datacenter="DC-03", disk="1.0.12", diskStatus=" ", failed="false", instance="localhost:12991", job="prometheus1", model="X446_1625200MCSG", node="F8080-32-25-01", owner_node="F8080-32-25-01", serial_number="S142NEAG200663", shared="true", shelf="0", shelf_bay="12", type="SSD"} 1
  1. When outage info available in disk_labels:
disk_labels{cluster="F8080-32-25", datacenter="DC-03", disk="1.10.4", diskStatus=" unknown", failed="false", instance="localhost:12991", job="prometheus1", model="X446_1625200MCSG", node="F8080-32-22-01", outage="unknown", owner_node="F8080-32-22-01", serial_number="S142NEAG102094", shared="true", shelf="10", shelf_bay="4", type="SSD"} 1

DC-03:
image

DC-02:
image

Copy link
Collaborator

@cgrinds cgrinds left a comment

Choose a reason for hiding this comment

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

thanks @Hardikl

@cgrinds cgrinds merged commit baaa6cd into main Aug 3, 2021
@cgrinds cgrinds deleted the disk_burt branch August 3, 2021 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants