infor7
infor7
Hi I have same problem on V2. The host ports are assigned to one container instead of distributing them among all replicas. ``` d0ac8e9625f3 bitnami/redis-sentinel:latest "/opt/bitnami/script…" About a minute ago...
I have same problem, I've tried to fetch latest commit from master `go get github.com/piquette/finance-go@430a572334304ccddcf0f54cc4915b6a379ddc15` as well as one you have mentioned `go get github.com/piquette/finance-go@40d4ac6e73cf36936990a7e5a794706722c91ad5` Both of them returns `panic:...
Additional log information would be very useful. I encountered the following error: ``` failed to dump perfmap of JVM 18768: status:- ``` I went through several files to understand why...
Yea coroot have clear statement about preserve frame pointers at [https://docs.coroot.com/profiling/ebpf-based-profiling ](https://docs.coroot.com/profiling/ebpf-based-profiling) We have nearly 2k independent apps in k8s envinronment but that was a first time when I have...
Below you can find some logs with ~18 mins of retrying ``` 2024-04-03T08:59:18.819110Z INFO source{component_kind="source" component_id=analytics_logs component_type=file}:file_server: vector::internal_events::file::source: Found new file to watch. file=/var/analytics/download-proxy-84d5cb9b9-87676/download_proxy_service.log 2024-04-03T08:59:18.819188Z INFO source{component_kind="source" component_id=analytics_logs component_type=file}:file_server: vector::internal_events::file::source:...
I've added annotation to turn off stats but the profile do not change - there are still a lot of envoyGoFilterLogLevel `sidecar.istio.io/componentLogLevel: "stats:off`
Thanks, I've applied the configuration you mentioned. I allowed myself to adjust the namespace. It lower cpu usage from 15 to 12% but there are still a lot of `envoyGoFilterLogLevel`...
We have the following setup: every k8s pod runs with the `istio-proxy` sidecar. In the case we’re analyzing, there are two deployments in the `metrics-router` namespace: `metrics-router` and `metrics-push-gateway`. Only...
Sure, I'll share it later, as I need to mask any sensitive data from it. Does following command provides proper configdump, or should it be collected in other way? ```...
I've applied change to istio proxy ```yaml $ k get proxyconfigs.networking.istio.io -n metrics-router-dev per-workload-proxyconfig -o yaml apiVersion: networking.istio.io/v1beta1 kind: ProxyConfig metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"networking.istio.io/v1beta1","kind":"ProxyConfig","metadata":{"annotations":{},"name":"per-workload-proxyconfig","namespace":"metrics-router-dev"},"spec":{"environmentVariables":{"ENVOY_GOLANG_LOG_LEVEL_SYNC_INTERVAL":"1m"}}} creationTimestamp: "2025-12-11T10:42:38Z" generation: 2 name:...