summaryrefslogtreecommitdiff
path: root/gnu/packages/prometheus.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add go-github-com-prometheus-community-pro-bing.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-community-pro-bing): New variable. Change-Id: Ifc536d497396b02671ff44f4845c43dfba893d4d Sharlatan Hellseher2024-11-091-0/+33
* gnu: build/go: Apply default 'fix-embed-files phase.•••These changes remove redundant phases where files, requiring to be embed during build or check phases, are copied to the build directory as proposed in <https://issues.guix.gnu.org/73299>. * gnu/packages/backup.scm (restic-rest-server) [arguments]: <#:phases>: Remove 'fix-embed-files phase. * gnu/packages/configuration-management.scm (chezmoi): Likewise. * gnu/packages/packages/golang-build.scm (go-github-com-golang-protobuf): Likewise. * gnu/packages/golang-web.scm (go-github-com-go-openapi-loads, go-github-com-go-openapi-runtime, go-github-com-golang-groupcache): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): Likewise. * gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger, go-github-com-libp2p-go-libp2p, kubo): Likewise. * gnu/packages/irc.scm (soju): Likewise. * gnu/packages/networking.scm (nebula): Likewise. * gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus, go-github-com-prometheus-client-golang, go-github-com-prometheus-common, go-github-com-prometheus-common-sigv4, go-github-com-prometheus-exporter-toolkit, go-github-com-prometheus-statsd-exporter): Likewise * gnu/packages/version-control.scm (git-lfs): Likewise. * gnu/packages/web.scm (miniflux): Likewise. * gnu/packages/golang-crypto.scm (go-filippo-io-age): [arguments]: <#:phases>: Remove 'copy-input-to-vendor-direcotyr and 'remove-vendor-directory phases. * gnu/packages/golang-web.scm (go-github-com-go-openapi-analysis, go-github-com-go-openapi-analysis, go-github-com-go-openapi-validate): Likewise. * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise. * gnu/packages/textutils.scm (vale): Likewise. Change-Id: Ic2ec01c8caf86f3ae69d7a1812c1e0b78a549e91 Sharlatan Hellseher2024-11-091-119/+3
* gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build.•••Fix the build as senn in <https://ci.guix.gnu.org/build/5804385/log/raw>. * gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: I0164c81caf203d93cdc8d1745b5a15bf77be9fb5 Sharlatan Hellseher2024-11-091-1/+21
* gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build.•••Fix the build as seen in <https://ci.guix.gnu.org/build/5804380/log/raw>. * gnu/packages/prometheus.scm (go-github-com-prometheus-common-sigv4): Update to 0.1.0. [source]: Remove all submodules and keep the sources just for <github.com/prometheus/common/sigv4>. [origin]: Apply new style for "go-version->git-ref" using <#:subdir> key parameter. [arguments]: <#:phases>: Remove 'override-prometheus-common; add 'fix-embed-files. Change-Id: I69a37690baafbfca1a2e33ebdea957456a96b0e8 Sharlatan Hellseher2024-11-091-5/+43
* gnu: go-github-com-prometheus-statsd-exporter: Fix build.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-statsd-exporter): Fix build [arguments]: <#:phases>: Rework 'copy-input-to-vendor-directory and 'remove-vendor-directory by consolidating and simplifying them into 'fix-embed-files. Change-Id: I5c255ea17dc9926bf9e2ea9a0a0e662afe9c2e5d Sharlatan Hellseher2024-11-091-18/+15
* gnu: go-github-com-prometheus-exporter-toolkit: Fix build.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-exporter-toolkit): Fix build [arguments]: <#:phases>: Add 'fix-embed-editions-defaults-binpb phase; remove 'disable-failing-tests in favor of "-skip" test flags. [native-inputs]: Add go-google-golang-org-protobuf. Change-Id: If573aa261adc3a136a4907267d1427a9f9cfb4d9 Sharlatan Hellseher2024-11-091-8/+21
* gnu: go-github-com-prometheus-client-golang: Fix build.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-client-golang): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: Ifdd422e4574291d7a101b28862bc129262b48196 Sharlatan Hellseher2024-11-091-0/+19
* gnu: go-github-com-prometheus-common: Fix build.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-common): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: Ia213327d15288315b54b623c4a15837d7d895a69 Sharlatan Hellseher2024-11-091-0/+19
* gnu: go-github-com-prometheus-client-golang: Disable tests on non 64bit archi...•••As seen in CI <https://ci.guix.gnu.org/build/5483940/log/raw>. * gnu/packages/gnu/packages/prometheus.scm (go-github-com-prometheus-client-golang): Disable tests on non 64bit architecture. Change-Id: Ic2f23e1aec24e72056741d4f6fe1fa479bf5e60e Sharlatan Hellseher2024-08-271-0/+4
* gnu: go-github-com-prometheus-procfs: Disable tests on non x86_64 architecture.•••As seen in CI <https://ci.guix.gnu.org/build/5475510/log/raw>. * gnu/packages/prometheus.scm (go-github-com-prometheus-procfs): Disable tests on non x86_64 architecture. Change-Id: I5f8a4431110cd4b64a2310c2d0b8b0b789216e0d Sharlatan Hellseher2024-08-271-0/+5
* gnu: go-github-com-prometheus-common: Adjust tests for non x86_64 architecture.•••As seen in CI <https://ci.guix.gnu.org/build/5327084/log/raw>. * gnu/packages/prometheus.scm (go-github-com-prometheus-common) [arguments] <#:phases>: Adjust selection of Golang packages during 'check phase. Change-Id: I2dba887aeaf9268df135c1a0483023c08853d0c7 Sharlatan Hellseher2024-08-271-3/+14
* gnu: go-github-com-prometheus-procfs: Enable tests.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-procfs): Enable tests. [arguments] <#:phases>: Add 'unpack-testdata and 'remove-testdata phases. Use custom 'check phase. Change-Id: Iae01ce9cb57748ce4b155e2b814dd69ff9ba5114 Sharlatan Hellseher2024-08-251-3/+16
* gnu: Add go-github-com-prometheus-statsd-exporter.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-statsd-exporter): New variable. Change-Id: Ibb45cfd1d4b944d6c809305650df6c323bbf52e0 Sharlatan Hellseher2024-08-251-0/+63
* gnu: Add go-github-com-prometheus-exporter-toolkit.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-exporter-toolkit): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I89d3a28a1f8ceab9ec3e8754582b2292205b3772 Leo Nikkilä2024-08-251-0/+49
* gnu: go-github-com-prometheus-procfs: Move to prometheus.•••* gnu/packages/golang.scm (go-github-com-prometheus-procfs): Move from here ... * gnu/packages/prometheus.scm: ... to here. Remove (gnu packages golang) module. * gnu/packages/golang.scm: Remove (gnu packages prometheus) module. * gnu/packages/prometheus.scm: Remove (gnu packages golang) module. Change-Id: I3dd26ebc80c0a9fad47cec9887d6f52ad21bdc45 Sharlatan Hellseher2024-07-251-1/+34
* gnu: go-github-com-nbrownus-go-metrics-prometheus: Move to prometheus.•••* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Move from here ... * gnu/packages/prometheus.scm: ... to here. Change-Id: I02393dd3620d7c194c4bbba6404e5c0150f8448a Sharlatan Hellseher2024-07-251-0/+35
* gnu: go-github-com-prometheus-client-golang: Move to prometheus.•••* gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Move from here ... * gnu/packages/prometheus.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages prometheus) module. * gnu/packages/golang-xyz.scm: Likewise. * gnu/packages/ipfs.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/web.scm: Likewise. Change-Id: If3d78d31b1491f8a95616e59f50371c2914242d9 Sharlatan Hellseher2024-07-251-0/+51
* gnu: Add go-github-com-prometheus-common-sigv4.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-common-sigv4): New variable. Change-Id: Id023eec48d48f53b70882809fad139362a48803c Sharlatan Hellseher2024-07-251-0/+38
* gnu: Add go-github-com-prometheus-common-assets.•••* gnu/packages/prometheus.scm (go-github-com-prometheus-common-assets): New variable. Change-Id: I75e9cea67883076d20aef6be5f144397bd4da4f8 Sharlatan Hellseher2024-07-251-0/+24
* gnu: go-github-com-prometheus-common: Move to prometheus.•••* gnu/packages/golang.scm (go-github-com-prometheus-common): Move from here ... * gnu/packages/prometheus.scm: ... to here. Change-Id: I344f9b5b62569b3a0fde6ed96621f409bb7350a9 Sharlatan Hellseher2024-07-251-0/+68
* gnu: Add go-github-com-mwitkow-go-conntrack.•••* gnu/packages/prometheus.scm (go-github-com-mwitkow-go-conntrack): New variable. Change-Id: I874b96a61ee116fee435e3817d84802fa48eacfe Sharlatan Hellseher2024-07-251-1/+47
* gnu: go-github-com-prometheus-client-model: Move to prometheus.•••* gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model): Move from here ... * gnu/packages/prometheus.scm: ... to here. * gnu/packages/golang.scm: Add (gnu packages prometheus) module. * gnu/packages/networking.scm: Likewise. Change-Id: Ibbfc4100dfe33f9524eee99a461e7760f06a8eb3 Sharlatan Hellseher2024-07-251-1/+34
* gnu: Add packages/prometheus module.•••* gnu/packages/prometheus.scm: New file. * gnu/local.mk: Add gnu/packages/prometheus.scm to the scope. Change-Id: Ie291afe3b4470c1681d3d77e62ffe2ee090d3a54 Sharlatan Hellseher2024-07-251-0/+46