package statistics
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package repository
Type Members
- final case class EncryptionResult(encryptedSymmetricKey: String, encryptedValue: String) extends Product with Serializable
- final class FileName extends AnyVal
- final class Fingerprint extends AnyVal
- class FingerprintService extends LazyLogging with DBIOActionExtensions
- final case class PublicEncryptionKey(key: PublicKey) extends Product with Serializable
- final case class RawFEStatistics(raw: Map[String, Long]) extends Product with Serializable
- final class RequestId extends AnyVal
- sealed trait StatisticError extends AnyRef
- sealed abstract class StatisticKey extends AnyRef
- final case class StatisticUrlConfig(urlBytesSizeLimit: Int = 4900, nuStatsUrl: String = "https://stats.nussknacker.io/?", queryParamsSeparator: String = "&", emptyString: String = "", publicEncryptionKey: PublicEncryptionKey) extends Product with Serializable
- sealed trait Statistics extends AnyRef
- class UsageStatisticsReportsSettingsService extends AnyRef
Value Members
- case object ActiveScenarioCount extends StatisticKey with Product with Serializable
- case object AttachmentsAverage extends StatisticKey with Product with Serializable
- case object AttachmentsTotal extends StatisticKey with Product with Serializable
- case object AuthorsCount extends StatisticKey with Product with Serializable
- case object BoundedStreamCount extends StatisticKey with Product with Serializable
- object CannotEncryptURLError extends StatisticError
- object CannotGenerateStatisticsError extends StatisticError
- case object CategoriesCount extends StatisticKey with Product with Serializable
- case object CommentsAverage extends StatisticKey with Product with Serializable
- case object CommentsTotal extends StatisticKey with Product with Serializable
- case object ComponentsCount extends StatisticKey with Product with Serializable
- case object DesignerUptimeInSeconds extends StatisticKey with Product with Serializable
- object Encryption extends LazyLogging
- object EncryptionType extends Enumeration
- case object FlinkDMCount extends StatisticKey with Product with Serializable
- case object FragmentCount extends StatisticKey with Product with Serializable
- case object FragmentsUsedAverage extends StatisticKey with Product with Serializable
- case object FragmentsUsedMedian extends StatisticKey with Product with Serializable
- case object LiteEmbeddedDMCount extends StatisticKey with Product with Serializable
- case object LiteK8sDMCount extends StatisticKey with Product with Serializable
- case object NodesAverage extends StatisticKey with Product with Serializable
- case object NodesMax extends StatisticKey with Product with Serializable
- case object NodesMedian extends StatisticKey with Product with Serializable
- case object NodesMin extends StatisticKey with Product with Serializable
- case object NuFingerprint extends StatisticKey with Product with Serializable
- case object NuSource extends StatisticKey with Product with Serializable
- case object NuVersion extends StatisticKey with Product with Serializable
- object PublicEncryptionKey extends Serializable
- object RawFEStatistics extends Serializable
- object RequestId
- case object RequestIdStat extends StatisticKey with Product with Serializable
- case object RequestResponseCount extends StatisticKey with Product with Serializable
- case object ScenarioCount extends StatisticKey with Product with Serializable
- object ScenarioStatistics
- object Statistics extends LazyLogging
- case object UnboundedStreamCount extends StatisticKey with Product with Serializable
- case object UnknownDMCount extends StatisticKey with Product with Serializable
- case object UptimeInSecondsAverage extends StatisticKey with Product with Serializable
- case object UptimeInSecondsMax extends StatisticKey with Product with Serializable
- case object UptimeInSecondsMin extends StatisticKey with Product with Serializable
- object UsageStatisticsReportsSettingsService extends LazyLogging
- case object VersionsAverage extends StatisticKey with Product with Serializable
- case object VersionsMax extends StatisticKey with Product with Serializable
- case object VersionsMedian extends StatisticKey with Product with Serializable
- case object VersionsMin extends StatisticKey with Product with Serializable