1.1.2 • Published 2 years ago
tsa-plugin-az v1.1.2
tsa-plugin-az
Azure plugin for tsa.
Installation
$ npm i -g @tsa-tools/cli tsa-plugin-azThis tool instruments az and will use all the defaults configured by az.
Usage
Defaults to CPU stats and matches all VM resources according to az defaults (subscription, resource-group).
$ tsa --plugin tsa-plugin-azOr, set this plugin as default and omit the argument from future calls.
$ tsa config --default plugin=tsa-plugin-az
$ tsaPlugin specific options
| Flag | Values |
|---|---|
--metric | One of cpu or ram or disk |
--resource-group | forwards to az |
--resource-type | forwards to az |
--filter | regex filter on resource name |
Standard tsa options
| Flag | Values |
|---|---|
--since | timestring relative to now or --until, when to start the query time range |
--until | timestring relative to now, when to end the query time range |