-
Couldn't load subscription status.
- Fork 561
Documentation for CLI flags and JSON configuration options #4309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| ## Flag Table by Categories | ||
|
|
||
| ### Core Configuration |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
| @@ -0,0 +1,141 @@ | |||
| # CLI Flags Reference | |||
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
|
Please also add env vars and default values. |
Description:
Creates a
configuration.mdfile, 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