Sha256: 253bfdda85e748d08cb38a9c2c66aade20d04ffb1c9abee677478f2a99a047c7

Contents?: true

Size: 1.14 KB

Versions: 90

Compression:

Stored size: 1.14 KB

Contents

# frozen_string_literal: true

module SplitIoClient
  module Telemetry
    module Domain
      class Constants
        BUR_TIMEOUT = 'bur_timeout'
        NON_READY_USAGES = 'non_ready_usages'

        IMPRESSIONS_DROPPED = 'impressions_dropped'
        IMPRESSIONS_DEDUPE = 'impressions_deduped'
        IMPRESSIONS_QUEUED = 'impressions_queued'

        EVENTS_DROPPED = 'events_dropped'
        EVENTS_QUEUED = 'events_queued'

        SPLIT_SYNC = 'split_sync'
        SEGMENT_SYNC = 'segment_sync'
        IMPRESSIONS_SYNC = 'impressions_sync'
        IMPRESSION_COUNT_SYNC = 'impression_count_sync'
        EVENT_SYNC = 'event_sync'
        TELEMETRY_SYNC = 'telemetry_sync'
        TOKEN_SYNC = 'token_sync'

        SSE_CONNECTION_ESTABLISHED = 0
        OCCUPANCY_PRI = 10
        OCCUPANCY_SEC = 20
        STREAMING_STATUS = 30
        CONNECTION_ERROR = 40
        TOKEN_REFRESH = 50
        ABLY_ERROR = 60
        SYNC_MODE = 70

        TREATMENT = 'treatment'
        TREATMENTS = 'treatments'
        TREATMENT_WITH_CONFIG = 'treatmentWithConfig'
        TREATMENTS_WITH_CONFIG = 'treatmentsWithConfig'
        TRACK = 'track'
      end
    end
  end
end

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
splitclient-rb-8.1.3.pre.rc3-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.3.pre.rc3 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.3.pre.rc2-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.3.pre.rc2 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.3.pre.rc1-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.3.pre.rc1 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.2-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.2 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.2.pre.rc1-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.2.pre.rc1 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc3-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc3 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc2-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc2 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc1-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.1.pre.rc1 lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.0-java lib/splitclient-rb/telemetry/domain/constants.rb
splitclient-rb-8.1.0 lib/splitclient-rb/telemetry/domain/constants.rb