Skip to content

Commit

Permalink
chore: adding grafana dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Borens <michael.borens@contentsquare.com>
  • Loading branch information
micborens committed Feb 12, 2024
1 parent 4dd3541 commit 87e9f49
Show file tree
Hide file tree
Showing 3 changed files with 2,563 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -407,7 +407,9 @@ The following table lists the configurable parameters of the Harbor chart and th
| `metrics.rules.additionalRuleGroupAnnotations.HarborLatency99` | Additional annotations for specific PrometheusRule alert groups HarborLatency99 | `{}` |
| `metrics.rules.additionalRuleGroupAnnotations.HarborRateErrors` | Additional annotations for specific PrometheusRule alert groups HarborRateErrors | `{}` |
| `metrics.rules.additionalRuleGroupAnnotations.HarborQuotaProjectLimit` | Additional annotations for specific PrometheusRule alert groups HarborQuotaProjectLimit | `{}` |
| `metrics.rules.additionalGroups` | additional groups to add to the rules file | `[]` |
| `metrics.rules.additionalGroups` | additional groups to add to the rules file | `[]` |
| `metrics.grafanaDashboard.enabled` | create harbor grafana dashboard in a configmap | `false` |
| `metrics.grafanaDashboard.additionalLabels` | additional labels added to the configmap | `{}` |
| **Trace** | | |
| `trace.enabled` | Enable tracing or not | `false` |
| `trace.provider` | The tracing provider: `jaeger` or `otel`. `jaeger` should be 1.26+ | `jaeger` |
Expand Down

0 comments on commit 87e9f49

Please sign in to comment.