charm-telegraf:xenial/stable

Last commit made on 2022-08-03
Get this branch:
git clone -b xenial/stable https://git.launchpad.net/charm-telegraf
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
xenial/stable
Repository:
lp:charm-telegraf

Recent commits

5e748a8... by Tianqi Xiao

Merge remote-tracking branch 'txiao/certifi_version' into xenial/stable

b1536e7... by Tianqi Xiao

Set certifi version to support Python 3.5

Requests library is using certifi library, which has dropped
support for Python 3.5 since version 2022.05.18. So limiting its
version would overcome the current error with the "install" hook.

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