Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/prometheus/sigv4
renovate[bot] 946497ead8
fix(deps): update module github.com/prometheus/sigv4 to v0.1.2 (main) (#16447)
11 months ago
..
.golangci.yml fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
.yamllint fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
CODE_OF_CONDUCT.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
CONTRIBUTING.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
LICENSE fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
MAINTAINERS.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
Makefile fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
Makefile.common fix(deps): update module github.com/prometheus/sigv4 to v0.1.2 (main) (#16447) 11 months ago
NOTICE fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
README.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
RELEASE.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
SECURITY.md fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
sigv4.go fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago
sigv4_config.go fix(deps): update github.com/prometheus/prometheus (main) (#15950) 11 months ago

README.md

github.com/prometheus/sigv4 module

sigv4 provides a http.RoundTripper that will sign requests using Amazon's Signature Verification V4 signing procedure, using credentials from the default AWS credential chain.

This is a separate module from github.com/prometheus/common to prevent it from having and propagating a dependency on the AWS SDK.

This module is considered internal to Prometheus, without any stability guarantees for external usage.