MrAlias / otel-schema

Playground to prototype and investigate configuration schema proposals for OpenTelemetry
Apache License 2.0
2 stars 7 forks source link

replace name with type where it makes more sense #47

Closed codeboten closed 1 year ago

codeboten commented 1 year ago

There are a few places in the config where name was used when it really should be type. Additionally changed propagators to an array of strings as they are configurable today in env variables.

Fixes #40

Signed-off-by: Alex Boten aboten@lightstep.com