Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make them usable in the API Control Plane , four variables must be inserted into the configuration file. These four values are optional. If they are not provided, the agent will not be able to obtain any metrics.

Note: Your agent may not actually be using a config file. In that case, pass the extra parameters as environment variables, along with the others, prefixed with gateway., e.g. gateway.orgId.

Code Block
languageyaml
type: WSO2
url: https://host:port
user: yourUser
password: yourPassword
consumerKey: yourConsumerKey
consumerSecret: yourConsumerSecret
orgId: yourOrgId
environmentId: yourEnvironmentId

...