Skip to content

Commit 0d44596

Browse files
authored
feat(docs): Document telemetry endpoint (#1008)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 4801f98 commit 0d44596

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ That said, there are [benefits](/reference/operator/contract#runner-context) for
2121
#### Does Chainloop store my Artifacts and Attestation metadata?
2222

2323
No. They are stored in [your Content-Addressable Storage (CAS)](/reference/operator/cas-backend).
24+
25+
#### Our firewall is flagging a request to crb.chainloop.dev, what's this?
26+
27+
That is our telemetry endpoint. We collect telemetry data to help us enhance Chainloop by gaining insights into its usage. You can learn more about it and even how to deactivate it [here](reference/operator/cli-telemetry.mdx#what-do-we-use-to-collect-telemetry-data).

docs/docs/reference/operator/cli-telemetry.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ The following information is included in telemetry:
2020

2121
Chainloop implements the Console [Do Not Track (DNT) standard](https://consoledonottrack.com). As a result, you can deactivate the telemetry by setting the environment variable DO_NOT_TRACK=1 before running the Chainloop CLI.
2222

23-
2423
## What do we use to collect telemetry data?
2524

2625
We use [PostHog](https://posthog.com/). PostHog is an open-source product analytics platform that allows us to collect and analyze telemetry data.
26+
All telemetry data is stored in our PostHog instance sent via the following endpoint: `https://crb.chainloop.dev`.
27+
2728
We did it in such a way that anyone can set up their own PostHog instance and use it to collect telemetry. To do so
2829
compile Chainloop CLI from its source code and set up the following linker flags to the Golang compiler:
2930

0 commit comments

Comments
 (0)