You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kyma.module.status.state, emit status->state for each state value with a value 1, contains metric attribute state as the value of status->state attribute
kyma.module.status.conditions, emit status->conditions attribute when module provides it, the metric value depends on condition status attribute and has following values: "True" -> 1, "False" -> 0, and -1 for other values
The receiver by default will scrape only Kyma Telemetry module.
All the available metrics, metric attributes, and configuration parameters are documented.
Description
As part of kyma-project/telemetry-manager#728 a receiver is needed which can collect metrics about all Kyma module states and conditions. A concrete proposal can be found here: https://github.com/kyma-project/telemetry-manager/blob/main/docs/contributor/arch/011-kymastatsmetrics.md
As a first step, create a receiver which collects the metrics for a hardcoded receiver
Criterias
Reasons
Attachments
The text was updated successfully, but these errors were encountered: