out_chronicle: Add descriptions for label and namespace mappings#2582
out_chronicle: Add descriptions for label and namespace mappings#2582cosmo0920 wants to merge 1 commit into
Conversation
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation for the Google Chronicle output plugin is expanded with new configuration parameters and practical usage examples. The configuration table now includes ChangesChronicle Output Configuration Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| namespace: fallback-namespace | ||
| namespace_key: $tenant_namespace | ||
| label: env production | ||
| label: cluster_name $cluster['name'] |
There was a problem hiding this comment.
We probably should always quote yaml strings because it can cause YAML specific formatting failures.
Corresponding PR is: fluent/fluent-bit#11836.
Summary by CodeRabbit