]> git.ipfire.org Git - thirdparty/collectd.git/commit
[metric-label-support]: Initial setup
authorManoj Srivastava <srivasta@google.com>
Thu, 26 Sep 2019 21:32:18 +0000 (14:32 -0700)
committerFlorian Forster <octo@google.com>
Tue, 28 Jul 2020 13:18:02 +0000 (15:18 +0200)
commit7f16544e447d21b1a9c1968383be97f77c4de17c
tree0e64d69fbdf60acf15315b563ef2b9febf105683
parentf04e8f2e0efa6825f3d7ae7163f50d3eb56063a4
[metric-label-support]: Initial setup

This is the initial commit on the proposal defined in the document
"Adding Labels to Collectd Metrics"
  - https://docs.google.com/document/d/173gGP3tUD3yfN2NNHxCv0BsKsacfDlSyoaQIn7MqLtQ/edit?usp=sharing
With the datastructures updated as per the document:
"Compare data structures for metric labels (collectd)"
  - https://docs.google.com/document/d/1RZ7YAO6lWcDDvevzxFGVDgv4UQpdgWoT7OCP9Vpb2CU/edit?usp=sharing

This commit adds the initial declaration and definition of the basic
data structure, and sets up the build system to add in unit testing
for the label store, the identity and metrics data streuctures.

Signed-off-by: Manoj Srivastava <srivasta@google.com>
Change-Id: I29673ab36f75db2ac487ee6a22907e3deba2f965
Makefile.am
src/daemon/plugin.h