-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config specs #7291
Add config specs #7291
Conversation
# | ||
# health_service_check: true | ||
|
||
## @param metrics - list of strings - optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this used in code but is not part of the openmetrics template either cc @ofek
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup only used by custom checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean? If our code is not reading this param then custom checks have to add its logic around it, right?
My question is if is safe to remove this param
# | ||
# ssl_cert: "<CERT_PATH>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are remapped on openmetrics base class (same for ssl_private_key and ssl_ca_cert)
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs review
## |__ aws_host | ||
## |__ aws_service | ||
## | ||
## The `aws` auth type relies on boto3 to automatically gather AWS credentials (e.g. from `.aws/credentials`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## The `aws` auth type relies on boto3 to automatically gather AWS credentials (e.g. from `.aws/credentials`). | |
## The `aws` auth type relies on boto3 to automatically gather AWS credentials, for example: from `.aws/credentials`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from the base template, see comments below
# password: <PASSWORD> | ||
|
||
## @param ntlm_domain - string - optional | ||
## If your services use NTLM authentication, you can specify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## If your services use NTLM authentication, you can specify | |
## If your services use NTLM authentication, specify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from the base template, see comments below
|
||
## @param ntlm_domain - string - optional | ||
## If your services use NTLM authentication, you can specify | ||
## a domain that is used in the check. For NTLM Auth, append |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## a domain that is used in the check. For NTLM Auth, append | |
## the domain used in the check. For NTLM Auth, append |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from the base template, see comment below
|
||
## @param kerberos_hostname - string - optional | ||
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't | ||
## match its Kerberos hostname (e.g. behind a content switch or load balancer). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## match its Kerberos hostname (e.g. behind a content switch or load balancer). | |
## match its Kerberos hostname, for example: behind a content switch or load balancer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is on the base template. You guys may want to have a look at it and open a PR to it (it will update all affected integrations)
9076ec7
to
e87cf77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an openmetrics config template for init_config too
Co-authored-by: Christine Chen <[email protected]>
@ruthnaebeck docs reviews (when adding gh suggestions) should be on the spec file not on the conf.yaml. conf.yaml is a generated file when a spec file is present. |
…tegrations-core into julia/amazon-msk-config-specs
added! |
* Add config specs Co-authored-by: Christine Chen <[email protected]> 03a7370
No description provided.