Open Issues Need Help
View All on GitHubAI Summary: The issue proposes extending the recently introduced optional low-allocation OTLP marshalers to the `OtlpJsonLogging{Signal}Exporters`. This feature was previously added to `OtlpGrpc{Signal}Exporter` and `OtlpHttp{Signal}Exporter` classes. The rationale is that `OtlpJsonLogging{Signal}Exporters` also utilize the same marshalers for writing JSON output, making the performance benefit relevant.
AI Summary: The task involves updating the OpenTelemetry configuration example (`kitchen-sink.yaml`) to include the `known_methods` attribute in the general section, as per the changes introduced in a related pull request for the Java instrumentation project. This ensures consistency and completeness in the configuration example.