Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit afbce9b

Browse files
Purefa, Snowflake
1 parent acb3746 commit afbce9b

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

_includes/gdi/otel-receivers-table.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
* - :ref:`simple-prometheus-receiver` (``prometheus_simple``)
109109
- Wraps the ``prometheus`` receiver to provide simplified settings for single targets.
110110
- Metrics
111+
* - :ref:`purefa-receiver` (``purefa``)
112+
- Receives metrics from the Pure Storage FlashArray.
113+
- Metrics
111114
* - :ref:`rabbitmq-receiver` (``rabbitmq``)
112115
- Fetches stats from a RabbitMQ node using the RabbitMQ Management Plugin.
113116
- Metrics
@@ -129,6 +132,9 @@
129132
* - :ref:`smartagent-receiver` (``smartagent``)
130133
- Uses the existing Smart Agent monitors as Collector metric receivers. Learn more in :ref:`migration-monitors`.
131134
- Metrics
135+
* - :ref:`snowflake-receiver` (``snowflake``)
136+
- Collects metrics from a Snowflake account by connecting to and querying a Snowflake deployment.
137+
- Metrics
132138
* - :ref:`splunk-enterprise-receiver` (``splunkenterprise``)
133139
- Enables the ingestion of performance metrics describing the operational status of a user's Splunk Enterprise deployment.
134140
- Metrics

gdi/opentelemetry/components/a-components-receivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Collector components: Receivers
4545
otlp-receiver
4646
postgresql-receiver
4747
prometheus-receiver
48+
purefa-receiver
4849
rabbitmq-receiver
4950
receiver-creator-receiver
5051
redis-receiver
@@ -53,6 +54,7 @@ Collector components: Receivers
5354
signalfx-gateway-prometheus-remote-write-receiver
5455
signalfx-receiver
5556
smartagent-receiver
57+
snowflake-receiver
5658
splunk-enterprise-receiver
5759
splunk-hec-receiver
5860
sqlquery-receiver
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _purefa-receiver:
2+
3+
********************************************************
4+
Pure Storage FlashArray Receiver receiver
5+
********************************************************
6+
7+
.. meta::
8+
:description: Receives metrics from the Pure Storage FlashArray.
9+
10+
The Splunk Distribution of the OpenTelemetry Collector supports the Pure Storage FlashArray Receiver (Purefa) receiver. Documentation is planned for a future release.
11+
12+
To find information about this component in the meantime, see :new-page:`Pure Storage FlashArray Receiver receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/purefareceiver>` on GitHub.
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _snowflake-receiver:
2+
3+
****************************
4+
Snowflake receiver
5+
****************************
6+
7+
.. meta::
8+
:description: Collects metrics from a Snowflake account by connecting to and querying a Snowflake deployment.
9+
10+
The Splunk Distribution of the OpenTelemetry Collector supports the Snowflake receiver. Documentation is planned for a future release.
11+
12+
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.
13+

0 commit comments

Comments
 (0)