Fix `AvgHistogramPercentileFunction` legacy name. (#12039)
This commit is contained in:
parent
f4836327a6
commit
b6d8d3a174
|
|
@ -79,6 +79,7 @@
|
|||
* Add Golang as a supported language for Kafka.
|
||||
* Support displaying the port services listen to from OAP and UI during server start.
|
||||
* Refactor data-generator to support generating metrics.
|
||||
* Fix `AvgHistogramPercentileFunction` legacy name.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ public abstract class AvgHistogramPercentileFunction extends Meter implements Ac
|
|||
@Getter
|
||||
@Setter
|
||||
@Column(name = VALUE, dataType = Column.ValueDataType.LABELED_VALUE, storageOnly = true)
|
||||
@ElasticSearch.Column(legacyName = "name")
|
||||
@ElasticSearch.Column(legacyName = "value")
|
||||
@BanyanDB.MeasureField
|
||||
private DataTable percentileValues = new DataTable(10);
|
||||
@Getter
|
||||
|
|
|
|||
Loading…
Reference in New Issue