-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add time zone support for timeseries #386
Conversation
lpereiracgn
commented
Jun 10, 2024
•
edited
Loading
edited
- This PR adds support for time zones in Timeseries, the user can select the timezone using the Grafana time range options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good (description and version number has to be fixed)
We can merge it after the time series feature is GA
TODO before merge:
- [] delete beta header
- [] fix version and PR/commit description
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@cognite/cognite-grafana-datasource", | |||
"version": "4.1.3", | |||
"version": "4.1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bump minor version, not patch, follow the semantic release guidelines
Co-authored-by: Ivan Polomani <ivan.polomanyi@cognite.com>
Co-authored-by: Ivan Polomani <ivan.polomanyi@cognite.com>