Joshua MacDonald
Joshua MacDonald
Reviewers note: This is a fork which only removes code. The process.* metrics in this package are removed because they are potentially runtime metrics or can be produced with fewer...
We would not maintain any of the instrumentation packages in otel-launcher-go if they are accepted upstream. The rate of upstream releases is very slow right now, so I'm avoiding. I...
See https://github.com/open-telemetry/opentelemetry-go-contrib/issues/2624 and https://github.com/open-telemetry/opentelemetry-go-contrib/issues/2625
This may have to wait until OTel-Go 1.11. Do not merge.
FYI @paivagustavo I created `cputime_unix.go` and `cputime_other.go` with two implementations; the original (copied from upstream host instrumentation) is a fallback based on `gopsutil`, the new based on `syscall` works for...
I asked the OTel-Java group how this is handled. Because the Java String.substring() method counts UTF-8 characters, I believe it matches the behavior introduced in #3156.
@liangyuanpeng I originally included metrics support in https://github.com/open-telemetry/opentelemetry-go/pull/3106, but it was reverted to avoid conflicts with the new SDK branch. This issue may now stand for following up there, after...
I am confused as to why type aliases do not solve the problem. The same play link with an alias compiles and works as intended, right? https://go.dev/play/p/TQukM9rrXQd @Aneurysm9
(I was going to ask you first :grin:)
I feel this deserves more attention, and I don't feel the group has sufficient bandwidth while the metrics Alpha is still under development. I will bring this up for discussion,...