Class: SplitIoClient::Telemetry::Usage
- Inherits:
-
Struct
- Object
- Struct
- SplitIoClient::Telemetry::Usage
- Defined in:
- lib/splitclient-rb/telemetry/domain/structs.rb
Overview
ls: lastSynchronization, ml: clientMethodLatencies, me: clientMethodExceptions, he: httpErros, hl: httpLatencies, tr: tokenRefreshes, ar: authRejections, iq: impressionsQueued, ide: impressionsDeduped, idr: impressionsDropped, spc: splitsCount, sec: segmentCount, skc: segmentKeyCount, sl: sessionLengthMs, eq: eventsQueued, ed: eventsDropped, se: streamingEvents, t: tags, ufs: updates from sse
Instance Attribute Summary collapse
-
#ar ⇒ Object
Returns the value of attribute ar.
-
#ed ⇒ Object
Returns the value of attribute ed.
-
#eq ⇒ Object
Returns the value of attribute eq.
-
#he ⇒ Object
Returns the value of attribute he.
-
#hl ⇒ Object
Returns the value of attribute hl.
-
#ide ⇒ Object
Returns the value of attribute ide.
-
#idr ⇒ Object
Returns the value of attribute idr.
-
#iq ⇒ Object
Returns the value of attribute iq.
-
#ls ⇒ Object
Returns the value of attribute ls.
-
#me ⇒ Object
Returns the value of attribute me.
-
#ml ⇒ Object
Returns the value of attribute ml.
-
#se ⇒ Object
Returns the value of attribute se.
-
#sec ⇒ Object
Returns the value of attribute sec.
-
#skc ⇒ Object
Returns the value of attribute skc.
-
#sl ⇒ Object
Returns the value of attribute sl.
-
#spc ⇒ Object
Returns the value of attribute spc.
-
#t ⇒ Object
Returns the value of attribute t.
-
#tr ⇒ Object
Returns the value of attribute tr.
-
#ufs ⇒ Object
Returns the value of attribute ufs.
Instance Attribute Details
#ar ⇒ Object
Returns the value of attribute ar
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ar @ar end |
#ed ⇒ Object
Returns the value of attribute ed
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ed @ed end |
#eq ⇒ Object
Returns the value of attribute eq
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def eq @eq end |
#he ⇒ Object
Returns the value of attribute he
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def he @he end |
#hl ⇒ Object
Returns the value of attribute hl
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def hl @hl end |
#ide ⇒ Object
Returns the value of attribute ide
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ide @ide end |
#idr ⇒ Object
Returns the value of attribute idr
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def idr @idr end |
#iq ⇒ Object
Returns the value of attribute iq
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def iq @iq end |
#ls ⇒ Object
Returns the value of attribute ls
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ls @ls end |
#me ⇒ Object
Returns the value of attribute me
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def me @me end |
#ml ⇒ Object
Returns the value of attribute ml
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ml @ml end |
#se ⇒ Object
Returns the value of attribute se
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def se @se end |
#sec ⇒ Object
Returns the value of attribute sec
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def sec @sec end |
#skc ⇒ Object
Returns the value of attribute skc
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def skc @skc end |
#sl ⇒ Object
Returns the value of attribute sl
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def sl @sl end |
#spc ⇒ Object
Returns the value of attribute spc
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def spc @spc end |
#t ⇒ Object
Returns the value of attribute t
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def t @t end |
#tr ⇒ Object
Returns the value of attribute tr
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def tr @tr end |
#ufs ⇒ Object
Returns the value of attribute ufs
26 27 28 |
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 26 def ufs @ufs end |