Christoph Hösler

Results 5 issues of Christoph Hösler

This PR fixes python code generation for nullable types, if more than one type is not null. closes #1562

The DSName of each Value in a ValueList is [appended to the metric name](https://github.com/prometheus/collectd_exporter/blob/b3be8420bc1031e1c74264121f35a866869b4be3/main.go#L73). Data source names might appear multiple times. As these are not part of the identifier string,...

stale

Is the following behavior as intended? ``` Java ResultSet rs = statement.executeQuery("SELECT NULL UNION SELECT 1"); # One column with 2 rows (NULL, 1) rs.next(); rs.getMetaData().getColumnTypeName(1); # NULL rs.next(); rs.getMetaData().getColumnTypeName(1);...

metadata

It would be nice to have a metric that indicates if burrow_exporter has been able to scrape burrow and that the health check succeeded.

I identified two inconsistencies when using the `--json` flag in the `hatch env show` subcommand: 1. The json object contains all envs if the `envs` arg is passed for selecting...