actions-marketplace-validations/Graphite Metric Emitter
Emit a metric to a Graphite Server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 6, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/cuddletech_graphite-action@53144fc0439dd62988c515c0f827479b4bfbd1f8 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| graphite_url | Fully qualified URL for your Graphite server | yes | https://graphite-prod-10-prod-us-central-0.grafana.net/graphite/metrics |
| graphite_key | Bearer Token/API key for your graphite server | yes | instance_id:api_key |
| metric_name | The complete Graphite metric name | yes | test.metric |
| metric_value | Value to send | yes | 123 |
| metric_interval | Metric Interval | no | 10 |
| metric_time | Metric Timestamp (defaults to now) | no | — |
Outputs
no outputs