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: oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/meter/function/avg/AvgHistogramPercentileFunction.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ public abstract class AvgHistogramPercentileFunction extends Meter implements Ac
Copy file name to clipboardExpand all lines: oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/annotation/BanyanDB.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ enum IndexType {
124
124
125
125
/**
126
126
* MeasureField defines a column as a measure's field.
127
+
* The measure field has a significant difference from no-indexing tag.
128
+
* The measure fields are stored in another file, but no-indexing tag is stored in the same file with the indexing tags.
127
129
* <p>
128
130
* Annotated: the column is a measure field.
129
131
* Unannotated: the column is a measure tag.
@@ -219,6 +221,8 @@ enum AnalyzerType {
219
221
/**
220
222
* IndexMode is used to indicate the index mode of the metric.
221
223
* All columns in the metric will be stored in the index exclusively.
224
+
* When an entity column is not used in query condition, only {@link Column#storageOnly()} is allowed.
225
+
* No {@link MeasureField} is allowed for those columns in IndexMode entity.
0 commit comments