[ 源代码: golang-github-prometheus-common ]
软件包:golang-github-prometheus-common-dev(0.60.1-1)
golang-github-prometheus-common-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-prometheus-common:
- [golang-github-prometheus-common_0.60.1-1.dsc]
- [golang-github-prometheus-common_0.60.1.orig.tar.gz]
- [golang-github-prometheus-common_0.60.1-1.debian.tar.xz]
维护小组:
- Debian Go Packaging Team (QA 页面)
- Martina Ferrari (QA 页面)
- Anthony Fok (QA 页面)
- Lucas Kanashiro (QA 页面)
- Daniel Swarbrick (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-smartystreets-go-aws-auth-dev
- golang-github-prometheus-client-golang-dev
- node-aws4
- libnet-amazon-signature-v4-perl
- ruby-aws-sigv4
- python-aws-requests-auth
- python3-aws-requests-auth
- golang-github-grpc-ecosystem-go-grpc-prometheus-dev
- golang-github-rcrowley-go-metrics-dev
- golang-github-azure-go-autorest-dev
- golang-github-mreiferson-go-httpclient-dev
common libraries for Prometheus components
This package includes:
* github.com/prometheus/common/config: Common configuration structures. * github.com/prometheus/common/expfmt: Decoding and encoding for the exposition format. * github.com/prometheus/common/model: Shared data structures. * github.com/prometheus/common/promlog: Defines standardised ways to initialize Go kit loggers across Prometheus components. * github.com/prometheus/common/route: A routing wrapper around https://github.com/julienschmidt/httprouter using `context.Context`. * github.com/prometheus/common/server: Common servers. * github.com/prometheus/common/sigv4: Provides a http.RoundTripper that signs requests using Amazon's Signature Verification V4 signing procedure. * github.com/prometheus/common/version: Version information and metrics.
其他与 golang-github-prometheus-common-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-aws-aws-sdk-go-dev
- AWS SDK for the Go programming language
-
- dep: golang-github-go-kit-log-dev
- minimal and extensible structured logger (Go library)
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests
-
- dep: golang-github-julienschmidt-httprouter-dev
- High performance HTTP request router for Go that scales well
-
- dep: golang-github-munnerz-goautoneg-dev
- golang functions for HTTP Content-Type autonegotiation (library)
-
- dep: golang-github-mwitkow-go-conntrack-dev
- Go middleware for net.Conn tracking
-
- dep: golang-github-prometheus-client-model-dev (>= 0.6.0)
- data model artifacts for Prometheus
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-golang-x-oauth2-dev
- make OAuth2 authorized and authenticated HTTP requests
-
- dep: golang-google-protobuf-dev
- Go support for protocol buffers (APIv2)
-
- dep: golang-gopkg-alecthomas-kingpin.v2-dev
- command-line and flag parser for Go
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language