Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion en/operations/telemetry-export.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ <h2 id="how-it-works">How it works</h2>
<a href="/en/security/secret-store.html">Vespa secret store</a> vault and are referenced from
<code>services.xml</code> by name only &mdash; never embedded in the application package. They are resolved
securely and used solely to authenticate the collector to your backend. To enable this, grant
<em>infrastructure access</em> to the vault once for your Enclave cloud account.
<em>infrastructure access</em> to the vault once for your Enclave cloud account: the collector reads your
secret once to set up the export, so the Vespa infrastructure needs read access to it. This access is given
to the platform's identity, not to people &mdash; having access to a host does not let anyone read your
secret. It stays within your own cloud account, is read-only, and is used only to set up the collector, so
your secret is never exposed to others, including Vespa operators.
</p>
<img src="/assets/img/telemetry-export-architecture.png"
alt="Telemetry export architecture: a collector on the Vespa host scrapes metrics
Expand Down