8000 Tags · zalando-zmon/zmon-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Tags: zalando-zmon/zmon-cli

Tags

1.1.61

Toggle 1.1.61's commit message
new release 1.1.61 for typo bugfix

1.1.60

Toggle 1.1.60's commit message
New visualization endpoint

1.1.59

Toggle 1.1.59's commit message
fix opentracing log_kv() arg

1.1.58

Toggle 1.1.58's commit message
Release 1.1.58

- Add support for OpenTracing and remove auto tracing of requests

1.1.57

Toggle 1.1.57's commit message
opentracing support

1.1.56

Toggle 1.1.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for multi filter in entities (#76)

1.1.55

Toggle 1.1.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix zmon client timeouts (#74)

* Fix zmon client timeouts

Fix #73

* fix flake8: E722 do not use bare except

1.1.54

Toggle 1.1.54's commit message
Merge pull request #70 from vetinari/optional-search-param

make search argument optional

1.1.53

Toggle 1.1.53's commit message
fix KeyError: "dashboard" when running zmon search w/o -n team (#66)

* fix KeyError: "dashboard" when running zmon search w/o -n team

fixes #65

* fix: dashboard never exists in grafana_dashboards

* render entities sorted by last_modified time in text output

for json output pipe to
     jq "sort_by(.last_modified)"

* sort any value by last mod

* remove double check for key

* add --limit for searches

fixes #68

* teams should be passed as named param

1.1.52

Toggle 1.1.52's commit message
Accept tokens from env variables (#64)

0