You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current description of labels states that the values need to be keywords:
Key/value pairs. Can be used to add meta information to events. Should not contain nested objects. All values are stored as keyword.
Can we extend this to also allow at least boolean and number values? APM uses labels to allow setting user defined information about events. We already allow keywords, numbers and booleans. Numbers could be used for aggregations on these fields. (see elastic/apm-server#828 for more background).
The text was updated successfully, but these errors were encountered:
The current description of
labels
states that the values need to bekeywords
:Can we extend this to also allow at least
boolean
andnumber
values? APM uses labels to allow setting user defined information about events. We already allow keywords, numbers and booleans. Numbers could be used for aggregations on these fields. (see elastic/apm-server#828 for more background).The text was updated successfully, but these errors were encountered: