Re: No way to disable Java Container Metrics

2020-07-27 Thread Severin Gehwolf
On Mon, 2020-07-27 at 11:52 -0400, Bob Vandette wrote: > > On Jul 27, 2020, at 11:32 AM, Severin Gehwolf wrote: > > > > Hi Bob, > > > > On Fri, 2020-07-24 at 15:21 -0400, Bob Vandette wrote: > > > I’ve been monitoring the discussion on your jdk8u alias and I can’t help > > > wondering if > > >

Re: No way to disable Java Container Metrics

2020-07-27 Thread Bob Vandette
> On Jul 27, 2020, at 11:32 AM, Severin Gehwolf wrote: > > Hi Bob, > > On Fri, 2020-07-24 at 15:21 -0400, Bob Vandette wrote: >> I’ve been monitoring the discussion on your jdk8u alias and I can’t help >> wondering if >> my original decision to provide two different implementations of this

Re: No way to disable Java Container Metrics

2020-07-27 Thread Severin Gehwolf
Hi Bob, On Fri, 2020-07-24 at 15:21 -0400, Bob Vandette wrote: > I’ve been monitoring the discussion on your jdk8u alias and I can’t help > wondering if > my original decision to provide two different implementations of this > container detection > logic was the best way to go. > > I didn’t wan

Re: No way to disable Java Container Metrics

2020-07-24 Thread Laurence Cable
On 7/24/20 12:21 PM, Bob Vandette wrote: I’ve been monitoring the discussion on your jdk8u alias and I can’t help wondering if my original decision to provide two different implementations of this container detection logic was the best way to go. I didn’t want to have an all Java implementa

Re: No way to disable Java Container Metrics

2020-07-24 Thread Bob Vandette
I’ve been monitoring the discussion on your jdk8u alias and I can’t help wondering if my original decision to provide two different implementations of this container detection logic was the best way to go. I didn’t want to have an all Java implementation since the VM needs to initialize it’s me

No way to disable Java Container Metrics

2020-07-24 Thread Severin Gehwolf
Hi, For hotspot one can disable container detection with a simple switch: $ java -XX:-UseContainerSupport -Xlog:os+container=trace -version [0.000s][trace][os,container] OSContainer::init: Initializing Container Support [0.000s][trace][os,container] Container Support not enabled openjdk version "