vaadin / observability-kit

Other
5 stars 2 forks source link

fix: add support for event attributes #175

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Description

Parses and adds to the server generated span the source span event attributes.

Current implementation does not support 'bytesValue' and 'kvlistVvalues'.

Fixes #172

Type of change

Checklist

Additional for Feature type of change

mcollovati commented 1 year ago

Is it OK to use multiline string Java feature for tests?

heruan commented 1 year ago

Is it OK to use multiline string Java feature for tests?

Yes, I think we're already using those in some other tests.