endlessh-go icon indicating copy to clipboard operation
endlessh-go copied to clipboard

A golang implementation of endlessh exporting Prometheus metrics, visualized by a Grafana dashboard.

Results 26 endlessh-go issues
Sort by recently updated
recently updated
newest added

Create integration tests and run via GitHub workflow.

enhancement
good first issue

Bumps [github.com/pierrre/geohash](https://github.com/pierrre/geohash) from 1.0.0 to 1.1.0. Commits e3f3a63 Bump github.com/mmcloughlin/geohash from 0.9.0 to 0.10.0 (#3) 9eab8b1 update common files 4d76bba Bump github.com/pierrre/compare from 1.0.2 to 1.1.0 (#2) 35bc33b update to...

dependencies
go

I am currently on smartphone and i can't test the code (linked to #88 )

Add the ability to use a yaml/toml configuration file. To my point of view cli_args should either define a configuration file either define args directly.

enhancement

The usage of CLI arguments works well for binary usage but with docker images it would be better to propose environments variables. We could imagine something like: cli_args if not...

enhancement

We may use Prometheus `increase` fuction to speed up loading the clients. But there are clients missing due to how Grafana samples the data. The `increase` function generate a pulse...

enhancement

Because the number of countries is more bounded than IP. We may still keep the IP field in the metric, but report countries in that field, to keep dashboard working...

enhancement

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @​lukasauk made their first contribution in prometheus/client_golang#1494...

dependencies
go