Andy Tael
Andy Tael
Same for me, downgrade to 3.0.0 solved the problem
@ericrrath Can you provide the storage config you are using for OCI Object Storage?
I get the metrics by doing this (environment runs in a k8s cluster): ``` 1. kubectl port-forward -n apisix service/apisix-prometheus-metrics 9091 2. curl http://localhost:9091/apisix/prometheus/metrics ``` The result is this, where...
I did a little test run on a route and I still don't get any data. `ab -n 1000 -c 100 http:///api/v2/customer/aerg45sffd` ```# HELP apisix_etcd_modify_indexes Etcd modify index for APISIX...
`colima start --arch x86_64 --memory 4 -v` solved the issue for me. M1 Mac, Sonoma 14.4.1
> > `colima start --arch x86_64 --memory 4 -v` solved the issue for me. M1 Mac, Sonoma 14.4.1 > > what versions of colima, limactl are you on please? I'm...
Adding `yum install gcc` changes to Dockerfile the error to ``` gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv...
My bad,I did a rookie mistake. ThanksOn Sep 4, 2023, at 11:44 AM, HJK181 ***@***.***> wrote: I have nothing more than what I’ve posted in the issue description. What is...
Spring 3.2.1 and Spring Cloud 2023.0.0 still have the same problem
Assigning @pasimoes as he built the workshop.