1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-otel-config-examples.adoc
2025-10-15 13:10:07 +00:00

20 lines
1.4 KiB
Plaintext

// Module included in the following assemblies:
//
// microshift_running_apps/microshift-observability-service.adoc
:_mod-docs-content-type: PROCEDURE
[id="microshift-otel-config-examples_{context}"]
= Selecting a {microshift-short} Observability configuration
[role="_abstract"]
The amount and complexity of the data depends on predefined configurations. These configurations determine the number of data sources and the amount of collected data that is transmitted. These configurations are defined as small, medium, and large (default).
The `opentelemetry-collector.yaml` file includes specific parameters that are used to collect data for monitoring the system resources. All warnings for node events are included in the collected data. {microshift-short} Observability collects and transmits data for the following resources:
* CPU, memory, disk, and network metrics of containers, pods, and nodes
* Kubernetes events
* Host CPU, memory, disk, and network metrics
* System journals for certain {microshift-short} services, and dependencies
* Metrics exposed by pods that have the `prometheus.io/scrape`: `true` annotation
Replace the values of the `exporters.otlp.endpoint` and `services.telemetry.metrics.readers[0].endpoint` fields with the IP address or hostname of the remote back end. This IP address resolves to the local node's host name. Any unreachable endpoint is reported in the {microshift-short} observability service logs.