Use Tab to focus on the Sources pane or press o, then press Enter or click + Add Source with your mouse.
3
Select a source
Type the name of the Linux process in the search bar at the top, and/or press Tab and scroll through the list
of sources. Once your source is highlighted, press Enter.
The exact name of the running process as detected by the VM Agent. This field is auto-populated at discovery time — contact support before changing it.
The process type: either systemd for services managed by systemd, process for standalone Linux processes, or docker for docker containers.
This field is auto-populated at discovery time — contact support before changing it.
The programming language of the process as detected by the VM Agent. This field is auto-populated at discovery time — contact support before changing it.
The version of the runtime language as detected by the VM Agent. This field is auto-populated at discovery time — contact support before changing it.
Press Tab to navigate to Apply, then press Enter to save and instrument your service.
Once you select Apply the service or process will restart.
5
Complete instrumentation
Select OK.The service or process will restart automatically to apply instrumentation. After it comes back up, it appears in the Sources list with a Health status of Success.
1
Navigate to the /etc/odigos-vmagent/sources.d folder
cd /etc/odigos-vmagent/sources.d
2
Create source YAML file
Create a YAML file for your source’s configuration using the editor of your choice. The example below uses vi.
sudo vi example.yaml
3
Add the source configuration
Define each service or process you want to instrument using the properties below.