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

Add BuildInfo metric End Point. #757

Closed gdey closed 3 years ago

gdey commented 3 years ago

Looks like it is good practice to have a build_info end point as well for the metrics.

We will need to build out the Observer Interface to include a way to pass in a BuildInfo struct.

Need to build out a BuildInfo struct that will contain the following information:

gdey commented 3 years ago

Added by #765