I have enabled the Google Ops Agent on our Couchbase servers, and the logs are collecting fine. The documentation says to ingest metrics you need to specify the endpoint url
"endpoint http://localhost:8091 The URL of the node to monitor."
The config.yaml file is configured as below, but the service doesn't restart. Remove the line for endpoint and it starts ok. I've tried localhost, ip address FQDN without much success.
metrics:
receivers:
couchbase:
type: couchbase
endpoint: http:localhost:8091
username: [username]
password: [password]
collection_interval: 60s
service:
pipelines:
couchbase:
receivers:
- couchbase
Any help would be greatly appreciated!