Chris Siebenmann

Results 46 comments of Chris Siebenmann
trafficstars

These metrics aren't currently available in /proc/spl/kstat or through any other simple means. There's open discussions about how to support them in node_exporter, if at all, but if you want...

Based on `git status --porcelain` output, Go-Package-Store correctly thought that everything had uncommitted changes because that's what got reported to it. This was ultimately because I had `$GIT_WORK_TREE` set, so...

Unfortunately, the ZFS IO stats that are now available have changed significantly such that some of the metrics simply can't be generated any more; there is no drop-in replacement system...

We're also experiencing this problem and have been for a number of Prometheus releases. It may be relevant that our Prometheus is configured to be behind a reverse proxy (although...

'The timestamp of the first time series point over a time range' is useful information in general that can't be obtained through use of `offset` unless the time series is...

One general idea would be to expand what can be used to generate a range vector from a simple metric to some degree of filters and transformations on this. You...

As an opinion point: I tried out a version of corebird with @IBBoard 's change and found that I very much didn't like it as much as the current behavior...

Merely Maximize and un-maximize doesn't cause any issues for me, and the problem in #693 sounds somewhat different in that my icons definitely don't get repainted either (or painted at...

I think that this change wouldn't work and in fact would be dangerous. `_fev_pred_check_peek()` returns immediately if cpa->found is True, without calling the predicate function and without filling in cpa->event....

The other oddity I see in FCheckPeekIfEvent() and what it calls is that if there are multiple events of the same type in the event queue, I think it returns...