package statistics
Ordering
- Alphabetic
Visibility
- Public
- All
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
- object ActiveScenarioCount extends StatisticKey with Product with Serializable
- object AttachmentsAverage extends StatisticKey with Product with Serializable
- object AttachmentsTotal extends StatisticKey with Product with Serializable
- object AuthorsCount extends StatisticKey with Product with Serializable
- object BoundedStreamCount extends StatisticKey with Product with Serializable
- object CannotEncryptURLError extends StatisticError
- object CannotGenerateStatisticsError extends StatisticError
- object CategoriesCount extends StatisticKey with Product with Serializable
- object CommentsAverage extends StatisticKey with Product with Serializable
- object CommentsTotal extends StatisticKey with Product with Serializable
- object ComponentsCount extends StatisticKey with Product with Serializable
- object DesignerUptimeInSeconds extends StatisticKey with Product with Serializable
- object Encryption extends LazyLogging
- object EncryptionType extends Enumeration
- object FlinkDMCount extends StatisticKey with Product with Serializable
- object FragmentCount extends StatisticKey with Product with Serializable
- object FragmentsUsedAverage extends StatisticKey with Product with Serializable
- object FragmentsUsedMedian extends StatisticKey with Product with Serializable
- object LiteEmbeddedDMCount extends StatisticKey with Product with Serializable
- object LiteK8sDMCount extends StatisticKey with Product with Serializable
- object NodesAverage extends StatisticKey with Product with Serializable
- object NodesMax extends StatisticKey with Product with Serializable
- object NodesMedian extends StatisticKey with Product with Serializable
- object NodesMin extends StatisticKey with Product with Serializable
- object NuFingerprint extends StatisticKey with Product with Serializable
- object NuSource extends StatisticKey with Product with Serializable
- object NuVersion extends StatisticKey with Product with Serializable
- object PublicEncryptionKey extends Serializable
- object RawFEStatistics extends Serializable
- object RequestId
- object RequestIdStat extends StatisticKey with Product with Serializable
- object RequestResponseCount extends StatisticKey with Product with Serializable
- object ScenarioCount extends StatisticKey with Product with Serializable
- object ScenarioStatistics
- object Statistics extends LazyLogging
- object UnboundedStreamCount extends StatisticKey with Product with Serializable
- object UnknownDMCount extends StatisticKey with Product with Serializable
- object UptimeInSecondsAverage extends StatisticKey with Product with Serializable
- object UptimeInSecondsMax extends StatisticKey with Product with Serializable
- object UptimeInSecondsMin extends StatisticKey with Product with Serializable
- object UsageStatisticsReportsSettingsService extends LazyLogging
- object VersionsAverage extends StatisticKey with Product with Serializable
- object VersionsMax extends StatisticKey with Product with Serializable
- object VersionsMedian extends StatisticKey with Product with Serializable
- object VersionsMin extends StatisticKey with Product with Serializable