From b2676dfd8c5daa5fb090be801eae0353d0e44d13 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Thu, 29 Feb 2024 13:15:23 -0500 Subject: [PATCH] misc: rename agent-flow-mixin to agent-mixin --- .../{agent-flow-mixin => agent-mixin}/alerts.libsonnet | 0 .../alerts/clustering.libsonnet | 0 .../alerts/controller.libsonnet | 0 .../alerts/opentelemetry.libsonnet | 0 .../alerts/utils/alert.jsonnet | 0 .../{agent-flow-mixin => agent-mixin}/dashboards.libsonnet | 0 .../dashboards/cluster-node.libsonnet | 0 .../dashboards/cluster-overview.libsonnet | 0 .../dashboards/controller.libsonnet | 0 .../dashboards/opentelemetry.libsonnet | 0 .../dashboards/prometheus.libsonnet | 0 .../dashboards/resources.libsonnet | 0 .../dashboards/utils/dashboard.jsonnet | 6 +++--- .../dashboards/utils/panel.jsonnet | 0 .../{agent-flow-mixin => agent-mixin}/grizzly.jsonnet | 0 .../grizzly/alerts.jsonnet | 0 .../grizzly/dashboards.jsonnet | 0 .../{agent-flow-mixin => agent-mixin}/jsonnetfile.json | 0 .../{agent-flow-mixin => agent-mixin}/mixin.libsonnet | 0 19 files changed, 3 insertions(+), 3 deletions(-) rename operations/{agent-flow-mixin => agent-mixin}/alerts.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/alerts/clustering.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/alerts/controller.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/alerts/opentelemetry.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/alerts/utils/alert.jsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/cluster-node.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/cluster-overview.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/controller.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/opentelemetry.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/prometheus.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/resources.libsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/utils/dashboard.jsonnet (94%) rename operations/{agent-flow-mixin => agent-mixin}/dashboards/utils/panel.jsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/grizzly.jsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/grizzly/alerts.jsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/grizzly/dashboards.jsonnet (100%) rename operations/{agent-flow-mixin => agent-mixin}/jsonnetfile.json (100%) rename operations/{agent-flow-mixin => agent-mixin}/mixin.libsonnet (100%) diff --git a/operations/agent-flow-mixin/alerts.libsonnet b/operations/agent-mixin/alerts.libsonnet similarity index 100% rename from operations/agent-flow-mixin/alerts.libsonnet rename to operations/agent-mixin/alerts.libsonnet diff --git a/operations/agent-flow-mixin/alerts/clustering.libsonnet b/operations/agent-mixin/alerts/clustering.libsonnet similarity index 100% rename from operations/agent-flow-mixin/alerts/clustering.libsonnet rename to operations/agent-mixin/alerts/clustering.libsonnet diff --git a/operations/agent-flow-mixin/alerts/controller.libsonnet b/operations/agent-mixin/alerts/controller.libsonnet similarity index 100% rename from operations/agent-flow-mixin/alerts/controller.libsonnet rename to operations/agent-mixin/alerts/controller.libsonnet diff --git a/operations/agent-flow-mixin/alerts/opentelemetry.libsonnet b/operations/agent-mixin/alerts/opentelemetry.libsonnet similarity index 100% rename from operations/agent-flow-mixin/alerts/opentelemetry.libsonnet rename to operations/agent-mixin/alerts/opentelemetry.libsonnet diff --git a/operations/agent-flow-mixin/alerts/utils/alert.jsonnet b/operations/agent-mixin/alerts/utils/alert.jsonnet similarity index 100% rename from operations/agent-flow-mixin/alerts/utils/alert.jsonnet rename to operations/agent-mixin/alerts/utils/alert.jsonnet diff --git a/operations/agent-flow-mixin/dashboards.libsonnet b/operations/agent-mixin/dashboards.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards.libsonnet rename to operations/agent-mixin/dashboards.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/cluster-node.libsonnet b/operations/agent-mixin/dashboards/cluster-node.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/cluster-node.libsonnet rename to operations/agent-mixin/dashboards/cluster-node.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/cluster-overview.libsonnet b/operations/agent-mixin/dashboards/cluster-overview.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/cluster-overview.libsonnet rename to operations/agent-mixin/dashboards/cluster-overview.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/controller.libsonnet b/operations/agent-mixin/dashboards/controller.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/controller.libsonnet rename to operations/agent-mixin/dashboards/controller.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/opentelemetry.libsonnet b/operations/agent-mixin/dashboards/opentelemetry.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/opentelemetry.libsonnet rename to operations/agent-mixin/dashboards/opentelemetry.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/prometheus.libsonnet b/operations/agent-mixin/dashboards/prometheus.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/prometheus.libsonnet rename to operations/agent-mixin/dashboards/prometheus.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/resources.libsonnet b/operations/agent-mixin/dashboards/resources.libsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/resources.libsonnet rename to operations/agent-mixin/dashboards/resources.libsonnet diff --git a/operations/agent-flow-mixin/dashboards/utils/dashboard.jsonnet b/operations/agent-mixin/dashboards/utils/dashboard.jsonnet similarity index 94% rename from operations/agent-flow-mixin/dashboards/utils/dashboard.jsonnet rename to operations/agent-mixin/dashboards/utils/dashboard.jsonnet index 63427a46c9..e17b0ff678 100644 --- a/operations/agent-flow-mixin/dashboards/utils/dashboard.jsonnet +++ b/operations/agent-mixin/dashboards/utils/dashboard.jsonnet @@ -7,8 +7,8 @@ timezone: 'utc', refresh: '10s', schemaVersion: 36, - graphTooltip: 1, // shared crosshair for all graphs - tags: ['grafana-agent-flow-mixin'], + graphTooltip: 1, // shared crosshair for all graphs + tags: ['grafana-agent-mixin'], templating: { list: [{ name: 'datasource', @@ -122,7 +122,7 @@ icon: 'external link', includeVars: true, keepTime: true, - tags: ['grafana-agent-flow-mixin'], + tags: ['grafana-agent-mixin'], targetBlank: false, }], }, diff --git a/operations/agent-flow-mixin/dashboards/utils/panel.jsonnet b/operations/agent-mixin/dashboards/utils/panel.jsonnet similarity index 100% rename from operations/agent-flow-mixin/dashboards/utils/panel.jsonnet rename to operations/agent-mixin/dashboards/utils/panel.jsonnet diff --git a/operations/agent-flow-mixin/grizzly.jsonnet b/operations/agent-mixin/grizzly.jsonnet similarity index 100% rename from operations/agent-flow-mixin/grizzly.jsonnet rename to operations/agent-mixin/grizzly.jsonnet diff --git a/operations/agent-flow-mixin/grizzly/alerts.jsonnet b/operations/agent-mixin/grizzly/alerts.jsonnet similarity index 100% rename from operations/agent-flow-mixin/grizzly/alerts.jsonnet rename to operations/agent-mixin/grizzly/alerts.jsonnet diff --git a/operations/agent-flow-mixin/grizzly/dashboards.jsonnet b/operations/agent-mixin/grizzly/dashboards.jsonnet similarity index 100% rename from operations/agent-flow-mixin/grizzly/dashboards.jsonnet rename to operations/agent-mixin/grizzly/dashboards.jsonnet diff --git a/operations/agent-flow-mixin/jsonnetfile.json b/operations/agent-mixin/jsonnetfile.json similarity index 100% rename from operations/agent-flow-mixin/jsonnetfile.json rename to operations/agent-mixin/jsonnetfile.json diff --git a/operations/agent-flow-mixin/mixin.libsonnet b/operations/agent-mixin/mixin.libsonnet similarity index 100% rename from operations/agent-flow-mixin/mixin.libsonnet rename to operations/agent-mixin/mixin.libsonnet