unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: Christopher Baines <mail@cbaines.net>
Cc: 43239@debbugs.gnu.org
Subject: [bug#43239] [PATCH] gnu: Add guile-prometheus.
Date: Sun, 06 Sep 2020 15:28:13 +0200	[thread overview]
Message-ID: <874kobxceq.fsf@gnu.org> (raw)
In-Reply-To: <20200906120744.20651-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 6 Sep 2020 13:07:44 +0100")


Hello Christopher,

> +    (name "guile-prometheus")
> +    (version (string-append "0-" revision "." (string-take commit 7)))

I think that the usual pattern is something like:

--8<---------------cut here---------------start------------->8---
      (version (git-version "0.0.1" revision commit))
--8<---------------cut here---------------end--------------->8---

> +    (inputs
> +     `(("guile" ,guile-3.0)))
> +    (home-page "https://git.cbaines.net/guile/prometheus")

The linter reports that this URL is not reachable.

> +    (synopsis "Prometheus client library for Guile")
> +    (description
> +     "This Guile library provides instrumentation code intended to be used
> +with the Prometheus time series service.  Counter, gauge and histogram metric
> +types are supported.")
> +    (license license:gpl3+))))

Otherwise, looks fine! Turns out I'm currently working on adding some
metrics to Cuirass[1]. With commit 154232b, we should be able to add the
two metrics proposed in the bug report. The next step is to actually
compute, save and display those metrics.

I'm just discovering this prometheus but may it could be a good
candidate? Do you happen to have a server running prometheus?

Thanks,

Mathieu

[1]: https://issues.guix.gnu.org/32548.




  reply	other threads:[~2020-09-06 13:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 12:07 [bug#43239] [PATCH] gnu: Add guile-prometheus Christopher Baines
2020-09-06 13:28 ` Mathieu Othacehe [this message]
2020-09-06 18:25   ` bug#43239: " Christopher Baines
2020-09-10 13:23     ` [bug#43239] " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kobxceq.fsf@gnu.org \
    --to=othacehe@gnu.org \
    --cc=43239@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).