tsa-plugin-az
v1.1.2
Published
A tsa-cli plugin to source data from Azure.
Downloads
10
Readme
tsa-plugin-az
Azure plugin for tsa.
Installation
$ npm i -g @tsa-tools/cli tsa-plugin-az
This 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-az
Or, set this plugin as default and omit the argument from future calls.
$ tsa config --default plugin=tsa-plugin-az
$ tsa
Plugin 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 |