https://github.com/drone/boilr-metrics
boilr template for creating custom Drone metrics providers
https://github.com/drone/boilr-metrics
Last synced: 5 months ago
JSON representation
boilr template for creating custom Drone metrics providers
- Host: GitHub
- URL: https://github.com/drone/boilr-metrics
- Owner: drone
- License: other
- Created: 2019-10-04T19:49:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T11:56:22.000Z (over 4 years ago)
- Last Synced: 2023-03-14T12:16:16.913Z (over 3 years ago)
- Language: Go
- Size: 9.77 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# boilr-metrics
This is a [boilr template](https://github.com/tmrts/boilr) 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:
```console
$ cd boilr-metrics
$ boilr template save . drone-metrics -f
```
create a project in directory my-metrics:
```console
$ boilr template use drone-metrics my-metrics
```
enter the go module name:
```text
[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":
```
enter the docker registry name for this project:
```text
[?] Please choose a value for "DockerRepository" [default: "foo/bar"]:
```