-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or requestmodelModifies the model for signals and attributes used by Weaver.Modifies the model for signals and attributes used by Weaver.
Description
Semantic conventions that reference a common attribute with an enum type, should be able to extend/overwrite the list of possible values.
E.g.
- id: http.request.method
type:
allow_custom_values: true
members:
- id: delete
value: "DELETE"
brief: 'DELETE method.'
- id: get
value: "GET"
brief: 'GET method.'
...
- ref: http.request.method
type:
allow_custom_values: true
members:
- id: purge
value: "PURGE"
brief: 'non-standard PURGE method.'currently redeclaring a type is not supported.
While additional values could be documented in the note, md generation adds another note with possible values according to enum.
joaopgrassi, bertysentry and trisch-me
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmodelModifies the model for signals and attributes used by Weaver.Modifies the model for signals and attributes used by Weaver.
Type
Projects
Status
To consider for the next release
Status
Blocking semconv work