chengjoey
chengjoey
I guess you might want to get the container ID through cgoup id. The containerid can be successfully obtained through the following code, `task_struct->cgroups->subsys[cgrp_id]->cgroup->kn-name` ``` static __always_inline int get_cgroup_name(char *buf,...
> I guess you might want to get the container ID through cgoup id. > > The containerid can be successfully obtained through the following code, `task_struct->cgroups->subsys[cgrp_id]->cgroup->kn-name` > > ```...
> `BPF_CORE_READ` uses compiler and BTF magics, see https://nakryiko.com/posts/bpf-core-reference-guide/#bpf-core-read-1. > > bpf_probe_read should work if your struct definitions match the running kernel exactly. haha~This is what's strange, because I tested...
It seems that there is only one possibility that incoming requests are not logged, that is that the nginx-pod is killed when no response is received
@SvenKirschbaum , I reproduced this problem in kind using your example. I checked nginx.conf and found that redirect(from/to www) did not call the header method of ingress_lua. I think this...
A small problem, `when.values` should be an array ``` when: - input: "amd64" operator: in values: - "$(params.enabled-platforms[*])" ```
/kind feature
+1, it seems that not only clusterTask or remoteTask, but also ordinary tasks will have `anonymous` ``` tekton_pipelines_controller_pipelinerun_taskrun_duration_seconds_bucket{namespace="default",pipeline="volume-from-template",status="success",task="anonymous",le="900"} 6 tekton_pipelines_controller_pipelinerun_taskrun_duration_seconds_bucket{namespace="default",pipeline="volume-from-template",status="success",task="anonymous",le="1800"} 6 tekton_pipelines_controller_pipelinerun_taskrun_duration_seconds_bucket{namespace="default",pipeline="volume-from-template",status="success",task="anonymous",le="3600"} 6 tekton_pipelines_controller_pipelinerun_taskrun_duration_seconds_bucket{namespace="default",pipeline="volume-from-template",status="success",task="anonymous",le="5400"} 6 100 88827 0 88827 0...