Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ public class Main {
}
}
```

A nice little feature was added in the latest release which is called metric aliases. With this you can specify an alias for the metric you are pulling. This is useful if you want to do further calculations on your metrics and don't want to write the original name (which can be long) all the time .
Please see an example query below using a metric alias (same as the example above just with the alias):

```
export 'Calls per Minute' as calls from 'Overall Application Performance' on Application 'Bundy Online Shoes' for 2 days

```