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: update dashboards to new naming convention #78

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

jwcastillo
Copy link
Contributor

@jwcastillo jwcastillo commented Dec 6, 2022

Dashboard update to the new naming convention

Copy link
Contributor

@codebien codebien left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -3450,7 +3450,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "avg(k6_my_rate{testid=~\"$testid\"})",
"expr": "avg(k6_my_rate_rate{testid=~\"$testid\"})",
Copy link
Contributor

Choose a reason for hiding this comment

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

Same

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same

@@ -3294,7 +3294,7 @@
"type": "prometheus",
"uid": "PEDF09670F151C95C"
},
"expr": "k6_my_counter{testid=~\"$testid\"}",
"expr": "k6_my_counter_total{testid=~\"$testid\"}",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this custom metric in the dashboard?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It depends on what the objective of this dashboard is, if it is to show test results it may not be necessary, but if it is an example for others to build their own dashboard it could make the job easy.

I have no problem removing it.

Copy link
Contributor

Choose a reason for hiding this comment

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

@ppcano @javaducky can you share your thoughts here, please?

Let's merge for now. We will fix it in the next few days if needed.

@codebien codebien merged commit c39b472 into grafana:main Dec 6, 2022
@jwcastillo jwcastillo deleted the fix_new_naming_convention branch January 16, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants