Fabian Stäber

Results 301 comments of Fabian Stäber
trafficstars

It would be interesting to see if a shutdown hook works. If you try this and it works, please open a pull request. Alternatively, there are other ways to expose...

Thanks for the suggestion. Could you create an example how the console output should look like from your perspective?

I don't think these labels are generated by `grok_exporter`. To see the labels generated by `grok_exporter`, go to http://localhost:9144/metrics (or whatever you configured in the `server` section). If these labels...

Prometheus also provides a _relabel_ configuration, which might help you. Look for _relabeling_ here: https://prometheus.io/docs/prometheus/latest/configuration/configuration

The `instance` label is a special case, because it is generated by Prometheus after relabeling. As the [documentation says](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config): > After relabeling, the `instance` label is set to the value...

You are right, it's not really maintained. But if you create a pull request with an updated cert, I'll be happy to merge it.

@jetpackdanger the difference between `path` and `paths` is that with `path` you can only specify a single value like this: ```yaml path: /tmp/example/example.log ``` while with `paths` you can specify...

@matze1508 yes, this should be possible like this: ```yaml - type: counter name: HTTP_Request help: number of log lines match: .* path: log1 ``` Note that match is `.*` and...

Thanks for the heads-up, I wasn't aware of that. The source tarballs are created automatically by Github, and it seems it is currently not possible to include submodules: https://github.community/t5/How-to-use-Git-and-GitHub/Create-Release-that-contains-submodule/td-p/12073 If...

I agree, more functions would be good. I'll have a look if it's possible to implement the Sprig functions in grok_exporter.