This document describes the metrics exposed by saptune_exporter
.
General notes:
- All the metrics are namespaced with the prefix
saptune
, which is followed by a subsystem, and both are in turn composed into a Fully Qualified Name (FQN) of each metrics. - All the metrics and labels names are in snake_case, as conventional with Prometheus. That said, as much as we'll try to keep this consistent throughout the project, the label values may not actually follow this convention, though (e.g. value is a hostname).
These are the currently implemented subsystems.
Show which Saptune solution is enabled. A value of 1 means solution is enabled, 0 is not enabled.
solution_name
: the name of the soluton
Show if the given solution is compliant to saptune standards. A value of 1 meains is compliant, 0 not compliant
solution_name
: the name of the soluton
Show which notes are enabled by ID. The value 1 means is enabled. If metric label is not present , this means the SAP notes are not enabled.
note_id
: this indicate the note id of SAP note.note_desc
: provide description about the note enabled.
The meta collector collects all "meta" metrics/information about saptune. (version etc.)
Show the version of saptune. The value is the major version. example 2
means saptune binary is running with 2 as major version.