Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 90c1b74

Browse files
authored
Merge pull request #2287 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents a9e2b8d + 8419d76 commit 90c1b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/opentelemetry/splunk-collector-troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Check metric data from the command line
164164
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.
165165

166166
- On Linux, run ``curl http://localhost:8888/metrics`` in your terminal.
167-
- On Windows, run ``"Invoke-WebRequest -URI https://localhost:8888/metrics"`` in PowerShell.
167+
- On Windows, run ``"Invoke-WebRequest -URI http://localhost:8888/metrics"`` in PowerShell.
168168

169169
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.
170170

0 commit comments

Comments
 (0)