You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To obtain memory profiles from my Go application, I enabled the K8s SD scrape configuration in the parca.yaml file using the configuration below. Despite enabling the scrape configs, no pods were listed under the 'kubernetes-pods' section. However, I was still able to see some memory profiles in the UI, even though no targets appeared there.
However I started seeing targets listed under the 'kubernetes-pods' section in UI after modifying the scrape configuration to only target pods with a label 'parca.io/scrape: "true"'. There is only one application in this cluster with this label. I suspect that the UI is not listing the targets when the number of targets it need to scrape (pod + url combination) is too large.
Hello,
To obtain memory profiles from my Go application, I enabled the K8s SD scrape configuration in the
parca.yaml
file using the configuration below. Despite enabling the scrape configs, no pods were listed under the 'kubernetes-pods' section. However, I was still able to see some memory profiles in the UI, even though no targets appeared there.However I started seeing targets listed under the 'kubernetes-pods' section in UI after modifying the scrape configuration to only target pods with a label 'parca.io/scrape: "true"'. There is only one application in this cluster with this label. I suspect that the UI is not listing the targets when the number of targets it need to scrape (pod + url combination) is too large.
For more details, please refer to this thread.
The text was updated successfully, but these errors were encountered: