opentelemetry-go/sdk/log
Robert Pająk 1737ab8666
docs: unify doc comments for functions returning bool (#7064)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/7063

If also fixes Go Doc comment for `SpanID.IsEmpty`.

The pattern is based on the way the Go standard library documents
functions returning a boolean.
2025-07-23 07:58:50 +02:00
..
logtest sdk/trace: self-observability: span metrics (#7027) 2025-07-22 11:36:06 +02:00
DESIGN.md Fix typos (#5763) 2024-09-09 08:53:15 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
batch.go sdk/log: remove unnecessary b.q.Len() call (#6641) 2025-04-11 10:48:01 +02:00
batch_test.go Add an option to configure the exporter buffer of the BatchProcessor (#5877) 2024-10-10 01:16:46 -07:00
bench_test.go Optimize Logs SDK BatchProcessor (#6569) 2025-04-09 14:36:25 +02:00
doc.go Do not discourage direct usage of Logs API (#6675) 2025-04-22 11:00:19 +02:00
example_test.go sdk/log: Add FilterProcessor and EnabledParameters (#6317) 2025-02-18 22:35:14 +01:00
exporter.go Use the cause of the context error in OTLP retry (#6898) 2025-06-12 19:02:35 +02:00
exporter_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
filter_processor.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
go.mod sdk/trace: self-observability: span metrics (#7027) 2025-07-22 11:36:06 +02:00
go.sum fix(deps): update golang.org/x (#6989) 2025-07-09 15:32:07 -07:00
logger.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
logger_bench_test.go sdk/log: Change BenchmarkLoggerNewRecord to BenchmarkLoggerEmit (#6315) 2025-02-14 09:40:02 +01:00
logger_test.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
processor.go sdk/log: Add FilterProcessor and EnabledParameters (#6317) 2025-02-18 22:35:14 +01:00
provider.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
provider_test.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
record.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
record_test.go sdk/log: Add WithAllowKeyDuplication logger provider option (#6968) 2025-07-11 09:54:13 +02:00
ring.go Add custom ring implementation to the BatchProcessor (#5237) 2024-04-24 12:07:15 +02:00
ring_test.go [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +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 Fix typos (#5763) 2024-09-09 08:53:15 +02:00
simple_test.go Move `log.Processor.Enabled` to independent `FilterProcessor` interfaced type (#5692) 2024-08-22 09:12:23 -07:00

README.md

Log SDK

PkgGoDev