ervikrant06

Results 13 comments of ervikrant06

Earlier I tried any_of then I switched to use consistent hash but nothing helped to distrubte the traffic evenly on PODs. as I am running the go-carbon as PODs (cattles)...

Sorry may be I haven't done a good job in explaining my setup. Let me do another attempt: 1) Three instances of carbon-c-relay are running; these instances are behaving K8s...

Seems to be an issue in detecting right number of workers: Started POD with default docker file as my machine has 28 physical cores hence it's showing 28 workers looks...

let me rephrase my question: Is carbon-c-relay while running in K8s pod starts the workers equal to the number of the cores preset on physical machine or based on the...

Also where we can find the other supported headers which we can log. Like if user is directly querying user curl API can we get the user name passed in...

I have three instances of carbonapi running behind the K8s service. I am seeing unequal distribution of traffic across these 3 instances. ![image](https://user-images.githubusercontent.com/6498699/103676156-c5679f00-4fa6-11eb-95e5-cd4e4a7de3fd.png) If I am looking at the time...

thanks. I will take a look. Ya graphite doesn't look to be a suitable option here. ~~~ {"level":"WARN","timestamp":"2021-01-05T17:54:48.989Z","logger":"slow","message":"Slow Request","time":3.924905977,"url":"/render","referer":""} {"level":"WARN","timestamp":"2021-01-05T17:54:49.502Z","logger":"slow","message":"Slow Request","time":3.988019433,"url":"/render","referer":""} {"level":"WARN","timestamp":"2021-01-05T17:56:00.988Z","logger":"slow","message":"Slow Request","time":3.910490497,"url":"/render","referer":""} {"level":"WARN","timestamp":"2021-01-05T17:56:01.380Z","logger":"slow","message":"Slow Request","time":3.866177811,"url":"/render","referer":""} {"level":"ERROR","timestamp":"2021-01-05T17:56:02.088Z","logger":"access","message":"request failed","data":{"handler":"render","carbonapi_uuid":"411e8e57-28bf-4441-baa5-70178d7604f5","url":"/render","peer_ip":"172.16.12.0","host":"xx.xx.xx.xx:80","format":"json","use_cache":true,"targets":["aliasByNode(sumSeriesWithWildcards(removeEmptySeries(gpfs.gpfs2graphite.test.clients.*.RET_30s1d_1m30d_5m90d.d_state.*), 4), 6)"],"cache_timeout":60,"runtime":78.505768494,"http_code":500,"reason":"error or...

elasticsearch_clusterinfo_up is with result 1 and elasticsearch_cluster_health_up with result 0. No Json parse failure. ~~~ # HELP elasticsearch_cluster_health_json_parse_failures Number of errors while parsing JSON. # TYPE elasticsearch_cluster_health_json_parse_failures counter elasticsearch_cluster_health_json_parse_failures 0...

From the opensearch dashboards logs ``` Sep 26 15:20:52 kibana-0 opensearch-dashboards[13284]: {"type":"log","@timestamp":"2022-09-26T15:20:52Z","tags":["error","opensearch","data"],"pid":13284,"message":"[TimeoutError]: Request timed out"} Sep 26 15:20:52 kibana-0 opensearch-dashboards[13284]: {"type":"response","@timestamp":"2022-09-26T15:20:22Z","tags":[],"pid":13284,"method":"get","statusCode":503,"req":{"url":"/api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern","method":"get","headers":{"host":"kibana-0.test.com","connection":"keep-alive","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\",\"Chromium\";v=\"105\"","content-type":"application/json","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)...

I don't think even it's added to environment variable. I have this in my general section, ideally as per this [MR](https://github.com/Opster/opensearch-k8s-operator/pull/356) bootstrap POD should honour the general additionalconfig setting but...