Skip to content

Commit dcce4a5

Browse files
committed
chore(rabbitmq): remove rabbitmq
1 parent 9a80886 commit dcce4a5

9 files changed

Lines changed: 0 additions & 8473 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ We welcome your input! If you have feedback, please [submit an issue][issues]. I
105105
| <a name="log_max_lines_shift"></a> [LOG_MAX_LINES_SHIFT](#log_max_lines_shift) | 28 | Max size shift of single file, default is 28 means 1 << 28, 256MB |
106106
| <a name="log_daily_rotate"></a> [LOG_DAILY_ROTATE](#log_daily_rotate) | true | Segment log daily, default is true |
107107
| <a name="log_max_days"></a> [LOG_MAX_DAYS](#log_max_days) | 7 | Expired days of log file(delete after max days) |
108-
| <a name="amqp_publisher"></a> [AMQP_PUBLISHER](#amqp_publisher) | no default | Publish Events to AMQP |
109-
| <a name="amqp_publisher_host"></a> [AMQP_PUBLISHER_HOST](#amqp_publisher_host) | no default | RabbitMQ URL |
110-
| <a name="amqp_publisher_exchange"></a> [AMQP_PUBLISHER_EXCHANGE](#amqp_publisher_exchange) | no default | AMQP Publisher Exchange |
111108
| <a name="dashboard_json"></a> [DASHBOARD_JSON](#dashboard_json) | true | Poll a location for json files that contain dashboards |
112109
| <a name="dashboard_json_path"></a> [DASHBOARD_JSON_PATH](#dashboard_json_path) | /usr/share/grafana/dashboards | Location to scan for json dashboards |
113110
| <a name="plugins_path"></a> [PLUGINS_PATH](#plugins_path) | /var/lib/grafana/plugins | Path to where grafana can install plugins |

charts/grafana/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
-10.4 KB
Binary file not shown.

charts/grafana/templates/_helpers.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ env:
7676
value: {{ .Values.global.prometheusLocation }}
7777
- name: "VALKEY_LOCATION"
7878
value: {{ .Values.global.valkeyLocation }}
79-
- name: "RABBITMQ_LOCATION"
80-
value: {{ .Values.global.rabbitmqLocation }}
8179
- name: "STORAGE_LOCATION"
8280
value: {{ .Values.global.storageLocation }}
8381
- name: "DATABASE_LOCATION"

charts/grafana/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ global:
6969
valkeyLocation: "on-cluster"
7070
grafanaLocation: "on-cluster"
7171
storageLocation: "on-cluster"
72-
rabbitmqLocation: "on-cluster"
7372
databaseLocation: "on-cluster"
7473
passportLocation: "on-cluster"
7574
registryLocation: "on-cluster"

rootfs/usr/share/grafana/api/dashboards/drycc_component_health.json

Lines changed: 0 additions & 237 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,243 +2648,6 @@
26482648
"title": "STORAGE-META-TIKV",
26492649
"type": "row"
26502650
},
2651-
{
2652-
"collapsed": true,
2653-
"gridPos": {
2654-
"h": 1,
2655-
"w": 24,
2656-
"x": 0,
2657-
"y": 19
2658-
},
2659-
"id": 42,
2660-
"panels": [
2661-
{
2662-
"aliasColors": {},
2663-
"bars": false,
2664-
"dashLength": 10,
2665-
"dashes": false,
2666-
"editable": true,
2667-
"error": false,
2668-
"fill": 1,
2669-
"fillGradient": 0,
2670-
"grid": {},
2671-
"gridPos": {
2672-
"h": 7,
2673-
"w": 12,
2674-
"x": 0,
2675-
"y": 20
2676-
},
2677-
"hiddenSeries": false,
2678-
"id": 13,
2679-
"interval": "",
2680-
"isNew": true,
2681-
"legend": {
2682-
"avg": false,
2683-
"current": false,
2684-
"max": false,
2685-
"min": false,
2686-
"show": false,
2687-
"total": false,
2688-
"values": false
2689-
},
2690-
"lines": true,
2691-
"linewidth": 2,
2692-
"links": [],
2693-
"nullPointMode": "connected",
2694-
"options": {
2695-
"alertThreshold": true
2696-
},
2697-
"percentage": false,
2698-
"pluginVersion": "9.1.1",
2699-
"pointradius": 5,
2700-
"points": false,
2701-
"renderer": "flot",
2702-
"seriesOverrides": [],
2703-
"spaceLength": 10,
2704-
"stack": false,
2705-
"steppedLine": false,
2706-
"targets": [
2707-
{
2708-
"alias": "$tag_pod_name",
2709-
"editorMode": "code",
2710-
"expr": "sum (rate (container_cpu_usage_seconds_total{image!=\"\",pod!=\"\",namespace=\"drycc\",container=~\"^drycc-rabbitmq.*$\"}[1m])) by (pod) * 1000",
2711-
"groupBy": [
2712-
{
2713-
"params": [
2714-
"$interval"
2715-
],
2716-
"type": "time"
2717-
},
2718-
{
2719-
"params": [
2720-
"pod_name"
2721-
],
2722-
"type": "tag"
2723-
},
2724-
{
2725-
"params": [
2726-
"null"
2727-
],
2728-
"type": "fill"
2729-
}
2730-
],
2731-
"legendFormat": "__auto",
2732-
"orderByTime": "ASC",
2733-
"policy": "default",
2734-
"range": true,
2735-
"refId": "A",
2736-
"resultFormat": "time_series"
2737-
}
2738-
],
2739-
"thresholds": [],
2740-
"timeRegions": [],
2741-
"title": "CPU",
2742-
"tooltip": {
2743-
"msResolution": false,
2744-
"shared": true,
2745-
"sort": 0,
2746-
"value_type": "cumulative"
2747-
},
2748-
"type": "graph",
2749-
"xaxis": {
2750-
"mode": "time",
2751-
"show": true,
2752-
"values": []
2753-
},
2754-
"yaxes": [
2755-
{
2756-
"format": "short",
2757-
"label": "Millicores",
2758-
"logBase": 1,
2759-
"show": true
2760-
},
2761-
{
2762-
"format": "short",
2763-
"logBase": 1,
2764-
"show": true
2765-
}
2766-
],
2767-
"yaxis": {
2768-
"align": false
2769-
}
2770-
},
2771-
{
2772-
"aliasColors": {},
2773-
"bars": false,
2774-
"dashLength": 10,
2775-
"dashes": false,
2776-
"editable": true,
2777-
"error": false,
2778-
"fill": 1,
2779-
"fillGradient": 0,
2780-
"grid": {},
2781-
"gridPos": {
2782-
"h": 7,
2783-
"w": 12,
2784-
"x": 12,
2785-
"y": 20
2786-
},
2787-
"hiddenSeries": false,
2788-
"id": 14,
2789-
"isNew": true,
2790-
"legend": {
2791-
"avg": false,
2792-
"current": false,
2793-
"max": false,
2794-
"min": false,
2795-
"show": false,
2796-
"total": false,
2797-
"values": false
2798-
},
2799-
"lines": true,
2800-
"linewidth": 2,
2801-
"links": [],
2802-
"nullPointMode": "connected",
2803-
"options": {
2804-
"alertThreshold": true
2805-
},
2806-
"percentage": false,
2807-
"pluginVersion": "9.1.1",
2808-
"pointradius": 5,
2809-
"points": false,
2810-
"renderer": "flot",
2811-
"seriesOverrides": [],
2812-
"spaceLength": 10,
2813-
"stack": false,
2814-
"steppedLine": false,
2815-
"targets": [
2816-
{
2817-
"alias": "$tag_pod_name",
2818-
"editorMode": "code",
2819-
"expr": "sum (container_memory_working_set_bytes{image!=\"\",pod!=\"\",namespace=\"drycc\",container=~\"^drycc-rabbitmq.*$\"}) by (pod)",
2820-
"groupBy": [
2821-
{
2822-
"params": [
2823-
"$interval"
2824-
],
2825-
"type": "time"
2826-
},
2827-
{
2828-
"params": [
2829-
"pod_name"
2830-
],
2831-
"type": "tag"
2832-
},
2833-
{
2834-
"params": [
2835-
"null"
2836-
],
2837-
"type": "fill"
2838-
}
2839-
],
2840-
"legendFormat": "__auto",
2841-
"orderByTime": "ASC",
2842-
"policy": "default",
2843-
"range": true,
2844-
"refId": "A",
2845-
"resultFormat": "time_series"
2846-
}
2847-
],
2848-
"thresholds": [],
2849-
"timeRegions": [],
2850-
"title": "Memory",
2851-
"tooltip": {
2852-
"msResolution": true,
2853-
"shared": true,
2854-
"sort": 0,
2855-
"value_type": "cumulative"
2856-
},
2857-
"type": "graph",
2858-
"xaxis": {
2859-
"mode": "time",
2860-
"show": true,
2861-
"values": []
2862-
},
2863-
"yaxes": [
2864-
{
2865-
"format": "bytes",
2866-
"logBase": 1,
2867-
"show": true
2868-
},
2869-
{
2870-
"format": "short",
2871-
"logBase": 1,
2872-
"show": true
2873-
}
2874-
],
2875-
"yaxis": {
2876-
"align": false
2877-
}
2878-
}
2879-
],
2880-
"targets": [
2881-
{
2882-
"refId": "A"
2883-
}
2884-
],
2885-
"title": "RABBITMQ",
2886-
"type": "row"
2887-
},
28882651
{
28892652
"collapsed": true,
28902653
"gridPos": {

0 commit comments

Comments
 (0)