This is a boilr template for creating a custom metrics provider. Create a custom metrics provider to expose additional metrics from the Drone database. Get started by cloning the project and installing the template:
$ cd boilr-metrics
$ boilr template save . drone-metrics -f
create a project in directory my-metrics:
$ boilr template use drone-metrics my-metrics
enter the go module name:
[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":
enter the docker registry name for this project:
[?] Please choose a value for "DockerRepository" [default: "foo/bar"]: