Version 0.11.0
and later of the ServiceNow Collector contain the opamp
extension.
The opAMP extension can be used to connect to an opAMP server for remote management, including Cloud Observability.
More information about the opAMP remote management protocol is available on the OpenTelemetry community site.
By default, most default configuration files in release packages will be configured for opAMP. A special API Key is needed to connect to Cloud Observability's opAMP service.
The extension is configured via the opamp
key under extensions
. Below is an example:
extensions:
health_check:
opamp:
server:
http:
endpoint: https://opamp.lightstep.com/v1/opamp
headers:
"Authorization": "Bearer ${LS_OPAMP_API_KEY}"