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: make perf zapi volume labels consistent with zapi volume #1055

Merged
merged 1 commit into from
May 26, 2022

Conversation

cgrinds
Copy link
Collaborator

@cgrinds cgrinds commented May 26, 2022

Thanks to Papadopoulos Anastasios for raising on Slack.

The label type was changed to style for perf zapi volume.

Before:

volume_read_latency{aggr="umeng_aff300_aggr1",cluster="umeng-aff300-05-06",datacenter="dc-1",node="umeng-aff300-06",type="flexgroup",svm="vs_test",volume="vol_fc_1"} 100.5

After

volume_read_latency{aggr="umeng_aff300_aggr1",cluster="umeng-aff300-05-06",datacenter="dc-1",node="umeng-aff300-06",style="flexgroup",svm="vs_test",volume="vol_fc_1"} 100.5

Thanks to Papadopoulos Anastasios for raising on Slack.

The label `type` was changed to `style` for perf zapi volume.

Before:
```
volume_read_latency{aggr="umeng_aff300_aggr1",cluster="umeng-aff300-05-06",datacenter="dc-1",node="umeng-aff300-06",type="flexgroup",svm="vs_test",volume="vol_fc_1"} 100.5
```

After
```
volume_read_latency{aggr="umeng_aff300_aggr1",cluster="umeng-aff300-05-06",datacenter="dc-1",node="umeng-aff300-06",style="flexgroup",svm="vs_test",volume="vol_fc_1"} 100.5
```
@cgrinds cgrinds merged commit 30b19cf into main May 26, 2022
@cgrinds cgrinds deleted the cbg-volume-style branch May 26, 2022 16:16
@cgrinds cgrinds mentioned this pull request Jun 30, 2022
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