You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Kubernetes are you running? Please include the output of kubectl version.
v1.11.6
What are you trying to do?
Create a m3db cluster and send metrics from prometheus
What did you expect to happen?
The cluster to start accepting requests from prometheus to store metrics
What happened?
The operator is showing logs of:
{"level":"error","ts":1551452698.3225112,"msg":"error from m3admin placement get: placement does not exist: status not found","controller":"m3db-cluster-controller"}
E0301 15:04:58.322536 1 update_cluster.go:171] error from m3admin placement get: placement does not exist: status not found
E0301 15:04:58.322550 1 controller.go:297] error syncing cluster 'm3db/m3db-cluster': error from m3admin placement get: placement does not exist: status not found
And prometheus can't store metrics:
level=warn ts=2019-03-01T11:08:48.652639023Z caller=queue_manager.go:527 component=remote queue=0:http://m3coordinator-m3db-cluster.m3db.svc.cluster.local:7201/api/v1/prom/remote/write msg="Error sending samples to remote storage" count=100 err="server returned HTTP status 500 Internal Server Error: {\"error\":\"M3DB session not yet initialized\"}"
kubectl version
.v1.11.6
Create a m3db cluster and send metrics from prometheus
The cluster to start accepting requests from prometheus to store metrics
The operator is showing logs of:
And prometheus can't store metrics:
Here is my cluster configuration:
and the configmap:
Is this due to a misconfiguration error? Is there anything I can try to fix this?
The text was updated successfully, but these errors were encountered: