diff --git a/gdi/opentelemetry/splunk-collector-troubleshooting.rst b/gdi/opentelemetry/splunk-collector-troubleshooting.rst index 389614b6a..86bd2604d 100644 --- a/gdi/opentelemetry/splunk-collector-troubleshooting.rst +++ b/gdi/opentelemetry/splunk-collector-troubleshooting.rst @@ -164,7 +164,7 @@ Check metric data from the command line To check whether host metrics are being collected and processed correctly, you can query the Collector for raw data using ``curl`` or similar tools from the command line. - On Linux, run ``curl http://localhost:8888/metrics`` in your terminal. -- On Windows, run ``"Invoke-WebRequest -URI https://localhost:8888/metrics"`` in PowerShell. +- On Windows, run ``"Invoke-WebRequest -URI http://localhost:8888/metrics"`` in PowerShell. You can then pipe the output to ``grep`` (Linux) or ``Select-String`` (Windows) to filter the data. For example, ``curl http://localhost:8888/metrics | grep service_instance_id`` retrieves the service instance ID.