observatorium / thanos-receive-controller

Kubernetes controller to automatically configure Thanos receive hashrings
Apache License 2.0
93 stars 42 forks source link

mixin: Default dashboards to UTC #50

Closed brancz closed 4 years ago

brancz commented 4 years ago

Various tools in the SRE space use UTC as the default to make it effortless during incidents to not have to calculate between timezones. Just an example, both Prometheus and Thanos default to this behavior as well. People can still override this in downstream usage, but I think we should be promoting best practices.

@observatorium/maintainers