~txiao/charm-telegraf:stable/22.08

Last commit made on 2022-08-01
Get this branch:
git clone -b stable/22.08 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:
stable/22.08
Repository:
lp:~txiao/charm-telegraf

Recent commits

7693b14... by Tianqi Xiao

Drop xenial support on the main development track

67a9f64... by Tianqi Xiao

Resolving incorrect datasource name problem

Reviewed-on: https://code.launchpad.net/~txiao/charm-telegraf/+git/charm-telegraf/+merge/422773
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Diko Parvanov <email address hidden>

78d1f76... by Tianqi Xiao

Update the paths of the charms used in functional tests

Reviewed-on: https://code.launchpad.net/~txiao/charm-telegraf/+git/charm-telegraf/+merge/423113
Reviewed-by: Alvaro Uria <email address hidden>

38de4d0... by Tianqi Xiao

Ignore nsfs and tmpfs disks when performing disk checks

0744faf... by Tianqi Xiao

Update the paths of the charms used in functional tests

44fd6e3... by Tianqi Xiao

Resolving incorrect datasource name problem

A function that retrieves prometheus unit name from "prometheus-client"
relation was added in Commit #f1d823d49cf1754efb2c75c07c1906448164b627. But
it later got removed by Commit #039b41e12da4a47623954482d5c40cd9ab6dde59.
This code reversion produced incorrect datasource name when rendering
dashboard.

This contribution:
1. Re-added prometheus unit name retrieval funtion
2. Fixed inconsistent name retrieving issue by checking the
availability of "prometheus-client" relation.

6f8ee34... by Tianqi Xiao

Ignore nsfs and tmpfs disks when performing disk checks

1976010... by Tianqi Xiao

Change prometheus2 link from charmstore to charmhub

3f7e6de... by Tianqi Xiao

Change the default value of hugepages_enabled to True

ecf0272... by Tianqi Xiao

Add support for hugepages metrics provided by the mem plugin

Created a new row with 2 panels in dashboard template to
display time-series data produced by hugepages metrics in mem
plugin. These hugepages monitoring panels are enabled by
default.