1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/log
2024-02-22 18:15:43 +01:00
..
embedded Add the log/embedded package (#4932) 2024-02-18 07:51:13 -08:00
noop Add the log/noop package (#4943) 2024-02-20 08:16:07 -08:00
DESIGN.md design: log value accessors must not panic (#4948) 2024-02-21 07:02:08 +01:00
doc.go Update otel/log package docs (#4935) 2024-02-18 08:01:24 -08:00
go.mod log: Implement Value and KeyValue types (#4949) 2024-02-21 13:19:41 -08:00
go.sum log: Implement Value and KeyValue types (#4949) 2024-02-21 13:19:41 -08:00
keyvalue_bench_test.go log: Add benchmark tests (#4958) 2024-02-22 18:15:43 +01:00
keyvalue_test.go log: Implement Value and KeyValue types (#4949) 2024-02-21 13:19:41 -08:00
keyvalue.go log: Implement Value and KeyValue types (#4949) 2024-02-21 13:19:41 -08:00
kind_string.go Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
logger_test.go Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
logger.go Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
provider.go Add the log/embedded package (#4932) 2024-02-18 07:51:13 -08:00
record_bench_test.go log: Add benchmark tests (#4958) 2024-02-22 18:15:43 +01:00
record_test.go Implement the log Record type (#4939) 2024-02-19 14:08:41 +01:00
record.go Implement the log Record type (#4939) 2024-02-19 14:08:41 +01:00
severity_string.go Add initial Logs Bridge API scaffolding (#4907) 2024-02-16 07:09:58 -08:00
severity_test.go Test Severity const match OTel spec (#4938) 2024-02-19 13:47:24 +01:00
severity.go Add initial Logs Bridge API scaffolding (#4907) 2024-02-16 07:09:58 -08:00