Trask Stalnaker

Results 77 issues of Trask Stalnaker

Based on @laurit's suggestion https://cloud-native.slack.com/archives/C0150QF88FL/p1668593837751519?thread_ts=1668521229.495469&cid=C0150QF88FL This has been a source of confusion on multiple occasions. also related: https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#enable-manual-instrumentation-only

enhancement

Given the number of issues we see reported about version mismatches, I wonder if we could detect and emit a warning message about it?

cc @open-telemetry/go-approvers

Forgot to regenerate the tables in #2098

To avoid missing this step, e.g. in https://github.com/open-telemetry/community/pull/2103#pullrequestreview-2051799407 and https://github.com/open-telemetry/community/pull/2113#issuecomment-2112852251 Also may be good to add some doc about this to the CONTRIBUTING.md.

Related to #860 Alternative proposal to #961 ## Changes Specific URL query string values should now be redacted by default due to concerns around leaking credentials. The list of problematic...

Stale

Some ideas: * [`process.runtime.jvm.system.memory.free`](https://docs.oracle.com/javase/8/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html#getFreePhysicalMemorySize--) * [`process.runtime.jvm.system.paging.free`](https://docs.oracle.com/javase/8/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html#getFreeSwapSpaceSize--) There's also potentially: * [OperatingSystemMXBean#getTotalPhysicalMemorySize](https://docs.oracle.com/javase/8/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html#getTotalPhysicalMemorySize--) * [OperatingSystemMXBean#getTotalSwapSpaceSize](https://docs.oracle.com/javase/8/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html#getTotalSwapSpaceSize--) * [OperatingSystemMXBean#getCommittedVirtualMemorySize](https://docs.oracle.com/javase/8/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html#getCommittedVirtualMemorySize--)