Jonathan Davies
Jonathan Davies
The `authentication.md` document doesn't mention the requirement of the hardcoded comin user: https://github.com/nlewo/comin/blob/425c747ab2fca90db10dc498acfc94f5caaeba52/internal/repository/git.go#L25 I'd simply created the access token under my own user and gave it to comin - I...
It would be neat if comin could integrate with systemd through `sd_notify` and also `sd_watchdog_enable`: - https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html One Go module for this is https://github.com/coreos/go-systemd/blob/main/daemon/sdnotify.go
Would be great to have SSH deploy key support: - https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys GitLab and Forgejo support this too.
### Description Without this change, Quickwit returns: ``` WARN quickwit_indexing::actors::doc_processor: doc mapper parse error: the document contains a field that is not declared in the schema: "service" index_id="otel-logs-v0_7" source_id="_ingest-api-source" ```...
Maintainer: @champtar Description: This exporter should collect the contents of `/proc/interrupts` similar to how the Go-based exporter does: - https://github.com/prometheus/node_exporter/blob/master/collector/interrupts_linux.go - https://github.com/prometheus/node_exporter/blob/master/collector/fixtures/proc/interrupts
Currently, the startup logs look like this: ``` level=info ts=2024-05-19T16:03:41.578Z caller=unbound_exporter.go:551 Startingunbound_exporter=(MISSING) ``` This change matches the `node_exporter` code, and looks like this: ``` level=info ts=2024-05-19T16:23:49.275Z caller=unbound_exporter.go:552 msg="Starting unbound_exporter" version="(version=,...
**What did you do?** Configured Alertmanager to send alerts to a chat in Teams with the Workflows webhook. I'm also using the patch at: https://github.com/prometheus/alertmanager/pull/3921 **What did you expect to...
It would be neat if OM could support static deltas for updated map data, similiar to another tool that I use: https://ostree.readthedocs.io/en/stable/manual/formats/#static-deltas If someone could point me to where the...