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
Tyler Yahn 32e3a3d994
Implement the BatchingProcessor configuration (#5088)
* Implement the batching config

* Unify on setting type

* Add setting_test.go

* Test NewBatchingProcessor

* Comment setting

* Fix lint

* Check invalid after envar

---------

Co-authored-by: Sam Xie <sam@samxie.me>
2024-03-25 07:50:19 -07:00
..
batch_test.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
batch.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
DESIGN.md Simplify log design docs (#5077) 2024-03-16 11:06:06 +01:00
doc.go sdk/log: Scaffolding (#5068) 2024-03-13 17:47:07 +01:00
exporter.go Do not alloc multiple noop exporters (#5083) 2024-03-19 10:33:57 -07:00
go.mod Implement the LoggerProvider (#5080) 2024-03-18 06:57:43 +01:00
go.sum sdk/log: Implement Record (#5073) 2024-03-14 15:40:48 +01:00
logger_test.go sdk/log: ObservedTimestamp should be set (#5091) 2024-03-22 07:39:01 -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 Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07: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 Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
simple_test.go Implement the SimpleProcessor (#5079) 2024-03-17 07:47:05 -07:00
simple.go Do not alloc multiple noop exporters (#5083) 2024-03-19 10:33:57 -07:00