1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-16 02:47:20 +02:00
opentelemetry-go/sdk/log
2024-04-09 10:22:50 +02:00
..
batch_test.go Clamp batch size <= queue size (#5157) 2024-04-05 16:02:32 -07:00
batch.go Clamp batch size <= queue size (#5157) 2024-04-05 16:02:32 -07:00
DESIGN.md [chore] Remove open issues for design docs (#5112) 2024-03-27 18:34:31 +01:00
doc.go sdk/log: Scaffolding (#5068) 2024-03-13 17:47:07 +01:00
exporter_test.go Add the bufferExporter (#5119) 2024-04-02 08:36:18 -07:00
exporter.go sdk/log: Exporter has to be concurrent-safe (#5181) 2024-04-09 10:22:50 +02:00
go.mod dependabot updates Sat Apr 6 07:01:47 UTC 2024 (#5171) 2024-04-06 09:08:36 +02:00
go.sum dependabot updates Sat Apr 6 07:01:47 UTC 2024 (#5171) 2024-04-06 09:08:36 +02:00
logger_bench_test.go Add benchmark for logger (#5101) 2024-03-26 17:47:30 +01:00
logger_test.go Add benchmark for logger (#5101) 2024-03-26 17:47:30 +01:00
logger.go sdk/log: ObservedTimestamp should be set (#5091) 2024-03-22 07:39:01 -07:00
processor.go Add the Enabled method to the Logger (#5071) 2024-03-15 08:15:44 -07:00
provider_test.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
provider.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
record_test.go sdk/log: Implement Record (#5073) 2024-03-14 15:40:48 +01:00
record.go sdk/log: Implement Record (#5073) 2024-03-14 15:40:48 +01:00
setting_test.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
setting.go Clamp batch size <= queue size (#5157) 2024-04-05 16:02:32 -07:00
simple_test.go Implement the SimpleProcessor (#5079) 2024-03-17 07:47:05 -07:00
simple.go sdk/log: Exporter has to be concurrent-safe (#5181) 2024-04-09 10:22:50 +02:00

Log SDK

PkgGoDev