We are trying to build an extension for fetching Prometheus metrics from a system. We have already created the extension.yaml to define the metrics, featureset, groups etc but needs some sample alert.json & dashboard.json
to build the full extension bundle zip (to be uploaded to the DT tenant). Our extension would run locally as an Oneagent extension .
my-sample-extension/
└── src/
├── extension.yaml
dashboards/
└── dashboard.json
alerts/
└── alert.json
Can anyone help please?
Thanks
Featured Posts