What is Observability in Kyma?
Out of the box, Kyma provides tools to collect and ship telemetry data using the Telemetry Module. Of course, you'll want to view and analyze the data you're collecting. This is where observability tools come in.
Data Collection
Kyma collects telemetry data with the following in-cluster components:
Fluent Bit collects logs, provided using the Telemetry Module.
An OTel Collector collects traces, provided using the Telemetry Module.
The collected telemetry data are exposed so that you can view and analyze them with observability tools.
NOTE: Kyma's telemetry component supports providing your own output configuration for your application's logs and traces. With this, you can connect your own observability systems inside or outside the Kyma cluster with the Kyma backend.
Data analysis
You can use the following in-cluster components to observe your applications' telemetry data:
- Prometheus, a lightweight backend for metrics.
NOTE: The Prometheus integration has been deprecated and is planned to be removed.
- Grafana to provide a dashboard and a query editor to visualize metrics collected from Prometheus.
NOTE: The Grafana integration has been deprecated and is planned to be removed.