Skip to content

Commit 8419d76

Browse files
authored
Merge pull request splunk#1515 from jcatera/patch-1
Update splunk-collector-troubleshooting.rst
2 parents 2c620d1 + 64fe660 commit 8419d76

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)