Skip to content

Commit

Permalink
[bugfix] fix custom dashboard show metrics error (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 authored Sep 4, 2024
1 parent 4080f5f commit 1841ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 1841ed5

Please sign in to comment.