Skip to content

Commit aa4bece

Browse files
committed
JTBD category Troubleshoot
1 parent 6e4011c commit aa4bece

12 files changed

Lines changed: 22 additions & 22 deletions

config-collector-metrics/otel-configuring-otelcol-metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_mod-docs-content-type: ASSEMBLY
22
include::_attributes/common-attributes.adoc[]
33
[id="otel-configuring-metrics"]
4-
= Configuring the OpenTelemetry Collector metrics
4+
= Configure Collector metrics
55
:context: otel-configuring-metrics
66

77
include::modules/otel-collector-metrics-overview.adoc[leveloffset=+1]

modules/otel-collector-metrics-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
:_mod-docs-content-type: CONCEPT
66
[id="otel-collector-metrics-overview_{context}"]
7-
= OpenTelemetry Collector metrics overview
7+
= Collector metrics overview
88

99
[role="_abstract"]
10-
The {OTelOperator} automatically creates a service named `<instance_name>-collector-monitoring` that exposes the Collector's internal metrics, including the following listed metrics.
10+
The {OTelOperator} automatically creates a service named `<instance_name>-collector-monitoring` that exposes the OpenTelemetry Collector's internal metrics, including the following listed metrics.
1111

1212
* Collector memory usage
1313
* CPU usage

modules/otel-enabling-collector-metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="otel-enabling-collector-metrics_{context}"]
7-
= Enabling OpenTelemetry Collector metrics
7+
= Enable Collector metrics
88

99
[role="_abstract"]
10-
You can use the Collector's internal metrics for monitoring the Collector's performance, resource consumption, and other internal behaviors. You can also use a Prometheus instance or another monitoring tool to scrape these metrics from the mentioned `<instance_name>-collector-monitoring` service.
10+
You can use the OpenTelemetry Collector's internal metrics for monitoring the Collector's performance, resource consumption, and other internal behaviors. You can also use a Prometheus instance or another monitoring tool to scrape these metrics from the mentioned `<instance_name>-collector-monitoring` service.
1111

1212
.Prerequisites
1313

modules/otel-troubleshoot-collecting-diagnostic-data-from-command-line.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="otel-collecting-diagnostic-data-from-command-line_{context}"]
7-
= Collecting diagnostic data from the command line
7+
= Collect diagnostic data
88

99
[role="_abstract"]
1010
When submitting a support case, it is helpful to include diagnostic information about your cluster to Red Hat Support.

modules/otel-troubleshoot-collector-logs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="getting-otel-collector-logs_{context}"]
7-
= Getting the OpenTelemetry Collector logs
7+
= Get Collector logs
88

99
[role="_abstract"]
1010
You can get the logs for the OpenTelemetry Collector as follows.

modules/otel-troubleshoot-debug-exporter-stdout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="debug-exporter-to-stdout_{context}"]
7-
= Debug Exporter
7+
= Export logs to stdout
88

99
[role="_abstract"]
1010
You can configure the Debug Exporter to export the collected data to the standard output.

modules/otel-troubleshoot-metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="exposing-metrics_{context}"]
7-
= Exposing the metrics
7+
= Expose metrics
88

99
[role="_abstract"]
10-
The OpenTelemetry Collector exposes the following metrics about the data volumes it has processed:
10+
The OpenTelemetry Collector exposes the following metrics about the data volumes it has processed.
1111

1212
`otelcol_receiver_accepted_spans`:: The number of spans successfully pushed into the pipeline.
1313
`otelcol_receiver_refused_spans`:: The number of spans that could not be pushed into the pipeline.

modules/otel-troubleshoot-network-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="troubleshoot-network-policies_{context}"]
7-
= Disabling network policies
7+
= Disable network policies
88

99
[role="_abstract"]
1010
The {OTelOperator} creates network policies to control the traffic for the Operator and operands to improve security.

modules/otel-troubleshoot-network-traffic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="using-network-observability-operator-for-troubleshooting_{context}"]
7-
= Using the Network Observability Operator for troubleshooting
7+
= Debug network traffic
88

99
[role="_abstract"]
1010
You can debug the traffic between your observability components by visualizing it with the Network Observability Operator.

modules/otel-troubleshooting-instrumentation-injection-into-your-workload.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="otel-troubleshooting-instrumentation-injection-into-your-workload_{context}"]
7-
= Troubleshooting instrumentation injection into your workload
7+
= Troubleshoot instrumentation injection
88

99
[role="_abstract"]
10-
To troubleshoot instrumentation injection, you can perform the following activities:
10+
To troubleshoot instrumentation injection into your workload, you can perform the following checks.
1111

12-
* Checking if the `Instrumentation` object was created
13-
* Checking if the init-container started
14-
* Checking if the resources were deployed in the correct order
15-
* Searching for errors in the Operator logs
16-
* Double-checking the pod annotations
12+
* Check if the `Instrumentation` object was created.
13+
* Check if the init-container started.
14+
* Check if the resources were deployed in the correct order.
15+
* Check for errors in the Operator logs.
16+
* Check the pod annotations.
1717
1818
.Procedure
1919

0 commit comments

Comments
 (0)