-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
each flags metic events are not displayed as it is. #9019
Comments
Thanks! This is a good report, we couldn't validate yet. We'll check it later but it's not top of our priorities Can you run |
@gastonfournier |
Ok, we had a similar report in another graph, also related to timezone issues. We'll look into it |
Hello @songhohoon and thank you for raising this! There's a couple of things you could try to get closer to a cause for this. If you inspect the table You can also try sending Unleash metrics for a feature for any given time to see how that ends up in the graph, Unleash will convert the time sent in to the matching time in it's current timezone (so should be UTC for your setup):
{
"appName": "appName",
"instanceId": "instanceId",
"bucket": {
"start": "2025-01-20T09:00:00+09:00",
"stop": "2025-01-20T09:15:00+09:00",
"toggles": {
"<flag name>": {
"yes": 123,
"no": 321
},
}
}
} Then you can play around with the above payload and the timezone to see how that affects your feature flag metric graph |
Describe the bug
flags metic is not displayed as the browsers timezone.
I installed unleash using helm chart.
my envrs are as followed
all features works fine except flag's metric graph.
all event logs on the frontend are displayed based on UTC+9. However, in the feature flag metric, graphs and tables are drawn based on UTC
Steps to reproduce the bug
No response
Expected behavior
all metric graph and table are display according to current timezone.
Logs, error output, etc.
It's just frontend bug.
Screenshots
Additional context
I asked in unleash slack help channel.
https://unleash-community.slack.com/archives/C03GWTN7XMG/p1733199383887489
Unleash version
Open Source 6.3.0
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: