Jasz
Jasz
I have a similar requirement so I'll describe my use case. We have a lot of different repositories but we want all of them to share the same `.editorconfig`. We've...
Hi @glefloch, would it be possible to release a new version with the fix for this issue merged in #380? This bug causes failures when sending an affected SBOM to...
Any ideas what the migration might look like, especially for those using a db backend?
That sounds great, thank you.
> what happens if your backend does not support lists for tag values? For example the [OtelToZipkinSpanTransformer](https://github.com/open-telemetry/opentelemetry-java/blob/6fc1d216ca0f199670a1cc5b081ad764d4a043fb/exporters/zipkin/src/main/java/io/opentelemetry/exporter/zipkin/OtelToZipkinSpanTransformer.java#L213) creates a comma separated string. > Do you mean [this](https://javadoc.io/doc/io.opentelemetry/opentelemetry-api-trace/latest/io/opentelemetry/api/trace/Span.html#setAttribute(io.opentelemetry.api.common.AttributeKey,T)) or something else?...