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

[BUG] Environment variable GRAPHITE_TIME_ZONE and GRAPHITE_DATE_FORMAT is not reflected in the image. #238

Open
fadm-dug opened this issue Jan 22, 2025 · 1 comment
Labels

Comments

@fadm-dug
Copy link

Please open bug only for Docker component here, if you want to do so for Graphite, please use graphite-web repo

Describe the bug
Environment variable GRAPHITE_TIME_ZONE and GRAPHITE_DATE_FORMAT is not reflected in the image.

To Reproduce
Manually edit inside the image as of now.

Expected behavior
Date should be reflected to the timezone and date format.

Environment (please complete the following information):

  • OS flavor: Rocky Linux 9
  • Image version : 1.1.10-5
  • Custom volumes mounted:
    ` volumes:
    • ./graphite/conf:/opt/graphite/conf
    • ./graphite/storage:/opt/graphite/storage
    • ./graphite/log:/var/log
    • ./graphite/statsd_config:/opt/statsd/config`

Additional context
Recommendation: add TZ for image default timezone.

@fadm-dug fadm-dug added the bug label Jan 22, 2025
@fadm-dug fadm-dug changed the title [BUG] [BUG] Environment variable GRAPHITE_TIME_ZONE and GRAPHITE_DATE_FORMAT is not reflected in the image. Jan 22, 2025
@fadm-dug
Copy link
Author

Sorry, my bad. GRAPHITE_TIME_ZONE is working, but only for Graphite web. logs still using default timezone Etc/UTC. Could you please add tzdata in alpine image so we can use TZ environment to set image timezone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant