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
When attempting to scrape profiles from a pod using explicit target configuration in Helm values, the scraping fails unless specific Grafana profile annotations are present on the target pod.
Expected Behavior
Profile scraping should work based solely on the explicit target configuration in Helm values, without requiring additional pod annotations.
This creates unnecessary configuration overhead and makes the explicit target configuration in Helm values ineffective on its own.
Additional Context
The explicit target configuration in Helm values should take precedence over or eliminate the need for pod annotations, as it provides all necessary information for scraping.
The text was updated successfully, but these errors were encountered:
Current Behavior
When attempting to scrape profiles from a pod using explicit target configuration in Helm values, the scraping fails unless specific Grafana profile annotations are present on the target pod.
Expected Behavior
Profile scraping should work based solely on the explicit target configuration in Helm values, without requiring additional pod annotations.
Configuration
Currently using this Helm values configuration:
The following annotations are currently required for scraping to work:
Impact
This creates unnecessary configuration overhead and makes the explicit target configuration in Helm values ineffective on its own.
Additional Context
The explicit target configuration in Helm values should take precedence over or eliminate the need for pod annotations, as it provides all necessary information for scraping.
The text was updated successfully, but these errors were encountered: