Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.06 KB

remote-management.md

File metadata and controls

24 lines (17 loc) · 1.06 KB

Remote Management with the ServiceNow Collector

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.

Connecting to Cloud Observability

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}"