Class FQDSN

java.lang.Object
com.arpnetworking.tsdcore.model.FQDSN
All Implemented Interfaces:
Serializable

public final class FQDSN extends Object implements Serializable
Fully qualified data space name. This uniquely describes the space of all data for a metric in the system. Effectively, this is a hypercube divided by several dimensions including time, period and host as well as any user specified dimensions. The FQDSN is composed of the cluster name, service name, metric name, and statistic. To refer to a specific value in the data space or hypercube of a metric you should use a fully qualified statistic name (FQSN). The identified data space is a time series by period.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot com)
See Also:
  • Method Details