Skip to content

Instantly share code, notes, and snippets.

@direvius
Last active March 7, 2018 10:32
Show Gist options
  • Save direvius/b1f50f1f0ec6896b6aa23e75062273d9 to your computer and use it in GitHub Desktop.
Save direvius/b1f50f1f0ec6896b6aa23e75062273d9 to your computer and use it in GitHub Desktop.
plot config example
plot:
area:
stacked: true
metrics:
- m1: {params}
- m2: {params}
axis: left
line:
left:
- m1: {params}
- m2: {params}
right:
- m3: {params}
- m4: {params}
events:
- e1: {params}
- e2: {params}
axes:
left: {params}
right: {params}
x: {params}
summary:
for_metrics:
- iqr
- q50
- q90
- q99
for_events:
- count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment