Closed stefanchrobot closed 2 years ago
%% When providing `StartMetadata' and `StopMetadata', these values will be sent independently to `start' and
%% `stop' events. If an exception occurs, exception metadata will be merged onto the `StartMetadata'. In general,
%% `StopMetadata' should only provide values that are additive to `StartMetadata' so that handlers, such as those
%% used for metrics, can rely entirely on the `stop' event.
This section is unclear to me. Can this be reworded into "stop metadata should be a superset of start metadata"?
@josevalim sorry for the trouble, pushed a minor reword.
@josevalim can you please have another look?
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
It wasn't really clear to me how
SpanFunction
works.