The interesting bit is that it depends on the github.com/prometheus/common Go module (the config package that it contains).
This means that changing github.com/prometheus/common does not get immediately reflected in github.com/prometheus/common/sigv4: you have to update the version specified in sigv4's go.mod file, which in turn means you have to _merge_ changes to common before they are visible to the code in sigv4.
Was this intentional? Am I missing something?
--
Marcelo Magallón
Julien Pivotto
unread,
Oct 14, 2021, 2:57:28 PM10/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Marcelo Magallón, Prometheus Developers
Hello,
I don't want common to have a dependency on the AWS SDK. On the other
hand, sigv4 is used in Prometheus and alertmanager so it makes sense to
have it as a shared library.
I don't want common to have a dependency on the AWS SDK. On the other
hand, sigv4 is used in Prometheus and alertmanager so it makes sense to
have it as a shared library.