This documentation has an index for AI agents at /llms.txt. A Markdown version of this page is available at https://explorer.opentelemetry.io/collector/components/contrib/snowflakereceiver.md.

Snowflake Receiver

OpenTelemetry Collector receiver · contrib distribution

This receiver collects metrics from a Snowflake account by connecting to and querying a Snowflake deployment.

  • Component ID: contrib-snowflakereceiver
  • Name: snowflakereceiver
  • Type: receiver
  • Distribution: contrib
  • Repository: opentelemetry-collector-contrib

Stability

LevelSignals
alphametrics

Metrics

MetricTypeValue typeUnitStabilityEnabledAttributesDescription
snowflake.billing.cloud_service.totalgaugedouble{credits}developmentnoservice_type (string)Reported total credits used in the cloud service over the last 24 hour window.
snowflake.billing.total_credit.totalgaugedouble{credits}developmentnoservice_type (string)Reported total credits used across account over the last 24 hour window.
snowflake.billing.virtual_warehouse.totalgaugedouble{credits}developmentnoservice_type (string)Reported total credits used by virtual warehouse service over the last 24 hour window.
snowflake.billing.warehouse.cloud_service.totalgaugedouble{credits}developmentnowarehouse_name (string)Credits used across cloud service for given warehouse over the last 24 hour window.
snowflake.billing.warehouse.total_credit.totalgaugedouble{credits}developmentnowarehouse_name (string)Total credits used associated with given warehouse over the last 24 hour window.
snowflake.billing.warehouse.virtual_warehouse.totalgaugedouble{credits}developmentnowarehouse_name (string)Total credits used by virtual warehouse service for given warehouse over the last 24 hour window.
snowflake.database.bytes_scanned.avggaugedoubleBydevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average bytes scanned in a database over the last 24 hour window.
snowflake.database.query.countgaugeint1developmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Total query count for database over the last 24 hour window.
snowflake.logins.totalgaugeint1developmentnoerror_message (string), is_success (string), reported_client_type (string)Total login attempts for account over the last 24 hour window.
snowflake.pipe.credits_used.totalgaugedouble{credits}developmentnopipe_name (string)Snow pipe credits contotaled over the last 24 hour window.
snowflake.query.blockedgaugedouble1developmentyeswarehouse_name (string)Blocked query count for warehouse over the last 24 hour window.
snowflake.query.bytes_deleted.avggaugedoubleBydevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average bytes deleted in database over the last 24 hour window.
snowflake.query.bytes_spilled.local.avggaugedoubleBydevelopmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average bytes spilled (intermediate results do not fit in memory) by local storage over the last 24 hour window.
snowflake.query.bytes_spilled.remote.avggaugedoubleBydevelopmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average bytes spilled (intermediate results do not fit in memory) by remote storage over the last 24 hour window.
snowflake.query.bytes_written.avggaugedoubleBydevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average bytes written by database over the last 24 hour window.
snowflake.query.compilation_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average time taken to compile query over the last 24 hour window.
snowflake.query.data_scanned_cache.avggaugedouble1developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average percentage of data scanned from cache over the last 24 hour window.
snowflake.query.executedgaugedouble1developmentyeswarehouse_name (string)Executed query count for warehouse over the last 24 hour window.
snowflake.query.execution_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average time spent executing queries in database over the last 24 hour window.
snowflake.query.partitions_scanned.avggaugedouble1developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Number of partitions scanned during query so far over the last 24 hour window.
snowflake.query.queued_overloadgaugedouble1developmentyeswarehouse_name (string)Overloaded query count for warehouse over the last 24 hour window.
snowflake.query.queued_provisiongaugedouble1developmentyeswarehouse_name (string)Number of compute resources queued for provisioning over the last 24 hour window.
snowflake.queued_overload_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average time spent in warehouse queue due to warehouse being overloaded over the last 24 hour window.
snowflake.queued_provisioning_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average time spent in warehouse queue waiting for resources to provision over the last 24 hour window.
snowflake.queued_repair_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average time spent in warehouse queue waiting for compute resources to be repaired over the last 24 hour window.
snowflake.rows_deleted.avggaugedouble{rows}developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Number of rows deleted from a table (or tables) over the last 24 hour window.
snowflake.rows_inserted.avggaugedouble{rows}developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Number of rows inserted into a table (or tables) over the last 24 hour window.
snowflake.rows_produced.avggaugedouble{rows}developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average number of rows produced by statement over the last 24 hour window.
snowflake.rows_unloaded.avggaugedouble{rows}developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average number of rows unloaded during data export over the last 24 hour window.
snowflake.rows_updated.avggaugedouble{rows}developmentnodatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average number of rows updated in a table over the last 24 hour window.
snowflake.session_id.countgaugeint1developmentnouser_name (string)Distinct session id's associated with snowflake username over the last 24 hour window.
snowflake.storage.failsafe_bytes.totalgaugedoubleBydevelopmentnoNumber of bytes of data in Fail-safe.
snowflake.storage.stage_bytes.totalgaugedoubleBydevelopmentyesNumber of bytes of stage storage used by files in all internal stages (named, table, user).
snowflake.storage.storage_bytes.totalgaugedoubleBydevelopmentyesNumber of bytes of table storage used, including bytes for data currently in Time Travel.
snowflake.total_elapsed_time.avggaugedoublesdevelopmentyesdatabase_name (string), error_message (string), execution_status (string), query_type (string), schema_name (string), warehouse_name (string), warehouse_size (string)Average elapsed time over the last 24 hour window.

Attributes

AttributeTypeDescription
database_namestringName of database being queried (default is snowflake).
error_messagestringError message reported by query if present.
execution_statusstringExecution status of query being reported.
is_successstringLogin status (success or failure).
pipe_namestringName of snowpipe.
query_typestringType of query performed.
reported_client_typestringClient type used for attempt.
schema_namestringName of schema associated with query result.
service_typestringService type associated with metric query.
user_namestringUsername in query being reported.
warehouse_namestringName of warehouse in query being reported on.
warehouse_sizestringSize of warehouse being reported on.

Data

  • JSON (latest): /data/collector/components/contrib-snowflakereceiver/latest.json
  • JSON (pinned): /data/collector/components/contrib-snowflakereceiver/contrib-snowflakereceiver-15a25f587859.json
  • Explore: /collector/components/contrib/snowflakereceiver