Skip to content

Commit

Permalink
Add section on telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan116 committed Jun 28, 2024
1 parent c8b9e56 commit 59cbde8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,25 @@ terminate_anyscale_service = PythonOperator(
deploy_anyscale_service >> terminate_anyscale_service
```

## Usage stats

This provider collects usage stats data by default (guarded by an opt-out prompt). This data will be used by the open-source Anyscale engineering team to better understand how to the provider is being used and help guide future development.

Here are the guiding principles of our collection policy:

- Easy opt-out: You will be able to easily opt-out of data collection.
- Transparency: You will be able to review all data that is sent to us.
- Control: You will have control over your data, and we will honor requests to delete your data.

We will not collect any personally identifiable data or proprietary code/data.

We will not sell data or buy data about you.

You will always be able to disable the usage stats collection.

To disable usage stats collection, set the environment variable `ANYSCALE__AIRFLOW_TELEMETRY_ENABLED` to `false`.


### Changelog
_________

Expand Down
22 changes: 22 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@ The below script uses the ``RolloutAnyscaleService`` operator to deploy a servic

.. literalinclude:: ../example_dags/anyscale_service.py



Usage stats
-----------

This provider collects usage stats data by default (guarded by an opt-out prompt). This data will be used by the open-source Anyscale engineering team to better understand how to the provider is being used and help guide future development.

Here are the guiding principles of our collection policy:

- Easy opt-out: You will be able to easily opt-out of data collection.
- Transparency: You will be able to review all data that is sent to us.
- Control: You will have control over your data, and we will honor requests to delete your data.

We will not collect any personally identifiable data or proprietary code/data.

We will not sell data or buy data about you.

You will always be able to disable the usage stats collection.

To disable usage stats collection, set the environment variable \`ANYSCALE__AIRFLOW_TELEMETRY_ENABLED\` to \`false\`.


Changelog
---------

Expand Down

0 comments on commit 59cbde8

Please sign in to comment.