Frank lin Piat

Results 20 comments of Frank lin Piat

Seems fixed since: https://github.com/GoogleContainerTools/kaniko/pull/1499

Go 1.12 [supports AIX ](https://golang.org/doc/go1.12#aix). No binary release are provided by golang.org (but [Large Open Source Software Archive](http://www.bullfreeware.com/search.php?package=golang&with_provides=) provides one).

A given device-mapper device can have multiple logical names (multiple entries in `/dev`). Also, a given device can be mounted at multiple location (mountpoint), but two things are constants :...

I have prototyped this with bash to create a textfile for node_exporter (snippet below). Sample output: ``` x_node_mountpoints_info{mountpoint="/", devname="/dev/mapper/vg-lv_root", device="dm-5"} 1 x_node_mountpoints_info{mountpoint="/boot", devname="/dev/sda1", device="sda1"} 1 ``` Then I can write...

I have the same issue (it crash when using autofill for user or password. Any applications, each time). The application used to work. Phone: Samsung s7 Android: 8.0.0 Lockwise: v3.2.0...

For the record, this has been implemented in node_exporter, see prometheus/node_exporter#699. (The query argument name is `collect[]`).

The delimter should be configurable and default to something wise (tabulation?). The comma is sometime used inside a column. For instance `kubectl get pvc` prints the access mode with comma...

The problem is quite tricky... The installer down 2 stuffs from the Internet. * `git clone https://github.com/chartmuseum/helm-push` * `curl https://github.com/chartmuseum/helm-push/releases/download/v0.8.1/helm-push_0.8.1_linux_amd64.tar.gz` (or `wget` as a fallback) All three commands obeys `https_proxy`...

Some context... The Prometheus [exposition format](https://prometheus.io/docs/instrumenting/exposition_formats/) is becoming a defacto standard (there are some efforts to standardize it as [OpenMetrics](https://www.cncf.io/blog/2018/08/10/cncf-to-host-openmetrics-in-the-sandbox/)) . It's already supported by many of monitoring/observability/APM solutions ([InfuxData,InfluxDB](https://www.influxdata.com/blog/influxdb-now-supports-prometheus-remote-read-write-natively/),...

The variable type is not `string`, it's `text`, (see [examples/mysql_slowqueries.mtail](https://github.com/google/mtail/blob/086bc9b86189967a0646d7e744f2eaf656df7885/examples/mysql_slowqueries.mtail)). Also, the variable should not be prefixed by `$`. So this should work: hidden text cgroup_oomk counter kernel_oomk by cgroup,...