Florian Lehner

Results 132 comments of Florian Lehner

> Does it still meet the requirement of "every valid pprof profile is also a valid Otel profile"? @tigrannajaryan - yes it does. As `type_index` was introduced by the OTel...

friendly ping @open-telemetry/specs-approvers - can this change get merged? @felixge , @petethepig and @christos68k from the @open-telemetry/profiling-maintainers group approved this change already.

I did accept the invite and did setup 2FA for my 1Password account, but there are not shared vaults. Is there something I have to do, besides accepting the invite...

> [..] i confirmed your account, which I did yesterday afternoon. please check again. Thanks @austinlparker - I can see and access now the `opentelemetry-profiling` vault. :+1:

I have verified that the provided credentials work for me using the oci CLI tooling. So closing this issue is fine with me.

Not an k8s expert, just following documentation. Did you try something like the following? ``` securityContext: procMount: Default readOnlyRootFilesystem: true privileged: true capabilities: add: - BPF - PERFMON - SYS_RESOURCE...

I'm unsure about the effect of setting readOnlyRootFilesystem.

To quantify this change is hard, as it is hard to have a controlled environment, where network connections do not open/close all the time. For this reason, I think, the...

> Could you please provide benchmarks? Benchmark code ``` package net import "testing" func BenchmarkGetConnectionsInet(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { Connections("inet") } b.ReportAllocs()...

> I understand that accurate measurement is difficult, but is this result accurate? No - these numbers are totally off, not reliable and not reproducible. I have mentioned this already...