Compare commits
154 Commits
Author | SHA1 | Date | |
---|---|---|---|
8dfa97b54f | |||
439d5cf125 | |||
e02f291db2 | |||
4e64f3f994 | |||
c0b834b0b4 | |||
f937328147 | |||
|
883569bf14 | ||
e32c70a27d | |||
|
8c9abca56e | ||
09c9cbb39f | |||
|
1075d8cf42 | ||
92db4e4209 | |||
|
06ebcd2764 | ||
66878c406f | |||
|
0561824ca3 | ||
|
6210e2ad0c | ||
89c00bb59f | |||
|
8d20f74ec9 | ||
|
e0634128f1 | ||
|
873801833b | ||
160217d9a5 | |||
|
6053ceecc3 | ||
34e909dc98 | |||
|
ae51f8ff7c | ||
f561c77a0d | |||
|
aba9197d2b | ||
f2c3f3d5d1 | |||
|
a702bb558d | ||
aa685064bc | |||
|
7f5ce2e66c | ||
11f849b92d | |||
|
e0c8b29893 | ||
c57e4eedbd | |||
|
b8b9b8ae6b | ||
|
d9f6ca8fae | ||
5ca911c33a | |||
|
09205abdcf | ||
63ab0dbc88 | |||
|
8e21533a35 | ||
|
5c3028d217 | ||
997de86f0f | |||
43d28eca6f | |||
|
49fab99ef6 | ||
|
8f64a205a7 | ||
|
b629031cdc | ||
|
b1082245a6 | ||
|
6b11525d4a | ||
|
f0847578a4 | ||
a0ea7509f7 | |||
|
e30bd45b92 | ||
b6da2df6dc | |||
|
1c8a9d87e8 | ||
|
dbc53d520a | ||
|
ee1616c05b | ||
|
e6cd8bb731 | ||
|
4be3245371 | ||
da1ebc38ca | |||
|
14acb77ab8 | ||
|
9ef586a818 | ||
|
44a26918f9 | ||
95ae9cd371 | |||
|
7cc49c92cd | ||
5517b36e40 | |||
|
7ce39c2bcc | ||
cecd5801cc | |||
|
99063751e1 | ||
6dfd19692d | |||
|
7cc55694f9 | ||
e9bdb73e79 | |||
|
558e2b2360 | ||
d13f36d444 | |||
|
2f6780544e | ||
ce1eeb4af1 | |||
|
79626cb7fb | ||
9afed0bfb0 | |||
eac6b15775 | |||
85319f9bd0 | |||
e4f2c77510 | |||
b77f70aeb0 | |||
bae8886836 | |||
8ad0258828 | |||
d7a9e96561 | |||
4a8caabc52 | |||
5d50b02888 | |||
|
c793eeafda | ||
|
4bad2f0a5f | ||
|
1dac3b9598 | ||
|
c77ac5eed2 | ||
dc498edc1b | |||
326eceddc5 | |||
|
071a135a70 | ||
336b128033 | |||
4579965c49 | |||
944294f19f | |||
|
2a6371c797 | ||
|
629a3fee48 | ||
6dc3d858d6 | |||
|
e7797e2e46 | ||
1a03f7e25f | |||
50d21479fd | |||
2f8021fe00 | |||
0571f46d75 | |||
13843fbcf4 | |||
|
d4d0604412 | ||
fe897ee428 | |||
|
d142fc6e91 | ||
2d918e9f5a | |||
|
6d80445682 | ||
bb514b5dc2 | |||
|
b79261650a | ||
62c424c47f | |||
|
078a9c9391 | ||
45a8351d5e | |||
|
4eb66bfe99 | ||
54aee07622 | |||
|
357455f07d | ||
9b86861918 | |||
|
5fa2e1bef0 | ||
4f7030af75 | |||
599c915ed2 | |||
cf0406a859 | |||
|
8fd9565d9f | ||
|
92bd35c6a2 | ||
|
23db1049a6 | ||
|
09b5fa42e1 | ||
|
0301fdddbc | ||
|
e00a5746b6 | ||
|
100aa3c791 | ||
|
aaebddde88 | ||
|
13077b0388 | ||
|
a9d4f8f4e0 | ||
|
24808c5145 | ||
|
aa6b07bb1c | ||
|
39264eceec | ||
|
22ab862254 | ||
|
4ec25842c1 | ||
|
9a88bafc09 | ||
|
c21748cfe1 | ||
|
ef3c770575 | ||
|
8c274abb26 | ||
|
56087a4f32 | ||
|
0fedf0ac17 | ||
|
689a1f2c86 | ||
|
00a83f67b5 | ||
0447949b54 | |||
|
f2b0531c7a | ||
f0c3617ad7 | |||
01a951c718 | |||
fa5e714cf9 | |||
|
0a907f22b7 | ||
|
1ca8970a93 | ||
8e03924ed9 | |||
8b608892e0 | |||
|
f15d93f16b |
19
.github/dependabot.yml
vendored
Normal file
19
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
# Maintain dependencies for Golang
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
13
.github/stale.sh
vendored
13
.github/stale.sh
vendored
@@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash -ex
|
|
||||||
|
|
||||||
export PATH=$PATH:$(pwd)/bin
|
|
||||||
export GO111MODULE=on
|
|
||||||
export GOBIN=$(pwd)/bin
|
|
||||||
|
|
||||||
#go get github.com/rvflash/goup@v0.4.1
|
|
||||||
|
|
||||||
#goup -v ./...
|
|
||||||
#go get github.com/psampaz/go-mod-outdated@v0.6.0
|
|
||||||
go list -u -m -mod=mod -json all | go-mod-outdated -update -direct -ci || true
|
|
||||||
|
|
||||||
#go list -u -m -json all | go-mod-outdated -update
|
|
20
.github/workflows/autoapprove.yml
vendored
Normal file
20
.github/workflows/autoapprove.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: "autoapprove"
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [assigned, opened, synchronize, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
autoapprove:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: approve
|
||||||
|
uses: hmarr/auto-approve-action@v3
|
||||||
|
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
|
||||||
|
id: approve
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
21
.github/workflows/automerge.yml
vendored
Normal file
21
.github/workflows/automerge.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: "automerge"
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [assigned, opened, synchronize, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
automerge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.actor == 'vtolstov'
|
||||||
|
steps:
|
||||||
|
- name: merge
|
||||||
|
id: merge
|
||||||
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
|
env:
|
||||||
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
|
GITHUB_TOKEN: ${{secrets.TOKEN}}
|
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -3,19 +3,20 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- v3
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.17
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: cache
|
- name: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
@@ -31,9 +32,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v1
|
uses: golangci/golangci-lint-action@v3.4.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||||
|
78
.github/workflows/codeql-analysis.yml
vendored
Normal file
78
.github/workflows/codeql-analysis.yml
vendored
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
# For most projects, this workflow file will not need changing; you simply need
|
||||||
|
# to commit it to your repository.
|
||||||
|
#
|
||||||
|
# You may wish to alter this file to override the set of languages analyzed,
|
||||||
|
# or to provide custom queries or build logic.
|
||||||
|
#
|
||||||
|
# ******** NOTE ********
|
||||||
|
# We have attempted to detect the languages in your repository. Please check
|
||||||
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
|
# supported CodeQL languages.
|
||||||
|
#
|
||||||
|
name: "codeql"
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["prbuild"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
push:
|
||||||
|
branches: [ master, v3 ]
|
||||||
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [ master, v3 ]
|
||||||
|
schedule:
|
||||||
|
- cron: '34 1 * * 0'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: analyze
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
language: [ 'go' ]
|
||||||
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||||
|
# Learn more:
|
||||||
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: setup
|
||||||
|
uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: 1.17
|
||||||
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
- name: init
|
||||||
|
uses: github/codeql-action/init@v2
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
|
# By default, queries listed here will override any specified in a config file.
|
||||||
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||||
|
|
||||||
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
|
- name: autobuild
|
||||||
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
|
# 📚 https://git.io/JvXDl
|
||||||
|
|
||||||
|
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
||||||
|
# and modify them (or add more) to build your code if your project
|
||||||
|
# uses a compiled language
|
||||||
|
|
||||||
|
#- run: |
|
||||||
|
# make bootstrap
|
||||||
|
# make release
|
||||||
|
|
||||||
|
- name: analyze
|
||||||
|
uses: github/codeql-action/analyze@v2
|
27
.github/workflows/dependabot-automerge.yml
vendored
Normal file
27
.github/workflows/dependabot-automerge.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: "dependabot-automerge"
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [assigned, opened, synchronize, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
automerge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.actor == 'dependabot[bot]'
|
||||||
|
steps:
|
||||||
|
- name: metadata
|
||||||
|
id: metadata
|
||||||
|
uses: dependabot/fetch-metadata@v1.3.6
|
||||||
|
with:
|
||||||
|
github-token: "${{ secrets.TOKEN }}"
|
||||||
|
- name: merge
|
||||||
|
id: merge
|
||||||
|
if: ${{contains(steps.metadata.outputs.dependency-names, 'go.unistack.org')}}
|
||||||
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
|
env:
|
||||||
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
|
GITHUB_TOKEN: ${{secrets.TOKEN}}
|
13
.github/workflows/pr.yml
vendored
13
.github/workflows/pr.yml
vendored
@@ -3,19 +3,20 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- v3
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.17
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: cache
|
- name: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
@@ -31,9 +32,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v1
|
uses: golangci/golangci-lint-action@v3.4.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||||
|
23
README.md
23
README.md
@@ -1,23 +0,0 @@
|
|||||||
# Prometheus
|
|
||||||
|
|
||||||
Wrappers are a form of middleware that can be used with go-micro services. They can wrap both the Client and Server handlers.
|
|
||||||
This plugin implements the HandlerWrapper interface to provide automatic prometheus metric handling
|
|
||||||
for each microservice method execution time and operation count for success and failed cases.
|
|
||||||
|
|
||||||
This handler will export two metrics to prometheus:
|
|
||||||
* **micro_request_total**. How many go-micro requests processed, partitioned by method and status.
|
|
||||||
* **micro_request_duration_microseconds**. Service method request latencies in microseconds, partitioned by method.
|
|
||||||
|
|
||||||
# Usage
|
|
||||||
|
|
||||||
When creating your service, add the wrapper like so.
|
|
||||||
|
|
||||||
```go
|
|
||||||
service := micro.NewService(
|
|
||||||
micro.Name("service name"),
|
|
||||||
micro.Version("latest"),
|
|
||||||
micro.WrapHandler(prometheus.NewHandlerWrapper()),
|
|
||||||
)
|
|
||||||
|
|
||||||
service.Init()
|
|
||||||
```
|
|
326
go.mod
326
go.mod
@@ -1,10 +1,324 @@
|
|||||||
module github.com/unistack-org/micro-meter-prometheus/v3
|
module go.unistack.org/micro-meter-prometheus/v3
|
||||||
|
|
||||||
go 1.15
|
go 1.21
|
||||||
|
|
||||||
|
toolchain go1.22.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/go-cmp v0.5.1 // indirect
|
github.com/prometheus/client_golang v1.19.0
|
||||||
github.com/prometheus/client_golang v1.9.0
|
github.com/prometheus/client_model v0.6.0
|
||||||
github.com/unistack-org/micro/v3 v3.1.3
|
github.com/prometheus/common v0.51.1
|
||||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
go.unistack.org/micro/v3 v3.10.53
|
||||||
|
)
|
||||||
|
|
||||||
|
require (
|
||||||
|
cloud.google.com/go v0.110.2 // indirect
|
||||||
|
cloud.google.com/go/accessapproval v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/accesscontextmanager v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/aiplatform v1.37.0 // indirect
|
||||||
|
cloud.google.com/go/analytics v0.19.0 // indirect
|
||||||
|
cloud.google.com/go/apigateway v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/apigeeconnect v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/apigeeregistry v0.6.0 // indirect
|
||||||
|
cloud.google.com/go/apikeys v0.6.0 // indirect
|
||||||
|
cloud.google.com/go/appengine v1.7.1 // indirect
|
||||||
|
cloud.google.com/go/area120 v0.7.1 // indirect
|
||||||
|
cloud.google.com/go/artifactregistry v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/asset v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/assuredworkloads v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/automl v1.12.0 // indirect
|
||||||
|
cloud.google.com/go/baremetalsolution v0.5.0 // indirect
|
||||||
|
cloud.google.com/go/batch v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/beyondcorp v0.5.0 // indirect
|
||||||
|
cloud.google.com/go/bigquery v1.50.0 // indirect
|
||||||
|
cloud.google.com/go/billing v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/binaryauthorization v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/certificatemanager v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/channel v1.12.0 // indirect
|
||||||
|
cloud.google.com/go/cloudbuild v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/clouddms v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/cloudtasks v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/compute v1.20.1 // indirect
|
||||||
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
||||||
|
cloud.google.com/go/contactcenterinsights v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/container v1.15.0 // indirect
|
||||||
|
cloud.google.com/go/containeranalysis v0.9.0 // indirect
|
||||||
|
cloud.google.com/go/datacatalog v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/dataflow v0.8.0 // indirect
|
||||||
|
cloud.google.com/go/dataform v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/datafusion v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/datalabeling v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/dataplex v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/dataproc v1.12.0 // indirect
|
||||||
|
cloud.google.com/go/dataqna v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/datastore v1.11.0 // indirect
|
||||||
|
cloud.google.com/go/datastream v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/deploy v1.8.0 // indirect
|
||||||
|
cloud.google.com/go/dialogflow v1.32.0 // indirect
|
||||||
|
cloud.google.com/go/dlp v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/documentai v1.18.0 // indirect
|
||||||
|
cloud.google.com/go/domains v0.8.0 // indirect
|
||||||
|
cloud.google.com/go/edgecontainer v1.0.0 // indirect
|
||||||
|
cloud.google.com/go/errorreporting v0.3.0 // indirect
|
||||||
|
cloud.google.com/go/essentialcontacts v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/eventarc v1.11.0 // indirect
|
||||||
|
cloud.google.com/go/filestore v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/firestore v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/functions v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/gaming v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/gkebackup v0.4.0 // indirect
|
||||||
|
cloud.google.com/go/gkeconnect v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/gkehub v0.12.0 // indirect
|
||||||
|
cloud.google.com/go/gkemulticloud v0.5.0 // indirect
|
||||||
|
cloud.google.com/go/grafeas v0.2.0 // indirect
|
||||||
|
cloud.google.com/go/gsuiteaddons v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/iam v0.13.0 // indirect
|
||||||
|
cloud.google.com/go/iap v1.7.1 // indirect
|
||||||
|
cloud.google.com/go/ids v1.3.0 // indirect
|
||||||
|
cloud.google.com/go/iot v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/kms v1.10.1 // indirect
|
||||||
|
cloud.google.com/go/language v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/lifesciences v0.8.0 // indirect
|
||||||
|
cloud.google.com/go/logging v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/longrunning v0.4.1 // indirect
|
||||||
|
cloud.google.com/go/managedidentities v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/maps v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/mediatranslation v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/memcache v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/metastore v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/monitoring v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/networkconnectivity v1.11.0 // indirect
|
||||||
|
cloud.google.com/go/networkmanagement v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/networksecurity v0.8.0 // indirect
|
||||||
|
cloud.google.com/go/notebooks v1.8.0 // indirect
|
||||||
|
cloud.google.com/go/optimization v1.3.1 // indirect
|
||||||
|
cloud.google.com/go/orchestration v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/orgpolicy v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/osconfig v1.11.0 // indirect
|
||||||
|
cloud.google.com/go/oslogin v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/phishingprotection v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/policytroubleshooter v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/privatecatalog v0.8.0 // indirect
|
||||||
|
cloud.google.com/go/pubsub v1.30.0 // indirect
|
||||||
|
cloud.google.com/go/pubsublite v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/recaptchaenterprise v1.3.1 // indirect
|
||||||
|
cloud.google.com/go/recaptchaenterprise/v2 v2.7.0 // indirect
|
||||||
|
cloud.google.com/go/recommendationengine v0.7.0 // indirect
|
||||||
|
cloud.google.com/go/recommender v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/redis v1.11.0 // indirect
|
||||||
|
cloud.google.com/go/resourcemanager v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/resourcesettings v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/retail v1.12.0 // indirect
|
||||||
|
cloud.google.com/go/run v0.9.0 // indirect
|
||||||
|
cloud.google.com/go/scheduler v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/secretmanager v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/security v1.13.0 // indirect
|
||||||
|
cloud.google.com/go/securitycenter v1.19.0 // indirect
|
||||||
|
cloud.google.com/go/servicecontrol v1.11.1 // indirect
|
||||||
|
cloud.google.com/go/servicedirectory v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/servicemanagement v1.8.0 // indirect
|
||||||
|
cloud.google.com/go/serviceusage v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/shell v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/spanner v1.45.0 // indirect
|
||||||
|
cloud.google.com/go/speech v1.15.0 // indirect
|
||||||
|
cloud.google.com/go/storage v1.29.0 // indirect
|
||||||
|
cloud.google.com/go/storagetransfer v1.8.0 // indirect
|
||||||
|
cloud.google.com/go/talent v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/texttospeech v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/tpu v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/trace v1.9.0 // indirect
|
||||||
|
cloud.google.com/go/translate v1.7.0 // indirect
|
||||||
|
cloud.google.com/go/video v1.15.0 // indirect
|
||||||
|
cloud.google.com/go/videointelligence v1.10.0 // indirect
|
||||||
|
cloud.google.com/go/vision v1.2.0 // indirect
|
||||||
|
cloud.google.com/go/vision/v2 v2.7.0 // indirect
|
||||||
|
cloud.google.com/go/vmmigration v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/vmwareengine v0.3.0 // indirect
|
||||||
|
cloud.google.com/go/vpcaccess v1.6.0 // indirect
|
||||||
|
cloud.google.com/go/webrisk v1.8.0 // indirect
|
||||||
|
cloud.google.com/go/websecurityscanner v1.5.0 // indirect
|
||||||
|
cloud.google.com/go/workflows v1.10.0 // indirect
|
||||||
|
dario.cat/mergo v1.0.0 // indirect
|
||||||
|
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 // indirect
|
||||||
|
gioui.org v0.0.0-20210308172011-57750fc8a0a6 // indirect
|
||||||
|
git.sr.ht/~sbinet/gg v0.3.1 // indirect
|
||||||
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||||
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
|
||||||
|
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
|
||||||
|
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
|
||||||
|
github.com/OneOfOne/xxhash v1.2.2 // indirect
|
||||||
|
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9 // indirect
|
||||||
|
github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19 // indirect
|
||||||
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
||||||
|
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
|
||||||
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
||||||
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
||||||
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||||
|
github.com/antihax/optional v1.0.0 // indirect
|
||||||
|
github.com/apache/arrow/go/v10 v10.0.1 // indirect
|
||||||
|
github.com/apache/arrow/go/v11 v11.0.0 // indirect
|
||||||
|
github.com/apache/thrift v0.16.0 // indirect
|
||||||
|
github.com/beorn7/perks v1.0.1 // indirect
|
||||||
|
github.com/boombuler/barcode v1.0.1 // indirect
|
||||||
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
||||||
|
github.com/cespare/xxhash v1.1.0 // indirect
|
||||||
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||||
|
github.com/chzyer/logex v1.1.10 // indirect
|
||||||
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
||||||
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
||||||
|
github.com/client9/misspell v0.3.4 // indirect
|
||||||
|
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
|
||||||
|
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
|
||||||
|
github.com/creack/pty v1.1.9 // indirect
|
||||||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
||||||
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
||||||
|
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f // indirect
|
||||||
|
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
|
||||||
|
github.com/fogleman/gg v1.3.0 // indirect
|
||||||
|
github.com/ghodss/yaml v1.0.0 // indirect
|
||||||
|
github.com/go-fonts/dejavu v0.1.0 // indirect
|
||||||
|
github.com/go-fonts/latin-modern v0.2.0 // indirect
|
||||||
|
github.com/go-fonts/liberation v0.2.0 // indirect
|
||||||
|
github.com/go-fonts/stix v0.1.0 // indirect
|
||||||
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
|
||||||
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 // indirect
|
||||||
|
github.com/go-kit/kit v0.9.0 // indirect
|
||||||
|
github.com/go-kit/log v0.2.1 // indirect
|
||||||
|
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
|
||||||
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
||||||
|
github.com/go-pdf/fpdf v0.6.0 // indirect
|
||||||
|
github.com/go-stack/stack v1.8.0 // indirect
|
||||||
|
github.com/goccy/go-json v0.9.11 // indirect
|
||||||
|
github.com/gogo/protobuf v1.1.1 // indirect
|
||||||
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||||
|
github.com/golang/glog v1.1.0 // indirect
|
||||||
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||||
|
github.com/golang/mock v1.6.0 // indirect
|
||||||
|
github.com/golang/protobuf v1.5.4 // indirect
|
||||||
|
github.com/golang/snappy v0.0.4 // indirect
|
||||||
|
github.com/google/btree v1.0.0 // indirect
|
||||||
|
github.com/google/flatbuffers v2.0.8+incompatible // indirect
|
||||||
|
github.com/google/go-cmp v0.6.0 // indirect
|
||||||
|
github.com/google/gofuzz v1.0.0 // indirect
|
||||||
|
github.com/google/martian v2.1.0+incompatible // indirect
|
||||||
|
github.com/google/martian/v3 v3.3.2 // indirect
|
||||||
|
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
|
||||||
|
github.com/google/renameio v0.1.0 // indirect
|
||||||
|
github.com/google/s2a-go v0.1.4 // indirect
|
||||||
|
github.com/google/uuid v1.3.0 // indirect
|
||||||
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
||||||
|
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
|
||||||
|
github.com/googleapis/go-type-adapters v1.0.0 // indirect
|
||||||
|
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 // indirect
|
||||||
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
||||||
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
|
||||||
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||||||
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
||||||
|
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
|
||||||
|
github.com/imdario/mergo v0.3.13 // indirect
|
||||||
|
github.com/jpillora/backoff v1.0.0 // indirect
|
||||||
|
github.com/json-iterator/go v1.1.12 // indirect
|
||||||
|
github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
||||||
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
||||||
|
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5 // indirect
|
||||||
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
||||||
|
github.com/kisielk/gotool v1.0.0 // indirect
|
||||||
|
github.com/klauspost/asmfmt v1.3.2 // indirect
|
||||||
|
github.com/klauspost/compress v1.15.9 // indirect
|
||||||
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||||
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
||||||
|
github.com/kr/fs v0.1.0 // indirect
|
||||||
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
|
||||||
|
github.com/kr/pretty v0.3.1 // indirect
|
||||||
|
github.com/kr/pty v1.1.1 // indirect
|
||||||
|
github.com/kr/text v0.2.0 // indirect
|
||||||
|
github.com/lyft/protoc-gen-star v0.6.1 // indirect
|
||||||
|
github.com/lyft/protoc-gen-star/v2 v2.0.1 // indirect
|
||||||
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
||||||
|
github.com/mattn/go-sqlite3 v1.14.14 // indirect
|
||||||
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
||||||
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
||||||
|
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
|
||||||
|
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
|
||||||
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||||
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||||
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
||||||
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
||||||
|
github.com/phpdave11/gofpdf v1.4.2 // indirect
|
||||||
|
github.com/phpdave11/gofpdi v1.0.13 // indirect
|
||||||
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
||||||
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
||||||
|
github.com/pkg/errors v0.9.1 // indirect
|
||||||
|
github.com/pkg/sftp v1.13.1 // indirect
|
||||||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||||
|
github.com/prometheus/procfs v0.13.0 // indirect
|
||||||
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
||||||
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
||||||
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
||||||
|
github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245 // indirect
|
||||||
|
github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5 // indirect
|
||||||
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
||||||
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
|
||||||
|
github.com/spf13/afero v1.9.2 // indirect
|
||||||
|
github.com/stretchr/objx v0.5.0 // indirect
|
||||||
|
github.com/stretchr/testify v1.8.3 // indirect
|
||||||
|
github.com/xhit/go-str2duration v1.2.0 // indirect
|
||||||
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
||||||
|
github.com/yuin/goldmark v1.4.13 // indirect
|
||||||
|
github.com/zeebo/assert v1.3.0 // indirect
|
||||||
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
||||||
|
go.opencensus.io v0.24.0 // indirect
|
||||||
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
||||||
|
golang.org/x/crypto v0.21.0 // indirect
|
||||||
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
|
||||||
|
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
|
||||||
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
||||||
|
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
|
||||||
|
golang.org/x/mod v0.9.0 // indirect
|
||||||
|
golang.org/x/net v0.22.0 // indirect
|
||||||
|
golang.org/x/oauth2 v0.18.0 // indirect
|
||||||
|
golang.org/x/sync v0.6.0 // indirect
|
||||||
|
golang.org/x/sys v0.18.0 // indirect
|
||||||
|
golang.org/x/term v0.18.0 // indirect
|
||||||
|
golang.org/x/text v0.14.0 // indirect
|
||||||
|
golang.org/x/time v0.3.0 // indirect
|
||||||
|
golang.org/x/tools v0.7.0 // indirect
|
||||||
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
||||||
|
gonum.org/v1/gonum v0.11.0 // indirect
|
||||||
|
gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0 // indirect
|
||||||
|
gonum.org/v1/plot v0.10.1 // indirect
|
||||||
|
google.golang.org/api v0.126.0 // indirect
|
||||||
|
google.golang.org/appengine v1.6.7 // indirect
|
||||||
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
||||||
|
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
||||||
|
google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
||||||
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
||||||
|
google.golang.org/grpc v1.57.0 // indirect
|
||||||
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
|
||||||
|
google.golang.org/protobuf v1.33.0 // indirect
|
||||||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
||||||
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||||
|
gopkg.in/errgo.v2 v2.1.0 // indirect
|
||||||
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
|
honnef.co/go/tools v0.1.3 // indirect
|
||||||
|
lukechampine.com/uint128 v1.2.0 // indirect
|
||||||
|
modernc.org/cc/v3 v3.36.3 // indirect
|
||||||
|
modernc.org/ccgo/v3 v3.16.9 // indirect
|
||||||
|
modernc.org/ccorpus v1.11.6 // indirect
|
||||||
|
modernc.org/httpfs v1.0.6 // indirect
|
||||||
|
modernc.org/libc v1.17.1 // indirect
|
||||||
|
modernc.org/mathutil v1.5.0 // indirect
|
||||||
|
modernc.org/memory v1.2.1 // indirect
|
||||||
|
modernc.org/opt v0.1.3 // indirect
|
||||||
|
modernc.org/sqlite v1.18.1 // indirect
|
||||||
|
modernc.org/strutil v1.1.3 // indirect
|
||||||
|
modernc.org/tcl v1.13.1 // indirect
|
||||||
|
modernc.org/token v1.0.0 // indirect
|
||||||
|
modernc.org/z v1.5.1 // indirect
|
||||||
|
rsc.io/binaryregexp v0.2.0 // indirect
|
||||||
|
rsc.io/pdf v0.1.1 // indirect
|
||||||
|
rsc.io/quote/v3 v3.1.0 // indirect
|
||||||
|
rsc.io/sampler v1.3.0 // indirect
|
||||||
)
|
)
|
||||||
|
111
metric_family.go
111
metric_family.go
@@ -1,111 +0,0 @@
|
|||||||
// +build ignore
|
|
||||||
|
|
||||||
package prometheus
|
|
||||||
|
|
||||||
import (
|
|
||||||
"sync"
|
|
||||||
|
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
|
||||||
)
|
|
||||||
|
|
||||||
// metricFamily stores our cached metrics:
|
|
||||||
type metricFamily struct {
|
|
||||||
counters map[string]*prometheus.CounterVec
|
|
||||||
gauges map[string]*prometheus.GaugeVec
|
|
||||||
timings map[string]*prometheus.SummaryVec
|
|
||||||
defaultLabels prometheus.Labels
|
|
||||||
mutex sync.Mutex
|
|
||||||
prometheusRegistry *prometheus.Registry
|
|
||||||
timingObjectives map[float64]float64
|
|
||||||
}
|
|
||||||
|
|
||||||
// newMetricFamily returns a new metricFamily (useful in case we want to change the structure later):
|
|
||||||
func (r *Reporter) newMetricFamily() metricFamily {
|
|
||||||
return metricFamily{
|
|
||||||
counters: make(map[string]*prometheus.CounterVec),
|
|
||||||
gauges: make(map[string]*prometheus.GaugeVec),
|
|
||||||
timings: make(map[string]*prometheus.SummaryVec),
|
|
||||||
defaultLabels: r.convertTags(r.options.DefaultTags),
|
|
||||||
prometheusRegistry: r.prometheusRegistry,
|
|
||||||
timingObjectives: r.options.TimingObjectives,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// getCounter either gets a counter, or makes a new one:
|
|
||||||
func (mf *metricFamily) getCounter(name string, labelNames []string) *prometheus.CounterVec {
|
|
||||||
mf.mutex.Lock()
|
|
||||||
defer mf.mutex.Unlock()
|
|
||||||
|
|
||||||
// See if we already have this counter:
|
|
||||||
counter, ok := mf.counters[name]
|
|
||||||
if !ok {
|
|
||||||
|
|
||||||
// Make a new counter:
|
|
||||||
counter = prometheus.NewCounterVec(
|
|
||||||
prometheus.CounterOpts{
|
|
||||||
Name: name,
|
|
||||||
ConstLabels: mf.defaultLabels,
|
|
||||||
},
|
|
||||||
labelNames,
|
|
||||||
)
|
|
||||||
|
|
||||||
// Register it and add it to our list:
|
|
||||||
mf.prometheusRegistry.MustRegister(counter)
|
|
||||||
mf.counters[name] = counter
|
|
||||||
}
|
|
||||||
|
|
||||||
return counter
|
|
||||||
}
|
|
||||||
|
|
||||||
// getGauge either gets a gauge, or makes a new one:
|
|
||||||
func (mf *metricFamily) getGauge(name string, labelNames []string) *prometheus.GaugeVec {
|
|
||||||
mf.mutex.Lock()
|
|
||||||
defer mf.mutex.Unlock()
|
|
||||||
|
|
||||||
// See if we already have this gauge:
|
|
||||||
gauge, ok := mf.gauges[name]
|
|
||||||
if !ok {
|
|
||||||
|
|
||||||
// Make a new gauge:
|
|
||||||
gauge = prometheus.NewGaugeVec(
|
|
||||||
prometheus.GaugeOpts{
|
|
||||||
Name: name,
|
|
||||||
ConstLabels: mf.defaultLabels,
|
|
||||||
},
|
|
||||||
labelNames,
|
|
||||||
)
|
|
||||||
|
|
||||||
// Register it and add it to our list:
|
|
||||||
mf.prometheusRegistry.MustRegister(gauge)
|
|
||||||
mf.gauges[name] = gauge
|
|
||||||
}
|
|
||||||
|
|
||||||
return gauge
|
|
||||||
}
|
|
||||||
|
|
||||||
// getTiming either gets a timing, or makes a new one:
|
|
||||||
func (mf *metricFamily) getTiming(name string, labelNames []string) *prometheus.SummaryVec {
|
|
||||||
mf.mutex.Lock()
|
|
||||||
defer mf.mutex.Unlock()
|
|
||||||
|
|
||||||
// See if we already have this timing:
|
|
||||||
timing, ok := mf.timings[name]
|
|
||||||
if !ok {
|
|
||||||
|
|
||||||
// Make a new timing:
|
|
||||||
timing = prometheus.NewSummaryVec(
|
|
||||||
prometheus.SummaryOpts{
|
|
||||||
Name: name,
|
|
||||||
ConstLabels: mf.defaultLabels,
|
|
||||||
Objectives: mf.timingObjectives,
|
|
||||||
},
|
|
||||||
labelNames,
|
|
||||||
)
|
|
||||||
|
|
||||||
// Register it and add it to our list:
|
|
||||||
mf.prometheusRegistry.MustRegister(timing)
|
|
||||||
mf.timings[name] = timing
|
|
||||||
}
|
|
||||||
|
|
||||||
return timing
|
|
||||||
}
|
|
70
metrics.go
70
metrics.go
@@ -1,70 +0,0 @@
|
|||||||
// +build ignore
|
|
||||||
|
|
||||||
package prometheus
|
|
||||||
|
|
||||||
import (
|
|
||||||
"errors"
|
|
||||||
"time"
|
|
||||||
|
|
||||||
"github.com/unistack-org/micro/v3/metadata"
|
|
||||||
)
|
|
||||||
|
|
||||||
// ErrPrometheusPanic is a catch-all for the panics which can be thrown by the Prometheus client:
|
|
||||||
var ErrPrometheusPanic = errors.New("The Prometheus client panicked. Did you do something like change the tag cardinality or the type of a metric?")
|
|
||||||
|
|
||||||
// Count is a counter with key/value tags:
|
|
||||||
// New values are added to any previous one (eg "number of hits")
|
|
||||||
func (r *Reporter) Count(name string, value int64, tags metadata.Metadata) (err error) {
|
|
||||||
defer func() {
|
|
||||||
if r := recover(); r != nil {
|
|
||||||
err = ErrPrometheusPanic
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
counter := r.metrics.getCounter(r.stripUnsupportedCharacters(name), r.listTagKeys(tags))
|
|
||||||
metric, err := counter.GetMetricWith(r.convertTags(tags))
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
metric.Add(float64(value))
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// Gauge is a register with key/value tags:
|
|
||||||
// New values simply override any previous one (eg "current connections")
|
|
||||||
func (r *Reporter) Gauge(name string, value float64, tags metadata.Metadata) (err error) {
|
|
||||||
defer func() {
|
|
||||||
if r := recover(); r != nil {
|
|
||||||
err = ErrPrometheusPanic
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
gauge := r.metrics.getGauge(r.stripUnsupportedCharacters(name), r.listTagKeys(tags))
|
|
||||||
metric, err := gauge.GetMetricWith(r.convertTags(tags))
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
metric.Set(value)
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// Timing is a histogram with key/valye tags:
|
|
||||||
// New values are added into a series of aggregations
|
|
||||||
func (r *Reporter) Timing(name string, value time.Duration, tags metadata.Metadata) (err error) {
|
|
||||||
defer func() {
|
|
||||||
if r := recover(); r != nil {
|
|
||||||
err = ErrPrometheusPanic
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
timing := r.metrics.getTiming(r.stripUnsupportedCharacters(name), r.listTagKeys(tags))
|
|
||||||
metric, err := timing.GetMetricWith(r.convertTags(tags))
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
metric.Observe(value.Seconds())
|
|
||||||
return err
|
|
||||||
}
|
|
@@ -1,20 +0,0 @@
|
|||||||
// +build ignore
|
|
||||||
|
|
||||||
package prometheus
|
|
||||||
|
|
||||||
import (
|
|
||||||
"testing"
|
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
"github.com/unistack-org/micro/v3/meter"
|
|
||||||
)
|
|
||||||
|
|
||||||
func TestOptions(t *testing.T) {
|
|
||||||
// Make some new options:
|
|
||||||
options := meter.NewOptions(meter.Path("/prometheus"), meter.DefaultTags(map[string]string{"service": "prometheus-test"}))
|
|
||||||
|
|
||||||
// Check that the defaults and overrides were accepted:
|
|
||||||
assert.Equal(t, ":9000", options.Address)
|
|
||||||
assert.Equal(t, "/prometheus", options.Path)
|
|
||||||
assert.Equal(t, "prometheus-test", options.DefaultTags["service"])
|
|
||||||
}
|
|
903
prometheus.go
903
prometheus.go
@@ -1,511 +1,568 @@
|
|||||||
package prometheus
|
package prometheus
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"hash/fnv"
|
||||||
|
"io"
|
||||||
|
"regexp"
|
||||||
"sync"
|
"sync"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
"github.com/unistack-org/micro/v3/client"
|
"github.com/prometheus/client_golang/prometheus/collectors"
|
||||||
"github.com/unistack-org/micro/v3/logger"
|
dto "github.com/prometheus/client_model/go"
|
||||||
"github.com/unistack-org/micro/v3/server"
|
"github.com/prometheus/common/expfmt"
|
||||||
|
"go.unistack.org/micro/v3/meter"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var _ meter.Meter = &prometheusMeter{}
|
||||||
// default metric prefix
|
|
||||||
DefaultMetricPrefix = "micro_"
|
|
||||||
// default label prefix
|
|
||||||
DefaultLabelPrefix = "micro_"
|
|
||||||
|
|
||||||
clientOpsCounter *prometheus.CounterVec
|
type prometheusMeter struct {
|
||||||
clientTimeCounterSummary *prometheus.SummaryVec
|
opts meter.Options
|
||||||
clientTimeCounterHistogram *prometheus.HistogramVec
|
set prometheus.Registerer
|
||||||
|
counter *sync.Map
|
||||||
serverOpsCounter *prometheus.CounterVec
|
floatCounter *sync.Map
|
||||||
serverTimeCounterSummary *prometheus.SummaryVec
|
gauge *sync.Map
|
||||||
serverTimeCounterHistogram *prometheus.HistogramVec
|
histogram *sync.Map
|
||||||
|
summary *sync.Map
|
||||||
publishOpsCounter *prometheus.CounterVec
|
sync.Mutex
|
||||||
publishTimeCounterSummary *prometheus.SummaryVec
|
|
||||||
publishTimeCounterHistogram *prometheus.HistogramVec
|
|
||||||
|
|
||||||
subscribeOpsCounter *prometheus.CounterVec
|
|
||||||
subscribeTimeCounterSummary *prometheus.SummaryVec
|
|
||||||
subscribeTimeCounterHistogram *prometheus.HistogramVec
|
|
||||||
|
|
||||||
mu sync.Mutex
|
|
||||||
)
|
|
||||||
|
|
||||||
type Options struct {
|
|
||||||
Name string
|
|
||||||
Version string
|
|
||||||
ID string
|
|
||||||
Context context.Context
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Option func(*Options)
|
type counters struct {
|
||||||
|
cs *sync.Map
|
||||||
|
}
|
||||||
|
|
||||||
func Context(ctx context.Context) Option {
|
type gauges struct {
|
||||||
return func(o *Options) {
|
cs *sync.Map
|
||||||
o.Context = ctx
|
}
|
||||||
|
|
||||||
|
type histograms struct {
|
||||||
|
cs *sync.Map
|
||||||
|
}
|
||||||
|
|
||||||
|
type summaries struct {
|
||||||
|
cs *sync.Map
|
||||||
|
}
|
||||||
|
|
||||||
|
type floatCounters struct {
|
||||||
|
cs *sync.Map
|
||||||
|
}
|
||||||
|
|
||||||
|
func newFloat64(v float64) *float64 {
|
||||||
|
nv := v
|
||||||
|
return &nv
|
||||||
|
}
|
||||||
|
|
||||||
|
func newString(v string) *string {
|
||||||
|
nv := v
|
||||||
|
return &nv
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewMeter(opts ...meter.Option) *prometheusMeter {
|
||||||
|
return &prometheusMeter{
|
||||||
|
set: prometheus.NewRegistry(), // prometheus.DefaultRegisterer,
|
||||||
|
opts: meter.NewOptions(opts...),
|
||||||
|
counter: &sync.Map{},
|
||||||
|
floatCounter: &sync.Map{},
|
||||||
|
gauge: &sync.Map{},
|
||||||
|
histogram: &sync.Map{},
|
||||||
|
summary: &sync.Map{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ServiceName(name string) Option {
|
func (m *prometheusMeter) buildMetric(name string, labels ...string) string {
|
||||||
return func(o *Options) {
|
if len(m.opts.MetricPrefix) > 0 {
|
||||||
o.Name = name
|
name = m.opts.MetricPrefix + name
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func ServiceVersion(version string) Option {
|
nl := len(m.opts.Labels) + len(labels)
|
||||||
return func(o *Options) {
|
if nl == 0 {
|
||||||
o.Version = version
|
return name
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func ServiceID(id string) Option {
|
nlabels := make([]string, 0, nl)
|
||||||
return func(o *Options) {
|
nlabels = append(nlabels, m.opts.Labels...)
|
||||||
o.ID = id
|
nlabels = append(nlabels, labels...)
|
||||||
}
|
|
||||||
|
if len(m.opts.LabelPrefix) == 0 {
|
||||||
|
return meter.BuildName(name, nlabels...)
|
||||||
}
|
}
|
||||||
|
|
||||||
func registerServerMetrics(ctx context.Context) {
|
for idx := 0; idx < nl; idx += 2 {
|
||||||
mu.Lock()
|
nlabels[idx] = m.opts.LabelPrefix + nlabels[idx]
|
||||||
defer mu.Unlock()
|
}
|
||||||
|
return meter.BuildName(name, nlabels...)
|
||||||
if serverOpsCounter == nil {
|
|
||||||
serverOpsCounter = prometheus.NewCounterVec(
|
|
||||||
prometheus.CounterOpts{
|
|
||||||
Name: fmt.Sprintf("%sserver_request_total", DefaultMetricPrefix),
|
|
||||||
Help: "Requests processed, partitioned by endpoint and status",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "status"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if serverTimeCounterSummary == nil {
|
func (m *prometheusMeter) buildName(name string) string {
|
||||||
serverTimeCounterSummary = prometheus.NewSummaryVec(
|
if len(m.opts.MetricPrefix) > 0 {
|
||||||
prometheus.SummaryOpts{
|
name = m.opts.MetricPrefix + name
|
||||||
Name: fmt.Sprintf("%sserver_latency_microseconds", DefaultMetricPrefix),
|
}
|
||||||
Help: "Request latencies in microseconds, partitioned by endpoint",
|
return name
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if serverTimeCounterHistogram == nil {
|
func (m *prometheusMeter) buildLabels(labels ...string) []string {
|
||||||
serverTimeCounterHistogram = prometheus.NewHistogramVec(
|
nl := len(labels)
|
||||||
prometheus.HistogramOpts{
|
if nl == 0 {
|
||||||
Name: fmt.Sprintf("%sserver_request_duration_seconds", DefaultMetricPrefix),
|
return nil
|
||||||
Help: "Request time in seconds, partitioned by endpoint",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, collector := range []prometheus.Collector{serverOpsCounter, serverTimeCounterSummary, serverTimeCounterHistogram} {
|
nlabels := make([]string, 0, nl)
|
||||||
if err := prometheus.DefaultRegisterer.Register(collector); err != nil {
|
|
||||||
// if already registered, skip fatal
|
for idx := 0; idx < nl; idx += 2 {
|
||||||
if _, ok := err.(prometheus.AlreadyRegisteredError); !ok {
|
nlabels = append(nlabels, m.opts.LabelPrefix+labels[idx])
|
||||||
logger.Fatal(ctx, err.Error())
|
nlabels = append(nlabels, labels[idx+1])
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
return nlabels
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *prometheusMeter) Name() string {
|
||||||
|
return m.opts.Name
|
||||||
}
|
}
|
||||||
|
|
||||||
func registerPublishMetrics(ctx context.Context) {
|
func (m *prometheusMeter) Counter(name string, labels ...string) meter.Counter {
|
||||||
mu.Lock()
|
m.Lock()
|
||||||
defer mu.Unlock()
|
defer m.Unlock()
|
||||||
|
nm := m.buildName(name)
|
||||||
if publishOpsCounter == nil {
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...) // TODO: Read prometheus.go:128
|
||||||
publishOpsCounter = prometheus.NewCounterVec(
|
vcd, ok := m.counter.Load(nm)
|
||||||
prometheus.CounterOpts{
|
h := newHash(labels)
|
||||||
Name: fmt.Sprintf("%spublish_message_total", DefaultMetricPrefix),
|
cd := vcd.(*counters)
|
||||||
Help: "Messages sent, partitioned by endpoint and status",
|
if !ok {
|
||||||
},
|
cd = &counters{cs: &sync.Map{}}
|
||||||
[]string{
|
c := &prometheusCounter{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
cd.cs.Store(h, c)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
m.counter.Store(nm, cd)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
return c
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
}
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "status"),
|
vc, ok := cd.cs.Load(h)
|
||||||
},
|
c := vc.(*prometheusCounter)
|
||||||
)
|
if !ok {
|
||||||
|
c = &prometheusCounter{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.counter.Store(nm, cd)
|
||||||
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
if publishTimeCounterSummary == nil {
|
func (m *prometheusMeter) FloatCounter(name string, labels ...string) meter.FloatCounter {
|
||||||
publishTimeCounterSummary = prometheus.NewSummaryVec(
|
m.Lock()
|
||||||
prometheus.SummaryOpts{
|
defer m.Unlock()
|
||||||
Name: fmt.Sprintf("%spublish_message_latency_microseconds", DefaultMetricPrefix),
|
nm := m.buildName(name)
|
||||||
Help: "Message latencies in microseconds, partitioned by endpoint",
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...)
|
||||||
},
|
vcd, ok := m.floatCounter.Load(nm)
|
||||||
[]string{
|
h := newHash(labels)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
cd := vcd.(*floatCounters)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
if !ok {
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
cd = &floatCounters{cs: &sync.Map{}}
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
c := &prometheusFloatCounter{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
},
|
cd.cs.Store(h, c)
|
||||||
)
|
m.floatCounter.Store(nm, cd)
|
||||||
|
return c
|
||||||
|
}
|
||||||
|
vc, ok := cd.cs.Load(h)
|
||||||
|
c := vc.(*prometheusFloatCounter)
|
||||||
|
if !ok {
|
||||||
|
c = &prometheusFloatCounter{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.floatCounter.Store(nm, cd)
|
||||||
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
if publishTimeCounterHistogram == nil {
|
func (m *prometheusMeter) Gauge(name string, fn func() float64, labels ...string) meter.Gauge {
|
||||||
publishTimeCounterHistogram = prometheus.NewHistogramVec(
|
m.Lock()
|
||||||
prometheus.HistogramOpts{
|
defer m.Unlock()
|
||||||
Name: fmt.Sprintf("%spublish_message_duration_seconds", DefaultMetricPrefix),
|
nm := m.buildName(name)
|
||||||
Help: "Message publish time in seconds, partitioned by endpoint",
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...)
|
||||||
},
|
vcd, ok := m.gauge.Load(nm)
|
||||||
[]string{
|
h := newHash(labels)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
cd := vcd.(*gauges)
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
if !ok {
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
cd = &gauges{cs: &sync.Map{}}
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
c := &prometheusGauge{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
},
|
cd.cs.Store(h, c)
|
||||||
)
|
m.gauge.Store(nm, cd)
|
||||||
|
return c
|
||||||
|
}
|
||||||
|
vc, ok := cd.cs.Load(h)
|
||||||
|
c := vc.(*prometheusGauge)
|
||||||
|
if !ok {
|
||||||
|
c = &prometheusGauge{c: prometheus.NewGauge(prometheus.GaugeOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.gauge.Store(nm, cd)
|
||||||
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, collector := range []prometheus.Collector{publishOpsCounter, publishTimeCounterSummary, publishTimeCounterHistogram} {
|
func (m *prometheusMeter) Histogram(name string, labels ...string) meter.Histogram {
|
||||||
if err := prometheus.DefaultRegisterer.Register(collector); err != nil {
|
m.Lock()
|
||||||
// if already registered, skip fatal
|
defer m.Unlock()
|
||||||
if _, ok := err.(prometheus.AlreadyRegisteredError); !ok {
|
nm := m.buildName(name)
|
||||||
logger.Fatal(ctx, err.Error())
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...)
|
||||||
|
vcd, ok := m.histogram.Load(nm)
|
||||||
|
h := newHash(labels)
|
||||||
|
cd := vcd.(*histograms)
|
||||||
|
if !ok {
|
||||||
|
cd = &histograms{cs: &sync.Map{}}
|
||||||
|
c := &prometheusHistogram{c: prometheus.NewHistogram(prometheus.HistogramOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.histogram.Store(nm, cd)
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
vc, ok := cd.cs.Load(h)
|
||||||
|
c := vc.(*prometheusHistogram)
|
||||||
|
if !ok {
|
||||||
|
c = &prometheusHistogram{c: prometheus.NewHistogram(prometheus.HistogramOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.histogram.Store(nm, cd)
|
||||||
}
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *prometheusMeter) Summary(name string, labels ...string) meter.Summary {
|
||||||
|
m.Lock()
|
||||||
|
defer m.Unlock()
|
||||||
|
nm := m.buildName(name)
|
||||||
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...)
|
||||||
|
vcd, ok := m.summary.Load(nm)
|
||||||
|
h := newHash(labels)
|
||||||
|
cd := vcd.(*summaries)
|
||||||
|
if !ok {
|
||||||
|
cd = &summaries{cs: &sync.Map{}}
|
||||||
|
c := &prometheusSummary{c: prometheus.NewSummary(prometheus.SummaryOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.summary.Store(nm, cd)
|
||||||
|
return c
|
||||||
|
}
|
||||||
|
vc, ok := cd.cs.Load(h)
|
||||||
|
c := vc.(*prometheusSummary)
|
||||||
|
if !ok {
|
||||||
|
c = &prometheusSummary{c: prometheus.NewSummary(prometheus.SummaryOpts{Name: nm}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.summary.Store(nm, cd)
|
||||||
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
func registerSubscribeMetrics(ctx context.Context) {
|
func (m *prometheusMeter) SummaryExt(name string, window time.Duration, quantiles []float64, labels ...string) meter.Summary {
|
||||||
mu.Lock()
|
m.Lock()
|
||||||
defer mu.Unlock()
|
defer m.Unlock()
|
||||||
|
nm := m.buildName(name)
|
||||||
if subscribeOpsCounter == nil {
|
labels = m.buildLabels(append(m.opts.Labels, labels...)...)
|
||||||
subscribeOpsCounter = prometheus.NewCounterVec(
|
vcd, ok := m.summary.Load(nm)
|
||||||
prometheus.CounterOpts{
|
h := newHash(labels)
|
||||||
Name: fmt.Sprintf("%ssubscribe_message_total", DefaultMetricPrefix),
|
cd := vcd.(*summaries)
|
||||||
Help: "Messages processed, partitioned by endpoint and status",
|
if !ok {
|
||||||
},
|
cd = &summaries{cs: &sync.Map{}}
|
||||||
[]string{
|
c := &prometheusSummary{c: prometheus.NewSummary(prometheus.SummaryOpts{
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
Name: nm,
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
MaxAge: window,
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
Objectives: map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001},
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
}), labels: labels}
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "status"),
|
cd.cs.Store(h, c)
|
||||||
},
|
m.summary.Store(nm, cd)
|
||||||
)
|
return c
|
||||||
|
}
|
||||||
|
vc, ok := cd.cs.Load(h)
|
||||||
|
c := vc.(*prometheusSummary)
|
||||||
|
if !ok {
|
||||||
|
c = &prometheusSummary{c: prometheus.NewSummary(prometheus.SummaryOpts{
|
||||||
|
Name: nm,
|
||||||
|
MaxAge: window,
|
||||||
|
Objectives: map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001},
|
||||||
|
}), labels: labels}
|
||||||
|
cd.cs.Store(h, c)
|
||||||
|
m.summary.Store(nm, cd)
|
||||||
|
}
|
||||||
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
if subscribeTimeCounterSummary == nil {
|
func (m *prometheusMeter) Init(opts ...meter.Option) error {
|
||||||
subscribeTimeCounterSummary = prometheus.NewSummaryVec(
|
for _, o := range opts {
|
||||||
prometheus.SummaryOpts{
|
o(&m.opts)
|
||||||
Name: fmt.Sprintf("%ssubscribe_message_latency_microseconds", DefaultMetricPrefix),
|
}
|
||||||
Help: "Message processing latencies in microseconds, partitioned by endpoint",
|
return nil
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if subscribeTimeCounterHistogram == nil {
|
func (m *prometheusMeter) Write(w io.Writer, opts ...meter.Option) error {
|
||||||
subscribeTimeCounterHistogram = prometheus.NewHistogramVec(
|
options := m.opts
|
||||||
prometheus.HistogramOpts{
|
|
||||||
Name: fmt.Sprintf("%ssubscribe_message_duration_seconds", DefaultMetricPrefix),
|
|
||||||
Help: "Request time in seconds, partitioned by endpoint",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, collector := range []prometheus.Collector{subscribeOpsCounter, subscribeTimeCounterSummary, subscribeTimeCounterHistogram} {
|
|
||||||
if err := prometheus.DefaultRegisterer.Register(collector); err != nil {
|
|
||||||
// if already registered, skip fatal
|
|
||||||
if _, ok := err.(prometheus.AlreadyRegisteredError); !ok {
|
|
||||||
logger.Fatal(ctx, err.Error())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
func registerClientMetrics(ctx context.Context) {
|
|
||||||
mu.Lock()
|
|
||||||
defer mu.Unlock()
|
|
||||||
|
|
||||||
if clientOpsCounter == nil {
|
|
||||||
clientOpsCounter = prometheus.NewCounterVec(
|
|
||||||
prometheus.CounterOpts{
|
|
||||||
Name: fmt.Sprintf("%srequest_total", DefaultMetricPrefix),
|
|
||||||
Help: "Requests processed, partitioned by endpoint and status",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "status"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
if clientTimeCounterSummary == nil {
|
|
||||||
clientTimeCounterSummary = prometheus.NewSummaryVec(
|
|
||||||
prometheus.SummaryOpts{
|
|
||||||
Name: fmt.Sprintf("%slatency_microseconds", DefaultMetricPrefix),
|
|
||||||
Help: "Request latencies in microseconds, partitioned by endpoint",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
if clientTimeCounterHistogram == nil {
|
|
||||||
clientTimeCounterHistogram = prometheus.NewHistogramVec(
|
|
||||||
prometheus.HistogramOpts{
|
|
||||||
Name: fmt.Sprintf("%srequest_duration_seconds", DefaultMetricPrefix),
|
|
||||||
Help: "Request time in seconds, partitioned by endpoint",
|
|
||||||
},
|
|
||||||
[]string{
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "name"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "version"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "id"),
|
|
||||||
fmt.Sprintf("%s%s", DefaultLabelPrefix, "endpoint"),
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, collector := range []prometheus.Collector{clientOpsCounter, clientTimeCounterSummary, clientTimeCounterHistogram} {
|
|
||||||
if err := prometheus.DefaultRegisterer.Register(collector); err != nil {
|
|
||||||
// if already registered, skip fatal
|
|
||||||
if _, ok := err.(prometheus.AlreadyRegisteredError); !ok {
|
|
||||||
logger.Fatal(ctx, err.Error())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
type wrapper struct {
|
|
||||||
options Options
|
|
||||||
callFunc client.CallFunc
|
|
||||||
client.Client
|
|
||||||
}
|
|
||||||
|
|
||||||
func NewClientWrapper(opts ...Option) client.Wrapper {
|
|
||||||
options := Options{Context: context.Background()}
|
|
||||||
for _, o := range opts {
|
for _, o := range opts {
|
||||||
o(&options)
|
o(&options)
|
||||||
}
|
}
|
||||||
|
|
||||||
registerClientMetrics(options.Context)
|
if options.WriteProcessMetrics || options.WriteFDMetrics {
|
||||||
registerPublishMetrics(options.Context)
|
pc := collectors.NewProcessCollector(collectors.ProcessCollectorOpts{})
|
||||||
|
_ = m.set.Register(pc)
|
||||||
return func(c client.Client) client.Client {
|
gc := collectors.NewGoCollector(collectors.WithGoCollectorRuntimeMetrics(collectors.GoRuntimeMetricsRule{Matcher: regexp.MustCompile("/.*")}))
|
||||||
handler := &wrapper{
|
_ = m.set.Register(gc)
|
||||||
options: options,
|
|
||||||
Client: c,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return handler
|
g, ok := m.set.(prometheus.Gatherer)
|
||||||
}
|
if !ok {
|
||||||
|
return fmt.Errorf("set type %T not prometheus.Gatherer", m.set)
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewCallWrapper(opts ...Option) client.CallWrapper {
|
mfs, err := g.Gather()
|
||||||
options := Options{Context: context.Background()}
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
enc := expfmt.NewEncoder(w, expfmt.NewFormat(expfmt.TypeTextPlain))
|
||||||
|
|
||||||
|
m.counter.Range(func(k, v any) bool {
|
||||||
|
name := k.(string)
|
||||||
|
mf := &dto.MetricFamily{
|
||||||
|
Name: newString(name),
|
||||||
|
Type: dto.MetricType_GAUGE.Enum(),
|
||||||
|
}
|
||||||
|
v.(*counters).cs.Range(func(_, nv any) bool {
|
||||||
|
c := nv.(*prometheusCounter)
|
||||||
|
m := &dto.Metric{}
|
||||||
|
_ = c.c.Write(m)
|
||||||
|
fillMetric(m, c.labels)
|
||||||
|
mf.Metric = append(mf.Metric, m)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
mfs = append(mfs, mf)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
m.gauge.Range(func(k, v any) bool {
|
||||||
|
name := k.(string)
|
||||||
|
mf := &dto.MetricFamily{
|
||||||
|
Name: newString(name),
|
||||||
|
Type: dto.MetricType_GAUGE.Enum(),
|
||||||
|
}
|
||||||
|
v.(*gauges).cs.Range(func(_, nv any) bool {
|
||||||
|
c := nv.(*prometheusGauge)
|
||||||
|
m := &dto.Metric{}
|
||||||
|
_ = c.c.Write(m)
|
||||||
|
fillMetric(m, c.labels)
|
||||||
|
mf.Metric = append(mf.Metric, m)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
mfs = append(mfs, mf)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
m.floatCounter.Range(func(k, v any) bool {
|
||||||
|
name := k.(string)
|
||||||
|
mf := &dto.MetricFamily{
|
||||||
|
Name: newString(name),
|
||||||
|
Type: dto.MetricType_GAUGE.Enum(),
|
||||||
|
}
|
||||||
|
v.(*floatCounters).cs.Range(func(_, nv any) bool {
|
||||||
|
c := nv.(*prometheusGauge)
|
||||||
|
m := &dto.Metric{}
|
||||||
|
_ = c.c.Write(m)
|
||||||
|
fillMetric(m, c.labels)
|
||||||
|
mf.Metric = append(mf.Metric, m)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
mfs = append(mfs, mf)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
m.histogram.Range(func(k, v any) bool {
|
||||||
|
name := k.(string)
|
||||||
|
mf := &dto.MetricFamily{
|
||||||
|
Name: newString(name),
|
||||||
|
Type: dto.MetricType_HISTOGRAM.Enum(),
|
||||||
|
}
|
||||||
|
v.(*histograms).cs.Range(func(_, nv any) bool {
|
||||||
|
c := nv.(*prometheusGauge)
|
||||||
|
m := &dto.Metric{}
|
||||||
|
_ = c.c.Write(m)
|
||||||
|
fillMetric(m, c.labels)
|
||||||
|
mf.Metric = append(mf.Metric, m)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
mfs = append(mfs, mf)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
m.summary.Range(func(k, v any) bool {
|
||||||
|
name := k.(string)
|
||||||
|
mf := &dto.MetricFamily{
|
||||||
|
Name: newString(name),
|
||||||
|
Type: dto.MetricType_SUMMARY.Enum(),
|
||||||
|
}
|
||||||
|
v.(*summaries).cs.Range(func(_, nv any) bool {
|
||||||
|
c := nv.(*prometheusGauge)
|
||||||
|
m := &dto.Metric{}
|
||||||
|
_ = c.c.Write(m)
|
||||||
|
fillMetric(m, c.labels)
|
||||||
|
mf.Metric = append(mf.Metric, m)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
mfs = append(mfs, mf)
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
for _, mf := range mfs {
|
||||||
|
_ = enc.Encode(mf)
|
||||||
|
}
|
||||||
|
|
||||||
|
if closer, ok := enc.(io.Closer); ok {
|
||||||
|
_ = closer.Close()
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *prometheusMeter) Clone(opts ...meter.Option) meter.Meter {
|
||||||
|
options := m.opts
|
||||||
for _, o := range opts {
|
for _, o := range opts {
|
||||||
o(&options)
|
o(&options)
|
||||||
}
|
}
|
||||||
|
|
||||||
registerClientMetrics(options.Context)
|
return &prometheusMeter{
|
||||||
|
set: m.set,
|
||||||
return func(fn client.CallFunc) client.CallFunc {
|
opts: options,
|
||||||
handler := &wrapper{
|
floatCounter: m.floatCounter,
|
||||||
options: options,
|
counter: m.counter,
|
||||||
callFunc: fn,
|
gauge: m.gauge,
|
||||||
}
|
histogram: m.histogram,
|
||||||
|
summary: m.summary,
|
||||||
return handler.CallFunc
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *wrapper) CallFunc(ctx context.Context, addr string, req client.Request, rsp interface{}, opts client.CallOptions) error {
|
func (m *prometheusMeter) Options() meter.Options {
|
||||||
endpoint := fmt.Sprintf("%s.%s", req.Service(), req.Endpoint())
|
return m.opts
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
clientTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
clientTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
err := w.callFunc(ctx, addr, req, rsp, opts)
|
|
||||||
if err == nil {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return err
|
func (m *prometheusMeter) String() string {
|
||||||
|
return "prometheus"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *wrapper) Call(ctx context.Context, req client.Request, rsp interface{}, opts ...client.CallOption) error {
|
func (m *prometheusMeter) Set(opts ...meter.Option) meter.Meter {
|
||||||
endpoint := fmt.Sprintf("%s.%s", req.Service(), req.Endpoint())
|
nm := &prometheusMeter{opts: m.opts}
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
clientTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
clientTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
err := w.Client.Call(ctx, req, rsp, opts...)
|
|
||||||
if err == nil {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
|
||||||
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
func (w *wrapper) Stream(ctx context.Context, req client.Request, opts ...client.CallOption) (client.Stream, error) {
|
|
||||||
endpoint := fmt.Sprintf("%s.%s", req.Service(), req.Endpoint())
|
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
clientTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
clientTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
stream, err := w.Client.Stream(ctx, req, opts...)
|
|
||||||
if err == nil {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
clientOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
|
||||||
|
|
||||||
return stream, err
|
|
||||||
}
|
|
||||||
|
|
||||||
func (w *wrapper) Publish(ctx context.Context, p client.Message, opts ...client.PublishOption) error {
|
|
||||||
endpoint := p.Topic()
|
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
publishTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
publishTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
err := w.Client.Publish(ctx, p, opts...)
|
|
||||||
if err == nil {
|
|
||||||
publishOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
publishOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
|
||||||
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
func NewHandlerWrapper(opts ...Option) server.HandlerWrapper {
|
|
||||||
options := Options{Context: context.Background()}
|
|
||||||
for _, o := range opts {
|
for _, o := range opts {
|
||||||
o(&options)
|
o(&nm.opts)
|
||||||
}
|
}
|
||||||
registerServerMetrics(options.Context)
|
nm.set = prometheus.NewRegistry()
|
||||||
|
return nm
|
||||||
handler := &wrapper{
|
|
||||||
options: options,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return handler.HandlerFunc
|
type prometheusCounter struct {
|
||||||
|
c prometheus.Gauge
|
||||||
|
labels []string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *wrapper) HandlerFunc(fn server.HandlerFunc) server.HandlerFunc {
|
func (c *prometheusCounter) Add(n int) {
|
||||||
return func(ctx context.Context, req server.Request, rsp interface{}) error {
|
c.c.Add(float64(n))
|
||||||
endpoint := req.Endpoint()
|
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
serverTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
serverTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
err := fn(ctx, req, rsp)
|
|
||||||
if err == nil {
|
|
||||||
serverOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
serverOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return err
|
func (c *prometheusCounter) Dec() {
|
||||||
}
|
c.c.Dec()
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewSubscriberWrapper(opts ...Option) server.SubscriberWrapper {
|
func (c *prometheusCounter) Inc() {
|
||||||
options := Options{Context: context.Background()}
|
c.c.Inc()
|
||||||
for _, o := range opts {
|
|
||||||
o(&options)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
registerSubscribeMetrics(options.Context)
|
func (c *prometheusCounter) Get() uint64 {
|
||||||
|
m := &dto.Metric{}
|
||||||
handler := &wrapper{
|
if err := c.c.Write(m); err != nil {
|
||||||
options: options,
|
return 0
|
||||||
|
}
|
||||||
|
return uint64(m.GetGauge().GetValue())
|
||||||
}
|
}
|
||||||
|
|
||||||
return handler.SubscriberFunc
|
func (c *prometheusCounter) Set(n uint64) {
|
||||||
|
c.c.Set(float64(n))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *wrapper) SubscriberFunc(fn server.SubscriberFunc) server.SubscriberFunc {
|
type prometheusFloatCounter struct {
|
||||||
return func(ctx context.Context, msg server.Message) error {
|
c prometheus.Gauge
|
||||||
endpoint := msg.Topic()
|
labels []string
|
||||||
|
|
||||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
|
||||||
us := v * 1000000 // make microseconds
|
|
||||||
subscribeTimeCounterSummary.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(us)
|
|
||||||
subscribeTimeCounterHistogram.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint).Observe(v)
|
|
||||||
}))
|
|
||||||
defer timer.ObserveDuration()
|
|
||||||
|
|
||||||
err := fn(ctx, msg)
|
|
||||||
if err == nil {
|
|
||||||
subscribeOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "success").Inc()
|
|
||||||
} else {
|
|
||||||
subscribeOpsCounter.WithLabelValues(w.options.Name, w.options.Version, w.options.ID, endpoint, "failure").Inc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return err
|
func (c prometheusFloatCounter) Add(n float64) {
|
||||||
|
c.c.Add(n)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c prometheusFloatCounter) Get() float64 {
|
||||||
|
m := &dto.Metric{}
|
||||||
|
if err := c.c.Write(m); err != nil {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return m.GetGauge().GetValue()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusFloatCounter) Set(n float64) {
|
||||||
|
c.c.Set(n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusFloatCounter) Sub(n float64) {
|
||||||
|
c.c.Add(-n)
|
||||||
|
}
|
||||||
|
|
||||||
|
type prometheusGauge struct {
|
||||||
|
c prometheus.Gauge
|
||||||
|
labels []string
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusGauge) Get() float64 {
|
||||||
|
m := &dto.Metric{}
|
||||||
|
if err := c.c.Write(m); err != nil {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return float64(m.GetGauge().GetValue())
|
||||||
|
}
|
||||||
|
|
||||||
|
type prometheusHistogram struct {
|
||||||
|
c prometheus.Histogram
|
||||||
|
labels []string
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusHistogram) Reset() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusHistogram) Update(n float64) {
|
||||||
|
c.c.Observe(n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusHistogram) UpdateDuration(n time.Time) {
|
||||||
|
c.c.Observe(time.Since(n).Seconds())
|
||||||
|
}
|
||||||
|
|
||||||
|
type prometheusSummary struct {
|
||||||
|
c prometheus.Summary
|
||||||
|
labels []string
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusSummary) Update(n float64) {
|
||||||
|
c.c.Observe(n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c prometheusSummary) UpdateDuration(n time.Time) {
|
||||||
|
c.c.Observe(time.Since(n).Seconds())
|
||||||
|
}
|
||||||
|
|
||||||
|
func newHash(labels []string) uint64 {
|
||||||
|
labels = meter.BuildLabels(labels...)
|
||||||
|
h := fnv.New64a()
|
||||||
|
for _, l := range labels {
|
||||||
|
h.Write([]byte(l))
|
||||||
|
}
|
||||||
|
return h.Sum64()
|
||||||
|
}
|
||||||
|
|
||||||
|
func fillMetric(m *dto.Metric, labels []string) *dto.Metric {
|
||||||
|
var ok bool
|
||||||
|
seen := make(map[string]bool, len(labels)/2)
|
||||||
|
m.Label = make([]*dto.LabelPair, 0, len(labels)/2)
|
||||||
|
for idx := 0; idx < len(labels); idx += 2 {
|
||||||
|
if _, ok = seen[labels[idx]]; ok {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
m.Label = append(m.Label, &dto.LabelPair{
|
||||||
|
Name: newString(labels[idx]),
|
||||||
|
Value: newString(labels[idx+1]),
|
||||||
|
})
|
||||||
|
seen[labels[idx]] = true
|
||||||
|
}
|
||||||
|
return m
|
||||||
}
|
}
|
||||||
|
82
prometheus_test.go
Normal file
82
prometheus_test.go
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
package prometheus
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bytes"
|
||||||
|
"context"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"go.unistack.org/micro/v3/client"
|
||||||
|
"go.unistack.org/micro/v3/codec"
|
||||||
|
"go.unistack.org/micro/v3/meter"
|
||||||
|
"go.unistack.org/micro/v3/meter/wrapper"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestStd(t *testing.T) {
|
||||||
|
m := NewMeter(meter.WriteProcessMetrics(true), meter.WriteFDMetrics(true))
|
||||||
|
if err := m.Init(); err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
buf := bytes.NewBuffer(nil)
|
||||||
|
_ = m.Write(buf)
|
||||||
|
if !bytes.Contains(buf.Bytes(), []byte(`go_goroutine`)) {
|
||||||
|
t.Fatalf("invalid metrics output: %s", buf.Bytes())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBuildName(t *testing.T) {
|
||||||
|
m := NewMeter()
|
||||||
|
check := `micro_foo{micro_aaa="b",micro_bar="baz",micro_ccc="d"}`
|
||||||
|
name := m.buildMetric("foo", "bar", "baz", "aaa", "b", "ccc", "d")
|
||||||
|
if name != check {
|
||||||
|
t.Fatalf("metric name error: %s != %s", name, check)
|
||||||
|
}
|
||||||
|
|
||||||
|
cnt := m.Counter("counter", "key", "val")
|
||||||
|
cnt.Inc()
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestWrapper(t *testing.T) {
|
||||||
|
m := NewMeter() // meter.Labels("test_key", "test_val"))
|
||||||
|
|
||||||
|
w := wrapper.NewClientWrapper(
|
||||||
|
wrapper.ServiceName("svc1"),
|
||||||
|
wrapper.ServiceVersion("0.0.1"),
|
||||||
|
wrapper.ServiceID("12345"),
|
||||||
|
wrapper.Meter(m),
|
||||||
|
)
|
||||||
|
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
c := client.NewClient(client.Wrap(w))
|
||||||
|
if err := c.Init(); err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
rsp := &codec.Frame{}
|
||||||
|
req := &codec.Frame{}
|
||||||
|
err := c.Call(ctx, c.NewRequest("svc2", "Service.Method", req), rsp)
|
||||||
|
_, _ = rsp, err
|
||||||
|
buf := bytes.NewBuffer(nil)
|
||||||
|
_ = m.Write(buf, meter.WriteProcessMetrics(false), meter.WriteFDMetrics(false))
|
||||||
|
if !bytes.Contains(buf.Bytes(), []byte(`micro_client_request_inflight{micro_endpoint="svc2.Service.Method"} 0`)) {
|
||||||
|
t.Fatalf("invalid metrics output: %s", buf.Bytes())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestMultiple(t *testing.T) {
|
||||||
|
m := NewMeter() // meter.Labels("test_key", "test_val"))
|
||||||
|
|
||||||
|
m.Counter("server", "endpoint", "ep1", "path", "/path1").Inc()
|
||||||
|
m.Counter("server", "endpoint", "ep1", "path", "/path1").Inc()
|
||||||
|
|
||||||
|
m.Counter("server", "endpoint", "ep2", "path", "/path2").Inc()
|
||||||
|
m.Counter("server", "endpoint", "ep2", "path", "/path2").Inc()
|
||||||
|
|
||||||
|
m.Counter("server", "endpoint", "ep3", "path", "/path3", "status", "success").Inc()
|
||||||
|
|
||||||
|
buf := bytes.NewBuffer(nil)
|
||||||
|
_ = m.Write(buf, meter.WriteProcessMetrics(false), meter.WriteFDMetrics(false))
|
||||||
|
if !bytes.Contains(buf.Bytes(), []byte(`micro_server{micro_endpoint="ep1",micro_path="/path1"} 2`)) {
|
||||||
|
// t.Fatal("XXXX")
|
||||||
|
t.Fatalf("invalid metrics output: %s", buf.Bytes())
|
||||||
|
}
|
||||||
|
}
|
76
reporter.go
76
reporter.go
@@ -1,76 +0,0 @@
|
|||||||
// +build ignore
|
|
||||||
|
|
||||||
package prometheus
|
|
||||||
|
|
||||||
import (
|
|
||||||
"net/http"
|
|
||||||
"strings"
|
|
||||||
|
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
|
||||||
"github.com/unistack-org/micro/v3/logger"
|
|
||||||
"github.com/unistack-org/micro/v3/metadata"
|
|
||||||
"github.com/unistack-org/micro/v3/meter"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Reporter is an implementation of meter.Reporter:
|
|
||||||
type Reporter struct {
|
|
||||||
options meter.Options
|
|
||||||
prometheusRegistry *prometheus.Registry
|
|
||||||
metrics metricFamily
|
|
||||||
}
|
|
||||||
|
|
||||||
// New returns a configured prometheus reporter:
|
|
||||||
func New(opts ...meter.Option) (meter.Reporter, error) {
|
|
||||||
options := meter.NewOptions(opts...)
|
|
||||||
|
|
||||||
// Make a prometheus registry (this keeps track of any metrics we generate):
|
|
||||||
prometheusRegistry := prometheus.NewRegistry()
|
|
||||||
prometheusRegistry.Register(prometheus.NewGoCollector())
|
|
||||||
prometheusRegistry.Register(prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{Namespace: "goruntime"}))
|
|
||||||
|
|
||||||
// Make a new Reporter:
|
|
||||||
newReporter := &Reporter{
|
|
||||||
options: options,
|
|
||||||
prometheusRegistry: prometheusRegistry,
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add metrics families for each type:
|
|
||||||
newReporter.metrics = newReporter.newMetricFamily()
|
|
||||||
|
|
||||||
// Handle the metrics endpoint with prometheus:
|
|
||||||
logger.Infof(options.Context, "Metrics/Prometheus [http] Listening on %s%s", options.Address, options.Path)
|
|
||||||
http.Handle(options.Path, promhttp.HandlerFor(prometheusRegistry, promhttp.HandlerOpts{ErrorHandling: promhttp.ContinueOnError}))
|
|
||||||
go http.ListenAndServe(options.Address, nil)
|
|
||||||
|
|
||||||
return newReporter, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (r *Reporter) Init(...meter.Option) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// convertTags turns Tags into prometheus labels:
|
|
||||||
func (r *Reporter) convertTags(tags metadata.Metadata) prometheus.Labels {
|
|
||||||
labels := prometheus.Labels{}
|
|
||||||
for key, value := range tags {
|
|
||||||
labels[key] = r.stripUnsupportedCharacters(value)
|
|
||||||
}
|
|
||||||
return labels
|
|
||||||
}
|
|
||||||
|
|
||||||
// listTagKeys returns a list of tag keys (we need to provide this to the Prometheus client):
|
|
||||||
func (r *Reporter) listTagKeys(tags metadata.Metadata) (labelKeys []string) {
|
|
||||||
for key := range tags {
|
|
||||||
labelKeys = append(labelKeys, key)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// stripUnsupportedCharacters cleans up a metrics key or value:
|
|
||||||
func (r *Reporter) stripUnsupportedCharacters(metricName string) string {
|
|
||||||
valueWithoutDots := strings.Replace(metricName, ".", "_", -1)
|
|
||||||
valueWithoutCommas := strings.Replace(valueWithoutDots, ",", "_", -1)
|
|
||||||
valueWIthoutSpaces := strings.Replace(valueWithoutCommas, " ", "", -1)
|
|
||||||
return valueWIthoutSpaces
|
|
||||||
}
|
|
@@ -1,72 +0,0 @@
|
|||||||
// +build ignore
|
|
||||||
|
|
||||||
package prometheus
|
|
||||||
|
|
||||||
import (
|
|
||||||
"testing"
|
|
||||||
"time"
|
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
"github.com/unistack-org/micro/v3/metadata"
|
|
||||||
"github.com/unistack-org/micro/v3/meter"
|
|
||||||
)
|
|
||||||
|
|
||||||
func TestPrometheusReporter(t *testing.T) {
|
|
||||||
|
|
||||||
// Make a Reporter:
|
|
||||||
reporter, err := New(meter.Path("/prometheus"), meter.DefaultTags(map[string]string{"service": "prometheus-test"}))
|
|
||||||
assert.NoError(t, err)
|
|
||||||
assert.NotNil(t, reporter)
|
|
||||||
assert.Equal(t, "prometheus-test", reporter.options.DefaultTags["service"])
|
|
||||||
assert.Equal(t, ":9000", reporter.options.Address)
|
|
||||||
assert.Equal(t, "/prometheus", reporter.options.Path)
|
|
||||||
|
|
||||||
// Test tag conversion:
|
|
||||||
tags := metadata.Metadata{
|
|
||||||
"tag1": "false",
|
|
||||||
"tag2": "true",
|
|
||||||
}
|
|
||||||
convertedTags := reporter.convertTags(tags)
|
|
||||||
assert.Equal(t, "false", convertedTags["tag1"])
|
|
||||||
assert.Equal(t, "true", convertedTags["tag2"])
|
|
||||||
|
|
||||||
// Test tag enumeration:
|
|
||||||
listedTags := reporter.listTagKeys(tags)
|
|
||||||
assert.Contains(t, listedTags, "tag1")
|
|
||||||
assert.Contains(t, listedTags, "tag2")
|
|
||||||
|
|
||||||
// Test string cleaning:
|
|
||||||
preparedMetricName := reporter.stripUnsupportedCharacters("some.kind,of tag")
|
|
||||||
assert.Equal(t, "some_kind_oftag", preparedMetricName)
|
|
||||||
|
|
||||||
// Test MetricFamilies:
|
|
||||||
metricFamily := reporter.newMetricFamily()
|
|
||||||
|
|
||||||
// Counters:
|
|
||||||
assert.NotNil(t, metricFamily.getCounter("testCounter", []string{"test", "counter"}))
|
|
||||||
assert.Len(t, metricFamily.counters, 1)
|
|
||||||
|
|
||||||
// Gauges:
|
|
||||||
assert.NotNil(t, metricFamily.getGauge("testGauge", []string{"test", "gauge"}))
|
|
||||||
assert.Len(t, metricFamily.gauges, 1)
|
|
||||||
|
|
||||||
// Timings:
|
|
||||||
assert.NotNil(t, metricFamily.getTiming("testTiming", []string{"test", "timing"}))
|
|
||||||
assert.Len(t, metricFamily.timings, 1)
|
|
||||||
|
|
||||||
// Test submitting metrics through the interface methods:
|
|
||||||
assert.NoError(t, reporter.Count("test.counter.1", 6, tags))
|
|
||||||
assert.NoError(t, reporter.Count("test.counter.2", 19, tags))
|
|
||||||
assert.NoError(t, reporter.Count("test.counter.1", 5, tags))
|
|
||||||
assert.NoError(t, reporter.Gauge("test.gauge.1", 99, tags))
|
|
||||||
assert.NoError(t, reporter.Gauge("test.gauge.2", 55, tags))
|
|
||||||
assert.NoError(t, reporter.Gauge("test.gauge.1", 98, tags))
|
|
||||||
assert.NoError(t, reporter.Timing("test.timing.1", time.Second, tags))
|
|
||||||
assert.NoError(t, reporter.Timing("test.timing.2", time.Minute, tags))
|
|
||||||
assert.Len(t, reporter.metrics.counters, 2)
|
|
||||||
assert.Len(t, reporter.metrics.gauges, 2)
|
|
||||||
assert.Len(t, reporter.metrics.timings, 2)
|
|
||||||
|
|
||||||
// Test reading back the metrics:
|
|
||||||
// This could be done by hitting the /metrics endpoint
|
|
||||||
}
|
|
Reference in New Issue
Block a user