erzz/Google Deployment Metrics
Sends custom deployment metrics to Google Cloud Monitoring
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| google-cloud-project | The Google Cloud project_id to which the metrics should be sent | yes | — |
| service-account-keyfile | A secret holding the service account keyfile to use for authentication with your project | yes | — |
| team | The name of the team the deployed service belongs to. | yes | — |
| service | The name of the service or application being deployed. | yes | — |
| environment | The environment into which the service/application is being deployed (suggest 'production' or 'branch-name') | yes | — |
| status | What stage of the deployment process is occurring (suggest either 'started' or 'finished') | yes | — |
| result | The result so far. (suggest one of 'queued' 'pending' 'error' 'in_progress' 'failure' 'inactive' or 'success' | yes | — |
| version | The version or commit being deployed (e.g. v1.0.5 or git short SHA) | yes | — |
| metric-value | By default we send the value 1 for any deployment update. If for some reason you want to change that you can specify any integer | no | 1 |
Outputs
no outputs