You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: otlpmetric/otlpmetric-web/src/main/java/com/navercorp/pinpoint/otlp/web/view/MetricDataRequestParameter.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ public class MetricDataRequestParameter {
36
36
@NotBlank
37
37
privateStringmetricName;
38
38
39
+
@NotBlank
39
40
privateStringprimaryForFieldAndTagRelation;
40
41
41
42
privateList<String> tagGroupList;
@@ -48,10 +49,15 @@ public class MetricDataRequestParameter {
48
49
@PositiveOrZero
49
50
privatelongto;
50
51
52
+
@NotBlank
51
53
privateStringchartType;
52
54
55
+
@NotBlank
53
56
privateStringaggregationFunction;
54
57
58
+
@PositiveOrZero
59
+
privateintsamplingInterval;
60
+
55
61
// Getters and setters
56
62
publicStringgetApplicationName() {
57
63
returnapplicationName;
@@ -141,4 +147,12 @@ public void setAggregationFunction(String aggregationFunction) {
0 commit comments