Semconv for cli command executions #1577
Labels
area:new
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
triage:needs-triage
Area(s)
area:new
Is your change request related to a problem? Please describe.
Would be nice to formalize semantic conventions for cli command execution regarding span name, status and attributes.
Describe the solution you'd like
For the attributes we can reuse something from Process.
Describe alternatives you've considered
No response
Additional context
I'm implementing an instrumentation for the click library:
and you call them as
python hello.py
This is also the underlying library used by flask where you can run the server itself, e.g.
flask run
or implement your own command, e.g.flask createuser myusername
.The text was updated successfully, but these errors were encountered: