Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiPresario001 committed Jan 14, 2025
1 parent d47a569 commit cf2bdfb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/grafana-validator-general.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg by (task) (validator_organic_node_text_tokens)",
"expr": "validator_organic_node_text_tokens",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand Down Expand Up @@ -411,7 +411,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg by (task) (validator_organic_node_text_tokens_per_sec)",
"expr": "validator_organic_node_text_tokens_per_sec",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand Down Expand Up @@ -511,7 +511,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": false,
"expr": "avg by (http_status_code) (rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/chat/completions\"}[1m]) * 60)",
"expr": "rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/chat/completions\"}[1m]) * 60",
"format": "time_series",
"fullMetaSearch": false,
"includeNullMetadata": false,
Expand Down Expand Up @@ -612,7 +612,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg by (http_status_code) (rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/text-to-image\"}[1m]) * 60)",
"expr": "rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/text-to-image\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -711,7 +711,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg by (http_status_code) (rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/image-to-image\"}[1m]) * 60)",
"expr": "rate(http_server_response_size_bytes_count{exported_job=\"organic_node\", http_target=\"/v1/image-to-image\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1318,7 +1318,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg by (http_target) (rate(validator_organic_node_image_success_total{exported_job=\"organic_node\"}[1m]) * 60)",
"expr": "rate(validator_organic_node_image_success_total{exported_job=\"organic_node\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1416,7 +1416,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg by (reason) (rate(validator_organic_node_image_error_total{exported_job=\"organic_node\"}[1m]) * 60)",
"expr": "rate(validator_organic_node_image_error_total{exported_job=\"organic_node\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1514,7 +1514,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg by (http_target) (rate(validator_organic_node_text_success_total{exported_job=\"organic_node\"}[1m]) * 60)",
"expr": "rate(validator_organic_node_text_success_total{exported_job=\"organic_node\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1612,7 +1612,7 @@
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg by (http_target) (rate(validator_organic_node_text_error_total{exported_job=\"organic_node\"}[1m]) * 60)",
"expr": "rate(validator_organic_node_text_error_total{exported_job=\"organic_node\"}[1m]) * 60",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down

0 comments on commit cf2bdfb

Please sign in to comment.