You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exporter is designed for integration with Snowflake, a powerful Online Analytical Processing (OLAP) database and data warehousing solution. Its capabilities enable users to create sophisticated queries and dashboards for comprehensive analysis of traces, metrics, and logs. Additionally, it facilitates the querying of trace spans, including their relationships with parent and child spans, enhancing the depth of trace data analysis.
Example configuration for the component
NOT FINAL: This is an initial design/work-in-progress.
Field
Type
Required
Default Value
endpoint
string
Yes
username
string
Yes
password
string
Yes
database
string
Yes
schema
string
Yes
traces.enabled
boolean
Yes
traces.tableName
string
No
"traces"
traces.ttl
string
No
"72h"
metrics.enabled
boolean
Yes
metrics.tableName
string
No
"metrics"
metrics.ttl
string
No
"72h"
logs.enabled
boolean
Yes
logs.tableName
string
No
"logs"
logs.ttl
string
No
"72h"
Telemetry data types supported
Traces, metrics, and logs are allowable types of telemetry data for export.
Is this a vendor-specific component?
This is a vendor-specific component
If this is a vendor-specific component, I am proposing to contribute and support it as a representative of the vendor.
Code Owner(s)
No response
Sponsor (optional)
No response
Additional context
The text was updated successfully, but these errors were encountered:
The purpose and use-cases of the new component
This exporter is designed for integration with Snowflake, a powerful Online Analytical Processing (OLAP) database and data warehousing solution. Its capabilities enable users to create sophisticated queries and dashboards for comprehensive analysis of traces, metrics, and logs. Additionally, it facilitates the querying of trace spans, including their relationships with parent and child spans, enhancing the depth of trace data analysis.
Example configuration for the component
NOT FINAL: This is an initial design/work-in-progress.
endpoint
username
password
database
schema
traces.enabled
traces.tableName
traces.ttl
metrics.enabled
metrics.tableName
metrics.ttl
logs.enabled
logs.tableName
logs.ttl
Telemetry data types supported
Traces, metrics, and logs are allowable types of telemetry data for export.
Is this a vendor-specific component?
Code Owner(s)
No response
Sponsor (optional)
No response
Additional context
The text was updated successfully, but these errors were encountered: