- name: rob-cos-grafana-agent
- description: Strictly confined Grafana agent snap with configuration mechanism via a content sharing interface
- snapcraft: snapcraft.yaml
- upstream: link to the upstream repository
- upstream-relation: We are simply publishing the upstream project with the
flow
mode in a snap format working for our use case. - interfaces:
- proc-sys-kernel-threads-max:
- request-type: installation
- reasoning: The grafana agent must access the host file
/proc/sys/kernel/threads-max
. This is part of the prometheus unix exporter. For now, the agent is generating an error:level=error msg="collector failed" component=prometheus.exporter.unix.default name=processes duration_seconds=0.122266887 err="unable to retrieve limit number of threads: open /proc/sys/kernel/threads-max: permission denied"
- proc-sys-kernel-threads-max:
Thank you