Park Jeong Ryul

Results 22 comments of Park Jeong Ryul

Same here. I installed with basic mode. `make helm-install` ``` $ k logs retina-agent-7n7xc -n kube-system -c init-retina ts=2024-03-27T16:04:56.840Z level=info caller=bpf/setup_linux.go:62 msg="BPF filesystem mounted successfully" goversion=go1.21.8 os=linux arch=amd64 numcores=32 hostname=jrpark-w-4hbc...

Architecture of our node is amd64. ``` $ k get nodes jrpark-w-4hb7 -o yaml | grep architecture architecture: amd64 ``` > The clang issue was https://github.com/microsoft/retina/pull/133 before v0.0.2. Is the...

@microsoft-github-policy-service agree

I will address the CI lint issues shortly and update the PR accordingly. Please hold off on further review until updated. Thanks!

@spencermckee I think that the CI lint issues have been resolved.

> The described behaviour is intentional for the sake of performance. api/v1/series does initial search in the per-day index and returns all the data which matches the filter. That's why...

I found this issue in my grafana. Grafana request this api internally like below. Many dashboard use this api like namespace variable. (also default kubernetes dashboard in victoria metrics stack...

## CRD Are you considering managing a single integrated ConfigMap or Secret for multiple output locations(azblob, s3), or do you plan to create a separate ConfigMap for each configuration? If...

This is other logs with changing log level to debug. // proxy container log ``` 127.0.0.1 - - [17/May/2023:01:12:29 +0900] "GET /status HTTP/2.0" 200 1224 "-" "Go-http-client/2.0" 2023/05/17 01:12:32 [notice]...