~txiao/charm-telegraf:filter

Last commit made on 2021-09-22
Get this branch:
git clone -b filter https://git.launchpad.net/~txiao/charm-telegraf
Only Tianqi Xiao can upload to this branch. If you are Tianqi Xiao please log in for upload directions.

Branch merges

Branch information

Name:
filter
Repository:
lp:~txiao/charm-telegraf

Recent commits

dbe7eed... by Connor Chamberlain

Removed a spurious `cpu_usage_user` from template

0d94455... by Connor Chamberlain

Removed nested quotes in dashboard template

* `"<< filter_query >>"` changed to `<< filter_query >>`

ef547d5... by Connor Chamberlain

Second dashboard with filtering by application

* The new dashboard re-uses the existing template
* The current dashboard only allows filtering by hostname
    - Expressed as <model>:<hostname>
* New dashboard allows filtering by juju application
* Several new variables added to the template for Jinja
* Updated _load_grafana_dashboard and register_grafana_dashboard
methods to include "dashboard_filter"s
    - Dashboard_filters populate the Jinja template variables
* Linted by black

fccd46b... by Garrett Neugent

disable logging for OVS commands

Reviewed-on: https://code.launchpad.net/~thogarre/charm-telegraf/+git/charm-telegraf/+merge/407991
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

058688a... by Garrett Neugent

disable logging for OVS commands

c4a8e06... by Xav Paice

Add juju_model_uuid to tags

Adds the juju_model_uuid tag to metrics, to match up with the metadata provided in the charms interfacing with the prometheus-k8s charm.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/407421
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Xiyue Wang <email address hidden>

7c9a924... by Xav Paice

Add juju_model_uuid to tags

Adds the juju_model_uuid tag to metrics, to match up with the metadata
provided in the charms interfacing with the prometheus-k8s charm.

5a41b9f... by Guillermo Gonzalez

Fix lp:1939583. clear prometheus-client.relation.configured flag on upgrade-charm

Reviewed-on: https://code.launchpad.net/~verterok/charm-telegraf/+git/telegraf-charm/+merge/406953
Reviewed-by: Drew Freiberger <email address hidden>

6a86df9... by Guillermo Gonzalez

clear prometheus-client.relation.configured flag on upgrade-charm as plugins.*.configured are also cleared otherwise things gets in a inconsistent state. Add a unittest for it

96ad93a... by James Troup

Replace 'juju set' references with 'juju config'

Reviewed-on: https://code.launchpad.net/~elmo/charm-telegraf/+git/charm-telegraf/+merge/406766
Reviewed-by: Tom Haddon <email address hidden>