go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.28k stars 194 forks source link

[Documentation] Added Documentation for Prometheus Provider #770

Closed gdey closed 3 years ago

gdey commented 3 years ago

Added Documentation for enabling the Prometheus Observability Provider.

Updated main README.md to point to the Prometheus README for documentation on the Prometheus Observability Provider.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build bd9adfc09-PR-770


Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/tegola/cmd/cache/cache.go 0 1 0.0%
cmd/tegola/cmd/version.go 0 1 0.0%
cmd/tegola/cmd/root.go 0 3 0.0%
maths/maths.go 0 3 0.0%
cmd/tegola/cmd/server.go 0 5 0.0%
cmd/tegola/cmd/cache/seed_purge.go 0 6 0.0%
server/server.go 5 13 38.46%
atlas/atlas.go 0 33 0.0%
<!-- Total: 9 69 13.04% -->
Files with Coverage Reduction New Missed Lines %
maths/maths.go 1 30.87%
atlas/atlas.go 3 3.88%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 671145575: -0.2%
Covered Lines: 5413
Relevant Lines: 11918

💛 - Coveralls