Skip to content

Releases: wi1dcard/v2ray-exporter

v0.6.0

23 Dec 07:52
62d9e88
Compare
Choose a tag to compare

62d9e88 (HEAD -> master, origin/master) Reuse grpc connections to improve performance (#13, Thanks to @imryao!)
ca76157 Add the Arch Linux packege in README.md.

v0.5.1

29 Dec 05:27
Compare
Choose a tag to compare

74f4fbb (HEAD -> master, origin/master) Refactor internal stuff.
9ccc42a Fix metrics path.

v0.5.0

15 Sep 09:45
Compare
Choose a tag to compare

1e5010e (HEAD -> master, origin/master) Bump go version to 1.15.
171e4df Support scraping outbound traffic stats. Fix #7.

v0.4.0

10 Jul 14:55
Compare
Choose a tag to compare

a6e382d (HEAD -> master, origin/master) Improve the development pipeline using Skaffold.
bd1a194 Add example Kubernetes manifests.
5296b84 Fix incorrect operators in the Grafana dashboard's queries. Fix #6.
e202e1a Cleanup and upgrade dependencies.
0cf8f15 Update the dashboard's screenshot.
66d9591 Update the docs and make it clearer. Fix #4.
34b9473 Fix a potential bug that may cause empty data points in detail panels and upgrade the dashboard format to conform to Grafana 7.0.
22da4a9 Improve the documentation.
39eb972 Fix some gauges ​​of the Grafana dashboard were calculated incorrectly when inbound and user existed simultaneously.
16e522c Improve the dashboard.
96e92d5 Update the dashboard screenshot.
19898ce Improve the dashboard.

v0.3.0

06 Feb 09:46
Compare
Choose a tag to compare

1462d76 (HEAD -> master, origin/master) Add option --scrape-timeout.
bee40ba Fix the value name of --listen option.
8e292ee Fix the wrong dashboard query of real-time overview.
55dc822 Fix the wrong dashboard query of offline instances.

v0.2.1

18 Jan 10:26
Compare
Choose a tag to compare

631d9c3 (HEAD -> master, origin/master) Fix the docker image issue on amd64.
30d952e Add build status badge.
80f7d00 Complete the doc.

v0.2.0

09 Jan 16:09
Compare
Choose a tag to compare

110e82d (HEAD -> master, origin/master) Add the Grafana dashboard.
56e4dd6 [BREAKING-CHANGE] Rename metrics in order to conform Prometheus metrics naming style.

v0.1.3

09 Jan 04:39
Compare
Choose a tag to compare

0e98485 (HEAD -> master, origin/master) Use scratch as the base image instead of alpine.
702f69a Add --purge option on "docker manifest push" as a workaround.
0059632 Improve version output.
ed053da Fix release notes.

v0.1.2

08 Jan 12:52
Compare
Choose a tag to compare

960ec64 (HEAD -> master, origin/master) Build and push docker images using Travis CI.
b2e6bdc Fix incorrect build version.
c2c0fb7 Add Dockerfile and refine Makefile.
7f0cb42 Add .editorconfig.
cdc1d08 Add README.md and LICENSE file.

v0.1.1

08 Jan 06:24
Compare
Choose a tag to compare

a25c1bf (HEAD -> master, origin/master) Add Makefile and .gitignore.