Status | |
---|---|
Stability | development |
Distributions | [] |
Issues | |
Code Owners | @jerrytfleung, @cheempz |
The Solarwinds APM Settings extension gets Solarwinds APM specific settings from Solarwinds APM collector and /tmp/solarwinds-apm-settings.json
periodically.
Example:
extensions:
solarwindsapmsettings:
endpoint: "<endpoint>"
key: "<token>:<name>"
interval: 10s
The APM collector endpoint which this extension calls getSettings
. See SolarWinds Observability SaaS: Data centers and endpoint URIs for our APM collector endpoints. The endpoint is in format <host>:<port>
.
The service key in format <token>:<name>
for getSettings
from Solarwinds APM collector. See SolarWinds Observability SaaS: Add a service for configuring a service key.
Periodic interval to get Solarwinds APM specific settings from Solarwinds APM collector.
Minimum value: 5s
Maximum value: 60s
Value that is outside the boundary will be bounded to either the minimum or maximum value.
Default: 10s