Releases: linkerd/linkerd-viz
Releases · linkerd/linkerd-viz
0.2.0
- 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
0.1.8
- Fixed
CONSUL_HOSTS
and MARATHON_HOST
not being honored. Thanks to @eentzel!
- Changed Grafana
intervalFactor
from 1/2
to 1/1
- Fixed Global Success Rate gauge thresholds
0.1.7
- Updated Prometheus to 1.8.2
- Updated Grafana to 4.6.2
- Changed anonymous Grafana user's org role from Admin to Editor
0.1.6
- Update Prometheus version from 1.4.1 to 1.7.0
0.1.5
- Add linkerd-health dashboard
0.1.4
- 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 setting MARATHON_HOST
0.1.3
- Updated Consul config for simplified linkerd metric names
0.1.2
- Set default Prometheus scrape_interval and evaluation_interval to 30s, to ensure Grafana irate graphs render properly.
- Fixed scrape_interval configuration not being honored.
0.1.1
- Set default Prometheus
scrape_interval
and evaluation_interval
to 1m
, make configurable.
0.1.0
- 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