Open Issues Need Help
View All on GitHubAI Summary: The task is to enhance the Kubernetes Monitoring Helm Charts to allow users to adjust the Loki batch size and wait parameters. This involves modifying the chart's configuration to expose these settings, likely through a values.yaml file, and ensuring the changes are properly reflected in the deployed Loki configuration. The Grafana Alloy documentation provides guidance on the Loki write endpoint configuration.
AI Summary: The task involves updating the default configuration of a Kubernetes monitoring Helm chart to include new profiling rules. These rules will extract the `service_name` and `namespace` from Kubernetes pod annotations and add them as labels for improved monitoring and tracing within Grafana. This requires modifying the `extraDiscoveryRules` section within the `profiling` configuration to include two new regular expression-based rules.
AI Summary: Implement a post-release verification step in the Helm chart release workflow. This involves adding a script that repeatedly checks the Helm repository to confirm the new version is successfully published within a 1-5 minute timeframe. The script should handle potential transient network issues and report success or failure.