SiminMu
SiminMu
I am using local file system as the storage backend, my conf file is wrote as the instruction: ``` s3proxy.authorization=none s3proxy.endpoint=http://***hidden***:9234 jclouds.provider=filesystem jclouds.filesystem.basedir=/home/esimimo/ ``` And I am using following command...
## 📚 Documentation I have a simple proto file: ``` message GetTokenRequest { string hostname = 1 [(buf.validate.field).required = true, (buf.validate.field).string.hostname = true ]; repeated string buckets = 2 [(buf.validate.field).repeated.min_items...
Output of `helm version`: version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"} Output of `kubectl version`: Client Version: v1.25.5 Kustomize Version: v4.5.7 Server Version: v1.25.15 Cloud Provider/Platform (AKS, GKE, Minikube etc.): NA ========================== I...
**Describe the bug** We are running micro services for cortex, we were using v1 version for alertmanager api by specifying flag -ruler.alertmanager-use-v2=false(used cortex v1.16.0), now we upgrade cortex to v1.17.1,...
**Describe the bug** I am using micro services mode for cortex, for distributor, I am using -validation.reject-old-samples & -validation.reject-old-samples.max-age arguments, but for ingester, I am not using them. ``` -validation.reject-old-samples=true...
**What happened**: Tried the simple docker file here: https://github.com/grafana/grafana-image-renderer/blob/master/devenv/docker/simple/docker-compose.yaml I could started two containers successfully, but got error when I clicked "Direct link rendered image" from Grafana UI(I didn't add...