diff --git a/canary-checker/docs/reference/1-prometheus.mdx b/canary-checker/docs/reference/1-prometheus.mdx index 2c302213..f0ddd248 100644 --- a/canary-checker/docs/reference/1-prometheus.mdx +++ b/canary-checker/docs/reference/1-prometheus.mdx @@ -23,32 +23,38 @@ The Prometheus Check connects to the Prometheus host, performs the desired query { field: 'query', description: 'PromQL query to execute', required: true }, { field: 'username', - description: 'PromQL query to execute', + description: 'Username for basic auth', scheme: 'EnvVar' }, { field: 'password', - description: 'PromQL query to execute', + description: 'Password for basic auth', scheme: 'EnvVar' }, { field: 'bearer', - description: 'PromQL query to execute', + description: 'Bearer token to use for authentication', scheme: 'EnvVar' }, - { field: 'oauth', description: 'PromQL query to execute', scheme: '[oAuth](#oauth)' }, + { field: 'oauth', scheme: '[OAuth](#oauth)' } ]} /> ## OAuth - + ## Result Variables