Phase 1: Docker (Before OBI)
3. Check Splunk
Verify Infrastructure Metrics #
Exercise
- Open Metric Finder
(or make a chart
) and search for
workshop_heartbeat - You should see the metric with
host.namematching yourWORKSHOP_HOST_NAMEvalue. - Search for that
host.nameto see what other metrics the collector is sending (CPU, memory, disk, etc.).
Confirm APM is Empty #
Exercise
- Navigate to APM in Splunk Observability Cloud.
- Filter by the environment you defined (
WORKSHOP_ENVIRONMENT). - It should be empty (or not exist). No services, no traces, no service map.
The collector is sending infrastructure metrics because that’s what it does by default, but it has no traces to export because nothing is generating them.
Note
This is the “before” state. You have three running services processing real requests, but Splunk APM has zero visibility into those requests. In the next section, you’ll fix that – without touching the application code.
