src/Elastic.Extensions.Logging/ElasticsearchLoggerProvider.cs (4 lines): - line 44: var serialized = logEvent.SerializeToUtf8Bytes(); // TODO - Performance optimisation to avoid array allocation - line 111: // TODO: Add option to randomize pool - line 146: // TODO: Check if Uri has changed before recreating - line 147: // TODO: Injectable factory? Or some way of testing. src/Specification/1.6/Template7/root.html (1 line): - line 836: src/Elastic.Extensions.Logging/ElasticsearchLogger.cs (1 line): - line 67: // TODO: Want to render state values (separate from message) to pass to log event, for semantic logging src/Elastic.Extensions.Logging.Common/LogEventBuilderExtensions.cs (1 line): - line 74: // TODO protocol src/Elastic.CommonSchema/EcsDocument.cs (1 line): - line 258: // TODO Should we copy more data over? src/Specification/1.6/Template6/root.html (1 line): - line 836: src/Elastic.CommonSchema.Serilog/LogEventConverter.cs (1 line): - line 108: //TODO what does this do and where does it come from? tests-integration/Elastic.CommonSchema.BenchmarkDotNetExporter.IntegrationTests/BdNetExporterTests.cs (1 line): - line 79: // TODO: Temporarily disabled while we wait for ECS to be updated on different branch src/Elastic.CommonSchema.BenchmarkDotNetExporter/Domain/BenchmarkAgent.cs (1 line): - line 28: // TODO should this be on Agent?