Tobias Guggenmos

Results 20 issues of Tobias Guggenmos

Since python2 is going to be end of life soon, it might make sense to switch this exporter to python3. This PR makes the necessary changes to run the exporter...

Fixes #12 This PR uses python3 syntax, so #15 needs to be merged before.

How to reproduce: Use gnome shell and set the font scaling factor (gconf -> org.gnome.desktop.interface.text-scaling-factor or tweak-tool -> fonts -> scaling-factor) to a value between 1.35 and 1.4. Result: The...

Fixes #94. However it theoretically has the potential to break some existing usecases, where the distiction between remote ports is relevant. Signed-off-by: Tobias Guggenmos

Goflows Prometheus metrics `flow_traffic_(bytes|packets|summary_size_bytes)` include labels for `remote_ip` and `remote_port`. Some services that send flows (e.g. `pmacctd`) use a new outgoing port each time they send flows to goflow, which...

Fixes #161 . ![image](https://user-images.githubusercontent.com/15368509/84914083-8120ba00-b0bb-11ea-9e8b-c0a8320e99b6.png) This also requires some work on the VS Code extension site: https://github.com/redhat-developer/vscode-promql/pull/75 However at the moment that doesn't work properly, because URL handling in VS Code...

upstream

There have been PRs in Prometheus that mandate minor changes to the language server: https://github.com/prometheus/prometheus/pull/7522 https://github.com/prometheus/prometheus/pull/7480

Currently, errors that are raised when accessing the cache aren't properly forwarded to the language client. For a more correct error handling, all the occurrences in the langserver package of...

It would be nice to have a more well defined release process: An initial suggestion: * We aim for a release roughly every one or two months. * To create...

meta