- Updated Prometheus to 2.3.2
- Updated Grafana to 5.2.2
- Modify Dockerfile and entrypoint script to leverage Grafana's dashboard and datasource provisioning
- Update dashboards to leverage Grafana's latest features
- Kubernetes config updates
- Fix default value of
MARATHON_HOST
- Fixed
CONSUL_HOSTS
andMARATHON_HOST
not being honored. Thanks to @eentzel! - Changed Grafana
intervalFactor
from1/2
to1/1
- Fixed Global Success Rate gauge thresholds
- Updated Prometheus to 1.8.2
- Updated Grafana to 4.6.2
- Changed anonymous Grafana user's org role from Admin to Editor
- Update Prometheus version from 1.4.1 to 1.7.0
- Add linkerd-health dashboard
- Make Consul hostname configurable via
CONSUL_HOST
environment variable - Make Marathon hostname configurable via
MARATHON_HOST
environment variable - Deprecate
mesos-marathon
config in favor of settingMARATHON_HOST
- Updated Consul config for simplified linkerd metric names
- Set default Prometheus
scrape_interval
andevaluation_interval
to30s
, to ensure Grafanairate
graphs render properly. - Fixed
scrape_interval
configuration not being honored.
- Set default Prometheus
scrape_interval
andevaluation_interval
to1m
, make configurable.
- Updated for linkerd 1.0 metrics. This is a breaking change. This version of linkerd-viz will only work with linkerd 1.0+. Previous versions of linkerd-viz will only with linkerd prior to 1.0.
- Moved to linkerd Github org
- Updated latency y-axis to be in ms
- Updated docker image to be slimmer
- Add router drop-down selector and template variable
- Add mesos-marathon local config
- Update metrics labels for linkerd 0.9.0
- Updated default Prometheus port from 9090 to 9191
- Updated Prometheus relabel configs for linkerd 0.8.6
- Updated startup script to run Prometheus as pid 1 #8
- Fixed automated build #1
- Initial release