Skip to content

Commit

Permalink
chore(telemetry): update endpoint and readme (#281)
Browse files Browse the repository at this point in the history
* chore(telemetry): update endpoint and readme

* chore(prettier): ran formatter

* fix(telemetry): update URL

---------

Co-authored-by: Anna Wen <[email protected]>
  • Loading branch information
IgnacioBecerra and annawen1 authored Oct 21, 2024
1 parent fc8163d commit c2b3abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Licensed under the

## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry

`@carbon-labs/ai-chat` uses IBM Telemetry to collect metrics data. By installing
this package as a dependency you are agreeing to telemetry collection. To opt
out, see
This package uses IBM Telemetry to collect de-identified and anonymized metrics
data. By installing this package as a dependency you are agreeing to telemetry
collection. To opt out, see
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
For more information on the data being collected, please see the
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
2 changes: 1 addition & 1 deletion packages/chat/telemetry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
version: 1
projectId: 7fbf7425-cf43-4071-a260-d681aade7109
endpoint: "https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics"
endpoint: 'https://www-api.ibm.com/ibm-telemetry/v1/metrics'
collect:
npm:
dependencies: null
Expand Down

0 comments on commit c2b3abf

Please sign in to comment.