Skip to content

Commit

Permalink
opentelemetry: fix dashboard datasource template
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtief committed Sep 19, 2024
1 parent 8362624 commit a8ca447
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion opentelemetry/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
appVersion: v0.108.0
name: opentelemetry-operator
version: 0.3.8
version: 0.3.9
description: OpenTelemetry Operator Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
type: application
Expand Down
18 changes: 17 additions & 1 deletion opentelemetry/chart/dashboards/otel-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,23 @@
"style": "dark",
"tags": [],
"templating": {
"list": []
"list": [
{
"description": null,
"error": null,
"hide": 0,
"includeAll": false,
"label": null,
"multi": false,
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
}
]
},
"time": {
"from": "now-24h",
Expand Down
4 changes: 2 additions & 2 deletions opentelemetry/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: opentelemetry
spec:
version: 0.3.8
version: 0.3.9
displayName: OpenTelemetry
description: Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, and logs.
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/opentelemetry/logo.png
helmChart:
name: opentelemetry-operator
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.3.8
version: 0.3.9
options:
- default: true
description: Activates the standard configuration for logs
Expand Down

0 comments on commit a8ca447

Please sign in to comment.