diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index c360a0aee1aa..0432c793e4ca 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -3243,8 +3243,6 @@ Topics: File: otel-configuring-metrics-for-monitoring-stack - Name: Forwarding telemetry data File: otel-forwarding-telemetry-data - - Name: Configuring the Collector metrics - File: otel-configuring-otelcol-metrics - Name: Gathering the observability data from multiple clusters File: otel-config-multicluster - Name: Troubleshooting the Red Hat build of OpenTelemetry diff --git a/observability/otel/otel-configuring-otelcol-metrics.adoc b/modules/otel-configuring-collector-metrics.adoc similarity index 88% rename from observability/otel/otel-configuring-otelcol-metrics.adoc rename to modules/otel-configuring-collector-metrics.adoc index 230628bbd08e..fada79569966 100644 --- a/observability/otel/otel-configuring-otelcol-metrics.adoc +++ b/modules/otel-configuring-collector-metrics.adoc @@ -1,9 +1,12 @@ -:_mod-docs-content-type: ASSEMBLY -include::_attributes/common-attributes.adoc[] -[id="otel-configuring-metrics"] +// Module included in the following assemblies: +// +// * observability/otel/otel-configuration-of-otel-collector.adoc + +:_mod-docs-content-type: PROCEDURE +[id="otel-configuring-collector-metrics'_{context}"] = Configuring the OpenTelemetry Collector metrics -:context: otel-configuring-metrics +[role="_abstract"] The following list shows some of these metrics: * Collector memory usage @@ -49,5 +52,6 @@ You can use the *Administrator* view of the web console to verify successful con . Filter by *Source: User*. . Check that the *ServiceMonitors* or *PodMonitors* in the `opentelemetry-collector-` format have the *Up* status. +[role="_additional-resources"] .Additional resources * xref:../../observability/monitoring/configuring-user-workload-monitoring/preparing-to-configure-the-monitoring-stack-uwm.adoc#enabling-monitoring-for-user-defined-projects-uwm_preparing-to-configure-the-monitoring-stack-uwm[Enabling monitoring for user-defined projects] \ No newline at end of file diff --git a/observability/otel/otel-collector/otel-collector-configuration-intro.adoc b/observability/otel/otel-collector/otel-collector-configuration-intro.adoc index 844296bf2437..a42ff744fbbd 100644 --- a/observability/otel/otel-collector/otel-collector-configuration-intro.adoc +++ b/observability/otel/otel-collector/otel-collector-configuration-intro.adoc @@ -1,8 +1,8 @@ :_mod-docs-content-type: ASSEMBLY +[id="otel-configuration-of-otel-collector"] += Configuring the Collector include::_attributes/common-attributes.adoc[] :context: otel-configuration-of-otel-collector -[id="otel-configuration-of-otel-collector_{context}"] -= Configuring the Collector toc::[] @@ -15,4 +15,6 @@ include::modules/otel-collector-config-options.adoc[leveloffset=+1] include::modules/otel-creating-required-RBAC-resources-automatically.adoc[leveloffset=+1] +include::modules/otel-configuring-collector-metrics.adoc[leveloffset=+1] + include::modules/otel-target-allocator.adoc[leveloffset=+1]