- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for Grafana (0.06 sec)
-
manifests/addons/values-grafana.yaml
options: path: /var/lib/grafana/dashboards/istio - name: "istio-services" orgId: 1 folder: "istio" type: file disableDeletion: false options: path: /var/lib/grafana/dashboards/istio-services dashboardsConfigMaps: istio: "istio-grafana-dashboards" istio-services: "istio-services-grafana-dashboards"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 20:46:28 UTC 2024 - 1.7K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/README.md
- Grafana installed as explained [here](https://grafana.com/grafana/download). ## MinIO Grafana Dashboard Visualize MinIO metrics with our official Grafana dashboard available on the [Grafana dashboard portal](https://grafana.com/grafana/dashboards/13502). Refer to the dashboard [json file here](https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/minio-dashboard.json).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 17:38:53 UTC 2024 - 2.4K bytes - Viewed (0) -
manifests/addons/dashboards/README.md
# Grafana Dashboards This folder contains Istio's official Grafana dashboards. These get publish to [Grafana](https://grafana.com/orgs/istio/dashboards) during release, and are bundled into our [Grafana sample](../../../samples/addons/grafana.yaml). ## Jsonnet Newer dashboards are generated with [Jsonnet](https://jsonnet.org/) with the [Grafonnet](https://grafana.github.io/grafonnet/index.html).
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 815 bytes - Viewed (0) -
manifests/addons/gen.sh
< "${DASHBOARDS}/$1" jq -c > "${TMP}/$1" } # Set up grafana { # Generate all dynamic dashboards ( pushd "${DASHBOARDS}" > /dev/null jb install for file in *.libsonnet; do dashboard="${file%.*}" jsonnet -J vendor -J lib "${file}" > "${dashboard}-dashboard.gen.json" done ) helm3 template grafana grafana \ --namespace istio-system \ --version "${GRAFANA_VERSION}" \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Nov 03 18:01:40 UTC 2024 - 3.5K bytes - Viewed (0) -
manifests/addons/dashboards/lib/lib-grid.libsonnet
local d = import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet'; local panelUtil = import 'github.com/grafana/grafonnet/gen/grafonnet-v11.0.0/custom/util/panel.libsonnet'; // This is forked from https://grafana.github.io/grafonnet/API/util.html#obj-grid // to allow automatic width to fill the grid { local root = self, local gridWidth = 24, '#makeGrid':: d.func.new( |||
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 2.3K bytes - Viewed (0) -
docs/metrics/prometheus/README.md
### 6. Configure Grafana After Prometheus is configured, you can use Grafana to visualize MinIO metrics. Refer the [document here to setup Grafana with MinIO prometheus metrics](https://github.com/minio/minio/blob/master/docs/metrics/prometheus/grafana/README.md). ## List of metrics exposed by MinIO
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Apr 12 15:49:30 UTC 2024 - 7.1K bytes - Viewed (0) -
manifests/addons/dashboards/jsonnetfile.json
{ "version": 1, "dependencies": [ { "source": { "git": { "remote": "https://github.com/grafana/grafonnet.git", "subdir": "gen/grafonnet-latest" } }, "version": "main" } ], "legacyImports": true
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 266 bytes - Viewed (0) -
manifests/addons/dashboards/jsonnetfile.lock.json
"git": { "remote": "https://github.com/grafana/grafonnet.git", "subdir": "gen/grafonnet-latest" } }, "version": "18eb4e529c60ec20ab243e2da3bcb52b2fd0d223", "sum": "eyuJ0jOXeA4MrobbNgU4/v5a7ASDHslHZ0eS6hDdWoI=" }, { "source": { "git": { "remote": "https://github.com/grafana/grafonnet.git", "subdir": "gen/grafonnet-v11.0.0" }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 1.2K bytes - Viewed (0) -
istioctl/pkg/dashboard/dashboard_test.go
ExpectedRegexp: regexp.MustCompile("http://localhost:3456"), WantException: false, }, { // case 6 Args: strings.Split("grafana --browser=false", " "), ExpectedOutput: "Error: no pods found with selector app.kubernetes.io/name=grafana\n", WantException: true, }, { // case 7 Args: strings.Split("jaeger --browser=false", " "),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Nov 21 01:17:24 UTC 2023 - 4.3K bytes - Viewed (0) -
manifests/addons/dashboards/lib/g.libsonnet
import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet'...
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 74 bytes - Viewed (0)