open-telemetry / opentelemetry-configuration

JSON Schema definitions for OpenTelemetry file configuration
Apache License 2.0
36 stars 17 forks source link

fix: update attribute_keys to include type #111

Closed codeboten closed 2 months ago

codeboten commented 2 months ago

This updates the stream's attribute_keys configuration to an include/exclude style object that currently only supports included. This is in hope to support excluded in the future once the specification allows it.

Fixes #98