Skip to main content

SigLens Metrics

Overview

SigLens exports metrics that track system performance, resource usage, and operational health. This guide organizes metrics by their functional domains for easier monitoring and troubleshooting.

System Performance Metrics

Query Performance

Metric NameTypeUnitDescription
ss.query.latency.msGaugemillisecondsQuery latency in milliseconds
ss.query.countCountercountQuery counts
ss.current.events.searchedGaugecountCurrent number of events searched
ss.current.events.matchedGaugecountCurrent number of events matched

Storage Performance

Metric NameTypeUnitDescription
ss.segment.latency.min.msGaugemillisecondsSegment latency min in ms
ss.segment.latency.max.msGaugemillisecondsSegment latency max in ms
ss.segment.latency.avg.msGaugemillisecondsSegment latency avg in ms
ss.segment.latency.p95.msGaugemillisecondsSegment latency p95 in ms

Resource Usage Metrics

Storage Usage

Metric NameTypeUnitDescription
ss.total.logs.on.disk.bytesGaugebytesTotal number of bytes on disk for log data
ss.total.metrics.on.disk.bytesGaugebytesTotal number of metric bytes on disk
ss.on.disk.bytes.per.indexGaugebytesOn disk bytes per index
ss.total.cmi.sizeGaugebytesTotal size of CMI files
ss.total.csg.sizeGaugebytesTotal size of CSG files

Data Volume

Metric NameTypeUnitDescription
ss.total.bytes.receivedGaugebytesTotal number of bytes received
ss.past.minute.event.volumeGaugebytesVolume of events ingested in the past minute
ss.bytes.count.per.indexGaugebytesBytes count per index

Operational Metrics

Data Ingestion

Metric NameTypeUnitDescription
ss.total.event.countGaugecountTotal number of events
ss.past.minute.event.countGaugecountNumber of events ingested in the past minute
ss.past.minute.num.data.pointsGaugecountNumber of metric data points ingested in the past minute
ss.post.requests.countCountercountCounts post requests received
ss.event.count.per.indexGaugecountEvent count per index

Storage Management

Metric NameTypeUnitDescription
ss.current.segstore.countGaugecountCurrent number of segstores
ss.current.segment.microindex.countGaugecountCurrent number of segment microindexes
ss.total.segment.countGaugecountTotal number of segments across all indexes
ss.segfile.rotate.countCountercountSegment rotation count
ss.wip.buffer.flush.countCountercountWIP flush count

Index Management

Metric NameTypeUnitDescription
ss.total.index.countGaugecountTotal number of indexes
ss.files.per.indexGaugecountNumber of files per index
ss.blocks.per.indexGaugecountNumber of blocks per index
ss.total.column.countGaugecountTotal number of unique columns across all indexes

Tag Management

Metric NameTypeUnitDescription
ss.total.tag.key.countGaugecountTotal number of tag keys
ss.total.tag.value.countGaugecountTotal number of tag values
ss.total.metric.namesGaugecountTotal number of metric names
ss.total.time.seriesGaugecountTotal number of time series

S3 Operations

Metric NameTypeUnitDescription
ss.s3uploads.receivedCountercountS3 uploads received
ss.s3downloads.receivedCountercountS3 downloads received
ss.s3deleted.receivedCountercountS3 deletes received