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

[receiver/snowflake] Enable component #21475

Merged
merged 7 commits into from
May 3, 2023

Conversation

shalper2
Copy link
Contributor

@shalper2 shalper2 commented May 3, 2023

Description: Graduate snowflakereceiver component to Alpha

Link to tracking Issue: 21381

Testing: Ran make otelcontribcol and ran command with the following config:

receivers:
  snowflake:
    username: snowflakeuser
    password: securepassword
    account: bigbusinessaccount
    warehouse: metricWarehouse

exporters:
  logging:

service:
  pipelines:
    metrics:
      receivers: [snowflake]
      exporters: [logging]

and received the following output:

./opentelemetry-collector-contrib/bin/otelcontribcol_darwin_amd64 --config=file:config.yaml
2023-05-03T09:01:44.738-0500	info	service/telemetry.go:115	Setting up own telemetry...
2023-05-03T09:01:44.738-0500	info	service/telemetry.go:172	Serving Prometheus metrics	{"address": ":8888", "level": "Basic"}
2023-05-03T09:01:44.738-0500	info	[email protected]/exporter.go:286	Development component. May change in the future.	{"kind": "exporter", "data_type": "metrics", "name": "logging"}
2023-05-03T09:01:44.738-0500	info	[email protected]/receiver.go:307	Development component. May change in the future.	{"kind": "receiver", "name": "snowflake", "data_type": "metrics"}
2023-05-03T09:01:44.739-0500	info	service/service.go:130	Starting otelcontribcol...	{"Version": "0.76.3-dev", "NumCPU": 12}
2023-05-03T09:01:44.739-0500	info	extensions/extensions.go:41	Starting extensions...
2023-05-03T09:01:44.739-0500	info	service/service.go:147	Everything is ready. Begin running and processing data.

indicating that the component was successfully added to the collector.

@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command receiver/snowflake Snowflake receiver labels May 3, 2023
@shalper2 shalper2 marked this pull request as ready for review May 3, 2023 15:56
@shalper2 shalper2 requested a review from a team as a code owner May 3, 2023 15:56
@dmitryax dmitryax changed the title Enable component [receiver/snowflake] Enable component May 3, 2023
@dmitryax dmitryax merged commit ce2099c into open-telemetry:main May 3, 2023
77 checks passed
@github-actions github-actions bot added this to the next release milestone May 3, 2023
@shalper2 shalper2 deleted the add-snowflake branch June 12, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command receiver/snowflake Snowflake receiver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants