Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsuneko-laboratory/mackerel-plugin-budget-oci
OCI budget custom metrics plugin for mackerel.io agent.
https://github.com/natsuneko-laboratory/mackerel-plugin-budget-oci
Last synced: 19 days ago
JSON representation
OCI budget custom metrics plugin for mackerel.io agent.
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/mackerel-plugin-budget-oci
- Owner: natsuneko-laboratory
- License: mit
- Created: 2024-04-22T16:42:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T04:25:24.000Z (9 months ago)
- Last Synced: 2024-04-23T19:53:49.153Z (9 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mackerel-plugin-budget-oci
Budget custom metrics plugin for mackerel.io agent.
## Install
```bash
$ mkr plugin install natsuneko-laboratory/mackerel-plugin-budget-oci
```## Setting
```toml
[plugin.metrics.budget]
command = "/path/to/mackerel-plugin-budget"
```## Example Metrics
```bash
$ mackerel-plugin-budget-oci -budget=ocid1.budget.oc1.ap-tokyo-1.a...
budget.BudgetA.limit 100 1713804022
budget.BudgetA.actual 151.242233 1713804022
budget.BudgetA.forecasted 206.100006 1713804022
```## License
MIT by [@6jz](https://twitter.com/6jz)