Skip to content

codeowners: add owner for out_azure_kusto#11732

Open
tanmaya-panda1 wants to merge 1 commit intofluent:masterfrom
tanmaya-panda1:add-azure-kusto-codeowner
Open

codeowners: add owner for out_azure_kusto#11732
tanmaya-panda1 wants to merge 1 commit intofluent:masterfrom
tanmaya-panda1:add-azure-kusto-codeowner

Conversation

@tanmaya-panda1
Copy link
Copy Markdown
Contributor

@tanmaya-panda1 tanmaya-panda1 commented Apr 21, 2026

  • Updated CODEOWNERS to add an owner for the out_azure_kusto plugin to better reflect ownership and review responsibility for the plugin code.

Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • Documentation required for this feature

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Summary by CodeRabbit

  • Chores
    • Added a new code ownership mapping for a plugin directory to update internal review routing.

Note: This release contains no user-facing changes.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ad82445d-6452-498b-b6b9-6e8ea4761eda

📥 Commits

Reviewing files that changed from the base of the PR and between 04a0eb1 and 03e52c0.

📒 Files selected for processing (1)
  • CODEOWNERS
✅ Files skipped from review due to trivial changes (1)
  • CODEOWNERS

📝 Walkthrough

Walkthrough

Added a single CODEOWNERS entry mapping the /plugins/out_azure_kusto path to @tanmaya-panda1, with no other changes to CODEOWNERS.

Changes

Cohort / File(s) Summary
CODEOWNERS Configuration
CODEOWNERS
Added a new ownership mapping: /plugins/out_azure_kusto@tanmaya-panda1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

docs-required

Suggested reviewers

  • edsiper
  • cosmo0920

Poem

🐰 I hopped through files with nimble feet,
A single line now makes ownership neat,
Kusto's path marked, a guardian assigned,
Reviewers noted, clarity defined,
Cheers from the warren — tidy and sweet!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding a CODEOWNERS entry for the out_azure_kusto plugin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
CODEOWNERS (1)

63-67: Consider alphabetical ordering for better maintainability.

The output plugins in this section are not in alphabetical order. out_azure_kusto should appear before out_datadog alphabetically. While not strictly required, consistent ordering improves file readability and maintainability.

📋 Proposed reordering for alphabetical consistency
 # Output Plugins
 # --------------
+/plugins/out_azure_kusto `@tanmaya-panda1`
 /plugins/out_datadog     `@nokute78` `@edsiper`
 /plugins/out_es          `@pettitwesley` `@edsiper`
 /plugins/out_pgsql       `@sxd`
 /plugins/out_stackdriver `@braydonk` `@jefferbrecht` `@jeffluoo`
-/plugins/out_azure_kusto `@tanmaya-panda1`
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CODEOWNERS` around lines 63 - 67, The plugin entries in this block are not
alphabetically ordered; reorder the lines so '/plugins/out_azure_kusto
`@tanmaya-panda1`' appears before '/plugins/out_datadog `@nokute78` `@edsiper`' and
ensure the entire list ('/plugins/out_azure_kusto', '/plugins/out_datadog',
'/plugins/out_es', '/plugins/out_pgsql', '/plugins/out_stackdriver') is sorted
alphabetically for consistency and maintainability.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@CODEOWNERS`:
- Around line 63-67: The plugin entries in this block are not alphabetically
ordered; reorder the lines so '/plugins/out_azure_kusto `@tanmaya-panda1`' appears
before '/plugins/out_datadog `@nokute78` `@edsiper`' and ensure the entire list
('/plugins/out_azure_kusto', '/plugins/out_datadog', '/plugins/out_es',
'/plugins/out_pgsql', '/plugins/out_stackdriver') is sorted alphabetically for
consistency and maintainability.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e39951fb-69eb-4df1-aa99-30c2e2efb5f3

📥 Commits

Reviewing files that changed from the base of the PR and between 29deec9 and 04a0eb1.

📒 Files selected for processing (1)
  • CODEOWNERS

Add @tanmaya-panda1 as a code owner for the Azure Kusto output plugin (plugins/out_azure_kusto) so future pull requests that touch this plugin automatically request review from the plugin's maintainer.

Signed-off-by: Tanmaya Panda <tanmayapanda@microsoft.com>
@tanmaya-panda1 tanmaya-panda1 force-pushed the add-azure-kusto-codeowner branch from 04a0eb1 to 03e52c0 Compare April 21, 2026 10:17
Copy link
Copy Markdown

@tomer-w tomer-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tanmaya is MSFT Kusto expert and the leader of the out_azure_kusto plugin. He will be great as an owner for this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants