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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
To activate the vCenter receiver in the Collector, add ``vecenter`` to the ``receivers`` section of your configuration file, as shown in the following example:
30
+
31
+
.. code:: yaml
32
+
33
+
receivers:
34
+
snowflake:
35
+
36
+
To complete the configuration, include the receiver in the ``metrics`` pipeline of the ``service`` section of your configuration file. For example:
* ``account``. No default. Specifies the account from which metrics are gathered from.
71
+
* ``password``. No default. Specifies the password associated with the designated username. Used to authenticate with Snowflake.
72
+
* ``username``. No default. Specifies the username used to authenticate with Snowflake.
73
+
* ``warehouse``. No default. Specifies the warehouse, or unit of computer, designated for the metric gathering queries. Must be an existing warehouse in your Snowflake account.
74
+
75
+
The following settings are optional:
76
+
77
+
* ``collection_interval``. ``30m`` by default. Collection interval for the metrics receiver. The value for this setting must be readable by golang's ``time.ParseDuration``. Learn more at :new-page:`GO's time ParseDuration <https://pkg.go.dev/time#ParseDuration>`.
78
+
* ``database``. ``'SNOWFLAKE`` by default. Snowflake DB containing the schema with usage statistics and metadata to be monitored.
79
+
* ``metrics``. Controls the enabling/disabling of specific metrics. For a list of available metrics see :ref:`snowflake-receiver-metrics`. To learn more refer to :new-page:`Snowflake generated metrics <https://pkg.go.dev/time#ParseDuration>` in GitHub.
80
+
* ``role``. ``'ACCOUNTADMIN'`` by default. Role associated with the username designated above. By default you need admin privileges to access most/all of the usage data.
81
+
* ``schema``. ``'ACCOUNT_USAGE'`` by default. The Snowflake DB schema that contains the usage statistics and metadata to be monitored.
82
+
83
+
Settings
84
+
======================
85
+
86
+
The following table shows the configuration options for the vCenter receiver:
To find information about this component in the meantime, see :new-page:`Snowflake receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/pulsarexporter>` on GitHub.
0 commit comments