opentelemetry-go/sdk/log
renovate[bot] 7c5e64cccc
chore(deps): update dependency codespell to v2.3.0 (#5409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2024-05-24 18:09:31 +02:00
..
logtest Use reflect to construct a Record in `logtest` (#5275) 2024-05-06 09:03:14 -07:00
DESIGN.md chore(deps): update dependency codespell to v2.3.0 (#5409) 2024-05-24 18:09:31 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
batch.go chore(deps): update dependency codespell to v2.3.0 (#5409) 2024-05-24 18:09:31 +02:00
batch_test.go Recheck log message in TestBatchProcessor (#5386) 2024-05-21 13:28:05 -07:00
doc.go sdk/log: Scaffolding (#5068) 2024-03-13 17:47:07 +01:00
exporter.go chore(deps): update dependency codespell to v2.3.0 (#5409) 2024-05-24 18:09:31 +02:00
exporter_test.go Fix flaky test TestBufferExporter/Shutdown/ContextCancelled (#5261) 2024-04-25 17:46:39 +02:00
go.mod fix(deps): update module github.com/go-logr/logr to v1.4.2 (#5393) 2024-05-21 13:58:14 -07:00
go.sum fix(deps): update module github.com/go-logr/logr to v1.4.2 (#5393) 2024-05-21 13:58:14 -07:00
logger.go sdk/log: ObservedTimestamp should be set (#5091) 2024-03-22 07:39:01 -07:00
logger_bench_test.go sdk/log: Fix BenchmarkLoggerNewRecord to not drop attributes (#5407) 2024-05-24 08:07:56 +02: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
processor.go Add the Enabled method to the Logger (#5071) 2024-03-15 08:15:44 -07:00
provider.go chore(deps): update dependency codespell to v2.3.0 (#5409) 2024-05-24 18:09:31 +02:00
provider_test.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
record.go chore(deps): update dependency codespell to v2.3.0 (#5409) 2024-05-24 18:09:31 +02:00
record_test.go Truncate and de-duplicate log attribute values (#5230) 2024-04-29 07:51:22 -07:00
ring.go Add custom ring implementation to the BatchProcessor (#5237) 2024-04-24 12:07:15 +02:00
ring_test.go Add custom ring implementation to the BatchProcessor (#5237) 2024-04-24 12:07:15 +02:00
setting.go Clamp batch size <= queue size (#5157) 2024-04-05 16:02:32 -07:00
setting_test.go Implement the BatchingProcessor configuration (#5088) 2024-03-25 07:50:19 -07:00
simple.go sdk/log: Rename BatchingProcessor to BatchProcessor (#5229) 2024-04-19 08:34:30 +02:00
simple_test.go Implement the SimpleProcessor (#5079) 2024-03-17 07:47:05 -07:00

README.md

Log SDK

PkgGoDev