|
PMDA++
0.4.4
Header-only C++ library for writing PCP PMDAs
|
Indentifies a metric to be fetched. More...
#include <pmda.hpp>
Public Attributes | |
| cluster_id_type | cluster |
| Cluster ID. More... | |
| item_id_type | item |
| Item ID. More... | |
| instance_id_type | instance |
| Instance ID. More... | |
| atom_type_type | type |
| Expected atom type. More... | |
| void * | opaque |
| Opaque pointer. More... | |
Indentifies a metric to be fetched.
| cluster_id_type pcp::pmda::metric_id::cluster |
Cluster ID.
Definition at line 138 of file pmda.hpp.
Referenced by pcp::pmda::on_fetch_callback(), and pcp::pmda::on_store().
| instance_id_type pcp::pmda::metric_id::instance |
| item_id_type pcp::pmda::metric_id::item |
| atom_type_type pcp::pmda::metric_id::type |
1.8.13