Jan Seidl

Results 9 issues of Jan Seidl

Hi, I have problem with healtcheck: ``` "healthChecks": [ { "gracePeriodSeconds": 300, "intervalSeconds": 60, "timeoutSeconds": 20, "maxConsecutiveFailures": 3, "portIndex": 0, "path": "?url=http://google.com", "protocol": "HTTP", "ignoreHttp1xx": false } ], ``` the...

Hello, I would like similar options as `pylint-error-types` for warnings reporting for example ``` --pylint-error-types=EF --pylint-warnings-types=CRW ``` produce something like: ``` project.py PASSED [100%] =============================== warnings summary =============================== _____________________ [pylint]...

enhancement
help wanted

``` gotestcover -covermode=atomic -coverprofile=coverage.txt $(go list ./... | grep -v /vendor/) -run . -timeout=2m ok github.com/avast/retry-go/v4/examples 5.933s coverage: [no statements] command [go test -cover -covermode atomic -coverprofile C:\Users\RUNNER~1\AppData\Local\Temp\gotestcover-175[9](https://github.com/avast/retry-go/actions/runs/5841605985/job/15841924098#step:6:10)463031 github.com/avast/retry-go/v4 -run...

Explore alternative tools for markdown generation * https://github.com/princjef/gomarkdoc

**Is your feature request related to a problem? Please describe.** The problem is that the management component lacks high availability (HA) support. Currently, the management component is central to other...

management-service
feature-request

## What does this do? Added `neutral` option for `GaugePanel` (supported by Grafana 9.3.0 - https://github.com/grafana/grafana/discussions/38273) ## Why is it a good idea? Why it's good idea is described in...

## What does this do? Some targets (Influx for example) use `alias` instead of `legendFormat` (which is Prometheus "alias"). This commit setup both of them by current `legendFormat`. ## Why...

solve https://github.com/thaljef/Pinto/issues/234

## What does this do? Add link from alert rule to the dashboard and panel. ## Why is it a good idea? Those options was avaialable, but wasn't used and...