Pranshu Srivastava

Results 524 comments of Pranshu Srivastava

@gitperr JFYI https://github.com/prometheus/node_exporter/pull/2916#issue-2123466892 needs a "Fixes" in place of "Fix" to close the relevant PRs once this is in.

I was able to reproduce this issue on `master`, however, I don't think this bug is within the scope of `node_exporter`, but instead, needs to be addressed from the [`IOPMCopyCPUPowerStatus`](https://github.com/opensource-apple/IOKitUser/blob/b80a5cbc0ebfb5c4954ef6d757918db0e4dc4b7f/pwr_mgt.subproj/IOPMPowerNotifications.c#L63)...

`float64` is only accurate for integers constrained within it's mantissa range (52-bit). Expressing an integer that goes beyond (`2^52`, or `2^53` if we consider the implicit additional bit) will lead...

Seeing https://github.com/prometheus/procfs/pull/574 is in, I think this can be closed now.

> Logging unknown stats (though spammy) is fine, but just not exporting any stats in that case is very brittle. IIUC For this to happen, we'll need `procfs` to send...

``` ... goroutine 1 [semacquire, 119 minutes]: runtime.gopark(0xce8f00?, 0xc000040030?, 0x0?, 0x80?, 0x6?) /usr/local/go/src/runtime/proc.go:381 +0xd6 fp=0xc00010f950 sp=0xc00010f930 pc=0x43ba76 runtime.goparkunlock(...) /usr/local/go/src/runtime/proc.go:387 runtime.semacquire1(0xc000145890, 0x40?, 0x1, 0x0, 0xe0?) /usr/local/go/src/runtime/sema.go:160 +0x20f fp=0xc00010f9b8 sp=0xc00010f950 pc=0x44cdaf sync.runtime_Semacquire(0xc0000061a0?)...

Closing in favor of the [newer model](https://github.com/kubernetes/kube-state-metrics/pull/2068#issuecomment-1591437858).