This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 1841ed59d [bugfix] fix custom dashboard show metrics error (#2675)
1841ed59d is described below
commit 1841ed59d8481acc6fb51375be2c1a611a1715e3
Author: aias00 <[email protected]>
AuthorDate: Wed Sep 4 18:42:42 2024 +0800
[bugfix] fix custom dashboard show metrics error (#2675)
---
.../org/apache/hertzbeat/common/entity/manager/bulletin/Bulletin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/common/src/main/java/org/apache/hertzbeat/common/entity/manager/bulletin/Bulletin.java
b/common/src/main/java/org/apache/hertzbeat/common/entity/manager/bulletin/Bulletin.java
index a500a6320..60e1d87be 100644
---
a/common/src/main/java/org/apache/hertzbeat/common/entity/manager/bulletin/Bulletin.java
+++
b/common/src/main/java/org/apache/hertzbeat/common/entity/manager/bulletin/Bulletin.java
@@ -70,7 +70,7 @@ public class Bulletin {
@Schema(description = "Monitor Fields")
- @Column(length = 4096, columnDefinition = "json")
+ @Column(length = 4096)
private String fields;
@Schema(description = "Tags(status:success,env:prod)", example = "{name:
key1, value: value1}",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]