Skip to main content

Deployment telemetry

Written by Aron Day

From release v3.1.0, 3B sends a small report about your deployment to Tines when it starts up, and every 12 hours after that. The report is an HTTPS POST to engineering.hq.3b.run; deliveries that fail are logged and have no other effect. This page lists exactly what the report contains.

What is sent

Field

Contents

tenant_name

The stack name you set when installing.

deployment_type

The deployment type; always self_hosted.

license_type

The kind of license Tines issued to you.

license_sub

The subject identifier from your license.

license_id

The unique identifier for this issued license, if present.

license_exp

When your license expires.

deployed_version

The exact build your deployment is running.

postgres_version

The PostgreSQL server version.

stats.providers_count

Count of enabled AI providers.

stats.connectors_count

Count of configured connectors.

stats.workflows_count

Count of workflows.

stats.spaces_count

Count of spaces.

stats.members_count

Count of active members.

stats.skills_count

Count of enabled, published skills.

usage.monthly_tines_units_used

Tines units used so far in the current calendar month (UTC).

What is never sent

The report contains only the versions and counts above. It never includes your signed license token, workflow contents or configuration, credentials or secrets, execution data, logs, or your users’ names and email addresses.

Did this answer your question?