Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: Snowflake Exporter #29618

Closed
2 tasks
waseemshahwan opened this issue Dec 1, 2023 · 0 comments
Closed
2 tasks

New component: Snowflake Exporter #29618

waseemshahwan opened this issue Dec 1, 2023 · 0 comments
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor

Comments

@waseemshahwan
Copy link

waseemshahwan commented Dec 1, 2023

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.

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

@waseemshahwan waseemshahwan added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

1 participant