Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Apr 14, 2024
1 parent b1f3e3a commit 61d7757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public class PrometheusConfiguration {
@ConfigField(field = "port")
private int eventMeshPrometheusPort = 19090;

@ConfigFiled(field = "export.host")
@ConfigField(field = "export.host")
private String eventMeshPrometheusExportHost = "0.0.0.0";
}

0 comments on commit 61d7757

Please sign in to comment.