ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Ingests log records over OTLP/HTTP via POST /v1/logs. The simplified
entries are assembled into the OTLP resourceLogs -> scopeLogs -> logRecords envelope, tagged with the shared resource attributes.
Runs a query-range request via POST /api/v4/query_range. The
builder is SigNoz's composite query payload (compositeQuery /
builder queries); start/end/step fill the time window. Returns the
parsed response.
Lists the known log field/attribute keys via GET /api/v1/logs/fields.
Lists the observed services via GET /api/v1/services.
SigNozStorewraps SigNoz's OTLP/HTTP log ingest and its query-range API (plus log-field and service metadata) behind theNoSqlStorelifecycle.