Julius Volz

Results 235 comments of Julius Volz

Oh and regarding the AM/PM vs. 24h format: I already fixed that and generally improved the time formatting in https://github.com/prometheus/prometheus/pull/15999, which should land in a release soon.

And one more comment on: > In Graph tab, selecting a specific metric will remove this metric from the graph, instead, it should display only this metric and disable others....

* Add instructions for series toggling: https://github.com/prometheus/prometheus/pull/16164 * Add back vertical grid lines: https://github.com/prometheus/prometheus/pull/16163

* Only copy matchers on double click, add clipboard error handling for non-secure contexts: https://github.com/prometheus/prometheus/pull/16165

> > You can still quickly select a single metric via ``+Click. We probably just need to write explicit instructions below the legend items again, as before. > > you...

> > Yeah, uPlot (the new graphing library, because the old Flot one was unmaintained for a long time already) unfortunately isn't flexible at all with displaying the legend itself...

> > so it could also attach event handlers (like to copy hovered labels of a series) > > you can provide listener proxies for the legend click handlers (`cursor.bind.click`)...

> no real reason for a DOM legend not to accept `HTMLElement` for static series labels. will be available in next release: [leeoniya/uPlot@b24436d](https://github.com/leeoniya/uPlot/commit/b24436df67cfa393cc7e51a5b328288dec6cfe49). doing the same for legend _values_ [which...

@vildantursic Thanks, I wasn't aware of the `uPlot.join()` function yet, that definitely helps already! I'm not sure I have enough information to understand all of the rest you're saying, but...

All good, no hurry! :) > im starting to realize that i need to include a tooltip in the core that's basically a copy or reuse of the legend implementation,...