Robert Pająk
Robert Pająk
@MrAlias, it is still failing. See https://github.com/open-telemetry/opentelemetry-go/actions/runs/9184173706/job/25256066673?pr=5267 ``` go test -timeout 60s -short ./sdk/log/... --- FAIL: TestBatchProcessor (2.06s) --- FAIL: TestBatchProcessor/DroppedLogs (2.00s) batch_test.go:449: Error Trace: /home/runner/work/opentelemetry-go/opentelemetry-go/sdk/log/batch_test.go:449 Error: Condition never satisfied...
`stdoutlog` is intended to be used mainly for debugging therefore it aims for human-readability. `otlplogfile` is on the other hand MUST serialize telemetry in computer-readable format as defined in the...
During last SIG meeting (https://github.com/open-telemetry/opentelemetry-go/pull/5743#issuecomment-2346847692) we decided that we do not want to maintain such exporter until it is stable. @thomasgouveia, it may be worth to move the exporter you...
During SIG it was recommended to not put it to contrib as well yet. > I can transfer it to a repository on my account, until the specification is stable....
A shout-out to work related to OTLP File exporter: - https://github.com/open-telemetry/opentelemetry-specification/pull/4183 - https://github.com/open-telemetry/opentelemetry.io/pull/5600 - https://github.com/open-telemetry/opentelemetry-java/pull/6675 However, let's wait until it is stable in the specification as we miss velocity to...
1. Can you sign EasyCLA? 2. I think you referenced a wrong PR.
@YHM404 bump
Closing per https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5586#issuecomment-2115452118 . We may resurrect this if bridge implementation would give a feedback that it would be better to change the Bridge API. CC @MrAlias
> If a user cares about the allocations for performance they can do similar things to the metric signal and cache option allocations outside of the hot-path. I think that...
Reopening and making as draft per https://github.com/open-telemetry/opentelemetry-go/pull/5367#issuecomment-2123147927. Adding to blocked in the project to indicated that it is blocked until there is a use case that would support this change...