Skip to content

Commit

Permalink
bugfix java.lang.IllegalArgumentException: Illegal character in query… (
Browse files Browse the repository at this point in the history
#1443)

Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Logic <zqr10159@dromara.org>
  • Loading branch information
tomsun28 and zqr10159 authored Dec 26, 2023
1 parent a7a1f13 commit 895d2d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions manager/src/main/resources/define/app-hertzbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ metrics:
priority: 1
fields:
- field: state
type: 1
type: 2
protocol: http
http:
host: ^_^host^_^
Expand All @@ -202,7 +202,7 @@ metrics:
parseScript: '$.availableTags[?(@.tag == "state")].values[*]'

- name: threads
priority: 2
priority: 3
fields:
- field: state
type: 1
Expand Down Expand Up @@ -231,7 +231,7 @@ metrics:

- name: space_name
visible: false
priority: 3
priority: 4
fields:
- field: id
type: 1
Expand All @@ -252,7 +252,7 @@ metrics:
parseScript: '$.availableTags[?(@.tag == "id")].values[*]'

- name: memory_used
priority: 4
priority: 5
fields:
- field: space
type: 1
Expand Down
14 changes: 7 additions & 7 deletions manager/src/main/resources/define/app-spring_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ metrics:

- name: thread_state
visible: false
priority: 1
priority: 2
fields:
- field: state
type: 1
Expand All @@ -228,7 +228,7 @@ metrics:
parseScript: '$.availableTags[?(@.tag == "state")].values[*]'

- name: threads
priority: 2
priority: 3
fields:
- field: state
type: 1
Expand All @@ -252,7 +252,7 @@ metrics:

- name: space_name
visible: false
priority: 3
priority: 4
fields:
- field: id
type: 1
Expand All @@ -267,7 +267,7 @@ metrics:
parseScript: '$.availableTags[?(@.tag == "id")].values[*]'

- name: memory_used
priority: 4
priority: 5
fields:
- field: space
type: 1
Expand All @@ -293,7 +293,7 @@ metrics:
parseScript: '$'

- name: health
priority: 5
priority: 6
fields:
- field: status
type: 1
Expand All @@ -308,7 +308,7 @@ metrics:

- name: route_id
visible: false
priority: 6
priority: 7
fields:
- field: name
type: 1
Expand All @@ -323,7 +323,7 @@ metrics:
parseScript: '$[*].route_id'

- name: route_info
priority: 7
priority: 8
fields:
- field: route_id
type: 1
Expand Down

0 comments on commit 895d2d7

Please sign in to comment.