-
Notifications
You must be signed in to change notification settings - Fork 70
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
Couchdb Metrics Receiver #340
Couchdb Metrics Receiver #340
Conversation
confgenerator/testdata/valid/linux/metrics-receiver_couchdb/input.yaml
Outdated
Show resolved
Hide resolved
integration_test/third_party_apps_data/agent/ops-agent/linux/enable_couchdb
Outdated
Show resolved
Hide resolved
|
||
sudo yum install -y couchdb | ||
|
||
cat << EOF > local.ini |
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 happens if you use the default configuration instead?
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.
see above
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.
LGTM.
Needs rebasing before merging. If the conflicts are limited to the golden files, we can skip running the integration tests again, as they passed already.
@@ -0,0 +1,20 @@ | |||
# Couchdb | |||
|
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.
Note for Jimmy, the full documentation can be found in https://github.com/GoogleCloudPlatform/ops-agent/blob/90d604b692cffb9cf388948e586cf5e2a894b2d0/docs/couchdb.md
Note for future reference: Currently we are trying to automate the documentation generation for https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party. Before that is completed, the workflow is:
- ObserveIQ contributes documentation (in the format of https://github.com/GoogleCloudPlatform/ops-agent/blob/90d604b692cffb9cf388948e586cf5e2a894b2d0/docs/couchdb.md) as
docs/{APP_NAME}.md
files. - Jimmy to take these markdown and turn them into the expected format for https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party
- We then comes back to GitHub to delete the install instructions to avoid maintaining two copies for the long term after https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/{APP_NAME} is published.
Add support for Couchdb Metrics.
NOTE: SLES is not supported natively by Couchdb.