MCPcopy
hub / github.com/OpenTSDB/opentsdb / metrics_width

Method metrics_width

src/core/TSDB.java:954–956  ·  view source on GitHub ↗

@return the width, in bytes, of metric UIDs

()

Source from the content-addressed store, hash-verified

952
953 /** @return the width, in bytes, of metric UIDs */
954 public static short metrics_width() {
955 return METRICS_WIDTH;
956 }
957
958 /** @return the width, in bytes, of tagk UIDs */
959 public static short tagk_width() {

Calls

no outgoing calls