Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions charts/platform-grafana-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ The following table lists the configurable parameters of the `platform-grafana-d
|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| nameOverride | Overrides name template | <code>""</code> |
| fullnameOverride | Overrides fullname template | <code>""</code> |
| resources | List of Platform resources for which dashboards will be applied | <code>["nats","openfga"]</code> |
| resources | List of Platform resources for which dashboards will be applied | <code>["nats","openfga","b3"]</code> |
| dashboard.folderID | ID of Grafana folder where these dashboards will be applied | <code>0</code> |
| dashboard.overwrite | If true, dashboard with matching uid will be overwritten | <code>true</code> |
| dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | <code>false</code> |
| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | <code>false</code> |
| dashboard.alerts | | <code>false</code> |
| dashboard.replacements | | <code>{}</code> |
| dashboard.b3.showLicenseMetrics | If true, license metrics panels will be shown | <code>false</code> |
| dashboard.b3.jobName | Job name for Go runtime metrics (process_*, go_*) | <code>ace-platform-api</code> |
| grafana.name | Name of Grafana Appbinding where these dashboards are applied | <code>""</code> |
| grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | <code>""</code> |
| grafana.version | | <code>8.0.7</code> |
Expand Down Expand Up @@ -84,7 +86,7 @@ The following table lists the configurable parameters of the `platform-grafana-d
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2026.1.15 --set resources=["nats","openfga"]
$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2026.1.15 --set resources=["nats","openfga","b3"]
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
Expand Down
Loading