1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/sdk/log
Matthieu MOREL 063239fa37
[chore]: enable len and empty rules from testifylint (#5832)
#### Description

Testifylint is a linter that provides best practices with the use of
testify.

This PR enables
[empty](https://github.com/Antonboom/testifylint?tab=readme-ov-file#empty)
and
[len](https://github.com/Antonboom/testifylint?tab=readme-ov-file#len)
rules from [testifylint](https://github.com/Antonboom/testifylint)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-21 08:04:28 -07:00
..
internal/x log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
logtest fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711) 2024-08-23 08:07:25 -07:00
batch_test.go Move log.Processor.Enabled to independent FilterProcessor interfaced type (#5692) 2024-08-22 09:12:23 -07:00
batch.go Move log.Processor.Enabled to independent FilterProcessor interfaced type (#5692) 2024-08-22 09:12:23 -07:00
bench_test.go sdk/log: Processor.OnEmit accetps a Record pointer (#5636) 2024-08-01 10:13:43 +02:00
DESIGN.md Fix typos (#5763) 2024-09-09 08:53:15 +02:00
doc.go Move log.Processor.Enabled to independent FilterProcessor interfaced type (#5692) 2024-08-22 09:12:23 -07:00
example_test.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
exporter_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
exporter.go sdk/log: SimpleProcessor synchronizes OnEmit calls (#5666) 2024-08-09 08:40:39 +02:00
go.mod Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797) 2024-09-10 14:10:56 -07:00
go.sum chore(deps): update module golang.org/x/sys to v0.25.0 (#5776) 2024-09-04 17:46:07 +02:00
logger_bench_test.go sdk/log: Fix BenchmarkLoggerNewRecord to not drop attributes (#5407) 2024-05-24 08:07:56 +02:00
logger_test.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
logger.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
processor.go Move log.Processor.Enabled to independent FilterProcessor interfaced type (#5692) 2024-08-22 09:12:23 -07:00
provider_test.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
provider.go fix(metric, log): merge explicit resource with environment variables (#5773) 2024-09-06 19:19:44 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
record_test.go Add walk attributes benchmark (#5547) 2024-06-27 13:29:38 +02:00
record.go Ensure exported struct in sdk/log are not comparable (#5693) 2024-08-09 07:31:42 -07:00
ring_test.go Add custom ring implementation to the BatchProcessor (#5237) 2024-04-24 12:07:15 +02:00
ring.go Add custom ring implementation to the BatchProcessor (#5237) 2024-04-24 12:07:15 +02: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 Move log.Processor.Enabled to independent FilterProcessor interfaced type (#5692) 2024-08-22 09:12:23 -07:00
simple.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00

Log SDK

PkgGoDev