Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Nov 22, 2024
1 parent 554244f commit 511b1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class EndpointRelationServerSideMetrics extends Metrics {
private String destEndpoint;
@Setter
@Getter
@ElasticSearch.EnableDocValues
@Column(name = COMPONENT_ID, storageOnly = true)
private int componentId;
@Setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class ProcessRelationClientSideMetrics extends Metrics {
private String entityId;
@Setter
@Getter
@ElasticSearch.EnableDocValues
@Column(name = COMPONENT_ID, storageOnly = true)
@BanyanDB.SeriesID(index = 1)
private int componentId;
Expand Down

0 comments on commit 511b1fb

Please sign in to comment.