Skip to content

Conversation

@siddhant-khisty
Copy link

Description:

Creates a configuration.md file, which contains all the configuration options for auto-instrumentation. The options can be passed in either as CLI Flags or JSON.

Link to tracking Issue(s): #3565

@siddhant-khisty siddhant-khisty requested a review from a team as a code owner August 26, 2025 10:07

## Flag Table by Categories

### Core Configuration
Copy link
Member

Choose a reason for hiding this comment

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

Is this somehow generated? If yes, can we include the script or provide a makefile rule for it?

Copy link
Author

Choose a reason for hiding this comment

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

Not exactly generated via a script. I had written the original file in MD and had it converted to HTML using LLMs to stay consistent with the formatting in API docs.

@frzifus frzifus added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Aug 26, 2025
@@ -0,0 +1,141 @@
# CLI Flags Reference
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't this be added in markdown?

Copy link
Author

Choose a reason for hiding this comment

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

Sure. I can update it to be markdown. I wanted to keep it consistent with the existing API document formatting so I converted it into HTML format.

@atoulme
Copy link
Contributor

atoulme commented Aug 28, 2025

Please also add env vars and default values.

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

Labels

Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document all flags associated with manager

4 participants