randymarsh77 / tsa-plugin-az

A tsa-cli plugin to source data from Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tsa-cli plugin to source data from Azure.

License:MIT License


Languages

Language:TypeScript 98.3%Language:Shell 1.1%Language:JavaScript 0.6%