Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New kymastats receiver #15

Closed
a-thaler opened this issue Jun 17, 2024 · 1 comment
Closed

New kymastats receiver #15

a-thaler opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
area/kymastatsreceiver kyma-stats-receiver kind/feature New feature or request
Milestone

Comments

@a-thaler
Copy link
Collaborator

a-thaler commented Jun 17, 2024

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

@hisarbalik
Copy link
Contributor

Receiver kymastats emit two metrics

  • 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.

@a-thaler a-thaler added this to the 1.20.0 milestone Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kymastatsreceiver kyma-stats-receiver kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants