1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-30 21:20:04 +02:00
opentelemetry-go/sdk/log
2024-04-19 08:34:30 +02:00
..
batch_test.go sdk/log: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00
batch.go sdk/log: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00
DESIGN.md sdk/log: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00
doc.go sdk/log: Scaffolding (#5068) 2024-03-13 17:47:07 +01:00
exporter_test.go Implement the BatchingProcessor (#5093) 2024-04-18 07:48:19 -07:00
exporter.go Implement the BatchingProcessor (#5093) 2024-04-18 07:48:19 -07: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_norace_test.go Replace Record limit methods with DroppedAttributes (#5190) 2024-04-16 11:48:17 -07:00
logger_test.go Replace Record limit methods with DroppedAttributes (#5190) 2024-04-16 11:48:17 -07: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 sdk/log: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
record_test.go Replace Record limit methods with DroppedAttributes (#5190) 2024-04-16 11:48:17 -07:00
record.go Replace Record limit methods with DroppedAttributes (#5190) 2024-04-16 11:48:17 -07: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: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00

Log SDK

PkgGoDev