user_email_domains | at the time of the report | The company running the install, as domains with counts (acme.com: 14). Never an address, and never a name. It is how we know who to support and who to talk to, and it is the field to switch off first if you would rather we did not. | User.email, the part after the @, counted |
hostname (own switch) | at the time of the report | The address this install answers on, which tells a support conversation apart from a test. It names your own network, so it has a switch of its own. | BASE_HOST |
first_project_at | at the time of the report | When the install got its first project, the first rung of getting started. | min(Project.createdAt) |
first_member_at | at the time of the report | When a second person joined, which is when an install stops being one person trying it out. | the second OrganizationUser.createdAt |
first_dataset_at | at the time of the report | When the install got its first dataset, which is the rung installs stall on more than any other. | min(Dataset.createdAt) |
first_evaluation_at | at the time of the report | When the install first ran an evaluation, which is what people come for. | min(BatchEvaluation.createdAt) |
first_monitor_at | at the time of the report | When the install first set up a monitor, which is when evaluation became continuous rather than a one-off. | min(Monitor.createdAt) |
first_prompt_at | at the time of the report | When the install first saved a prompt. | min(LlmPromptConfig.createdAt) |
first_workflow_at | at the time of the report | When the install first built a workflow in the optimization studio. | min(Workflow.createdAt) |
first_model_provider_at | at the time of the report | When a model provider was first configured, which every evaluation, studio run and Langy turn needs before it can call a model. | min(ModelProvider.createdAt) |
first_annotation_at | at the time of the report | When somebody first reviewed a trace by hand. | min(Annotation.createdAt) |
first_trigger_at | at the time of the report | When the install first set up an alert. | min(Trigger.createdAt) |
first_experiment_at | at the time of the report | When the install first ran an experiment. | min(Experiment.createdAt) |
first_gateway_request_at | at the time of the report | When the first model call went through the AI gateway, which is when model traffic started being routed rather than only observed. | min(gateway_spend.OccurredAt) |
first_instant_eval_run_at | at the time of the report | When the install first ran an Instant Eval over its own traces. | min(instant_eval_runs.CreatedAt) |
first_langy_turn_at | at the time of the report | When somebody first asked Langy a question. | min(LangyConversationTurnProjection.createdAt) |
first_coding_agent_session_at | at the time of the report | When the first coding agent session was recorded, which is when the install started watching agents rather than only applications. | min(coding_agent_sessions.StartedAt) |
totalTraces | lifetime | How much the install ingests, which is the one number that says whether it is in production. | trace_summaries, counted per organization and added up |
traces_7d | last 7 days | How much the install ingests, which is the one number that says whether it is in production. Over the last seven days. | trace_summaries, counted per organization and added up |
traces_28d | last 28 days | How much the install ingests, which is the one number that says whether it is in production. Over the last twenty-eight days. | trace_summaries, counted per organization and added up |
totalScenarioEvents | lifetime | How much simulation testing the install does. | simulation_runs, deduplicated by run |
scenario_runs_7d | last 7 days | How much simulation testing the install does. Over the last seven days. | simulation_runs, deduplicated by run |
scenario_runs_28d | last 28 days | How much simulation testing the install does. Over the last twenty-eight days. | simulation_runs, deduplicated by run |
annotations | lifetime | How much reviewing by hand happens, which is the signal that a team is reading its own traces. | Annotation |
annotations_7d | last 7 days | How much reviewing by hand happens, which is the signal that a team is reading its own traces. Over the last seven days. | Annotation |
annotations_28d | last 28 days | How much reviewing by hand happens, which is the signal that a team is reading its own traces. Over the last twenty-eight days. | Annotation |
batchEvaluations | lifetime | How many evaluation runs the install has done. | BatchEvaluation |
batch_evaluations_7d | last 7 days | How many evaluation runs the install has done. Over the last seven days. | BatchEvaluation |
batch_evaluations_28d | last 28 days | How many evaluation runs the install has done. Over the last twenty-eight days. | BatchEvaluation |
datasets | lifetime | How many datasets the install holds. | Dataset |
datasets_7d | last 7 days | How many datasets the install holds. Over the last seven days. | Dataset |
datasets_28d | last 28 days | How many datasets the install holds. Over the last twenty-eight days. | Dataset |
datasetRecords | lifetime | How big those datasets are, which is what dataset performance work is sized against. | DatasetRecord |
dataset_records_7d | last 7 days | How big those datasets are, which is what dataset performance work is sized against. Over the last seven days. | DatasetRecord |
dataset_records_28d | last 28 days | How big those datasets are, which is what dataset performance work is sized against. Over the last twenty-eight days. | DatasetRecord |
experiments | lifetime | How many experiments the install has run. | Experiment |
experiments_7d | last 7 days | How many experiments the install has run. Over the last seven days. | Experiment |
experiments_28d | last 28 days | How many experiments the install has run. Over the last twenty-eight days. | Experiment |
prompts | lifetime | How many prompts the install manages here rather than in its own code. | LlmPromptConfig |
prompts_7d | last 7 days | How many prompts the install manages here rather than in its own code. Over the last seven days. | LlmPromptConfig |
prompts_28d | last 28 days | How many prompts the install manages here rather than in its own code. Over the last twenty-eight days. | LlmPromptConfig |
monitors | lifetime | How many continuous evaluations are configured. | Monitor |
monitors_7d | last 7 days | How many continuous evaluations are configured. Over the last seven days. | Monitor |
monitors_28d | last 28 days | How many continuous evaluations are configured. Over the last twenty-eight days. | Monitor |
workflows | lifetime | How many optimization studio workflows exist. | Workflow |
workflows_7d | last 7 days | How many optimization studio workflows exist. Over the last seven days. | Workflow |
workflows_28d | last 28 days | How many optimization studio workflows exist. Over the last twenty-eight days. | Workflow |
triggers | lifetime | How many alerts are configured. | Trigger |
triggers_7d | last 7 days | How many alerts are configured. Over the last seven days. | Trigger |
triggers_28d | last 28 days | How many alerts are configured. Over the last twenty-eight days. | Trigger |
spans | lifetime | How much telemetry the install holds, in spans, which is what storage and query performance are sized against. Counted as written, so a span re-ingested before its parts merged counts twice. | stored_spans, rows counted per organization and added up |
spans_7d | last 7 days | How much telemetry the install holds, in spans, which is what storage and query performance are sized against. Counted as written, so a span re-ingested before its parts merged counts twice. Over the last seven days. | stored_spans, rows counted per organization and added up |
spans_28d | last 28 days | How much telemetry the install holds, in spans, which is what storage and query performance are sized against. Counted as written, so a span re-ingested before its parts merged counts twice. Over the last twenty-eight days. | stored_spans, rows counted per organization and added up |
gateway_requests | lifetime | How many model calls go through the AI gateway. Counted from the spend ledger, which keeps one row per request for thirteen months, so the lifetime figure covers the last thirteen months. | gateway_spend, rows counted per organization and added up |
gateway_requests_7d | last 7 days | How many model calls go through the AI gateway. Counted from the spend ledger, which keeps one row per request for thirteen months, so the lifetime figure covers the last thirteen months. Over the last seven days. | gateway_spend, rows counted per organization and added up |
gateway_requests_28d | last 28 days | How many model calls go through the AI gateway. Counted from the spend ledger, which keeps one row per request for thirteen months, so the lifetime figure covers the last thirteen months. Over the last twenty-eight days. | gateway_spend, rows counted per organization and added up |
gateway_spend_usd | lifetime | What those model calls cost, in USD, which is the number a budget conversation starts from. Same ledger, same thirteen months. | gateway_spend, CostNanoUSD summed per organization and added up |
gateway_spend_usd_7d | last 7 days | What those model calls cost, in USD, which is the number a budget conversation starts from. Same ledger, same thirteen months. Over the last seven days. | gateway_spend, CostNanoUSD summed per organization and added up |
gateway_spend_usd_28d | last 28 days | What those model calls cost, in USD, which is the number a budget conversation starts from. Same ledger, same thirteen months. Over the last twenty-eight days. | gateway_spend, CostNanoUSD summed per organization and added up |
instant_eval_runs | lifetime | How many Instant Evals the install has run over its own traces. | instant_eval_runs, counted per organization and added up |
instant_eval_runs_7d | last 7 days | How many Instant Evals the install has run over its own traces. Over the last seven days. | instant_eval_runs, counted per organization and added up |
instant_eval_runs_28d | last 28 days | How many Instant Evals the install has run over its own traces. Over the last twenty-eight days. | instant_eval_runs, counted per organization and added up |
instant_eval_judgments | lifetime | How many judgments those runs produced, which is how much of the install’s traffic has been judged. | instant_eval_judgments, counted per organization and added up |
instant_eval_judgments_7d | last 7 days | How many judgments those runs produced, which is how much of the install’s traffic has been judged. Over the last seven days. | instant_eval_judgments, counted per organization and added up |
instant_eval_judgments_28d | last 28 days | How many judgments those runs produced, which is how much of the install’s traffic has been judged. Over the last twenty-eight days. | instant_eval_judgments, counted per organization and added up |
langy_turns | lifetime | How many questions Langy has answered, which says whether the assistant is used or only present. | LangyConversationTurnProjection |
langy_turns_7d | last 7 days | How many questions Langy has answered, which says whether the assistant is used or only present. Over the last seven days. | LangyConversationTurnProjection |
langy_turns_28d | last 28 days | How many questions Langy has answered, which says whether the assistant is used or only present. Over the last twenty-eight days. | LangyConversationTurnProjection |
langy_users | lifetime | How many different people talked to Langy, counted by user so one person with twenty conversations is one person. | LangyConversationProjection.userId, distinct, by last activity |
langy_active_users_7d | last 7 days | How many different people talked to Langy, counted by user so one person with twenty conversations is one person. Over the last seven days. | LangyConversationProjection.userId, distinct, by last activity |
langy_active_users_28d | last 28 days | How many different people talked to Langy, counted by user so one person with twenty conversations is one person. Over the last twenty-eight days. | LangyConversationProjection.userId, distinct, by last activity |
coding_agent_sessions | lifetime | How many coding agent sessions the install has recorded, counted by session so a session folded twice counts once. | coding_agent_sessions, distinct SessionId per organization and added up |
coding_agent_sessions_7d | last 7 days | How many coding agent sessions the install has recorded, counted by session so a session folded twice counts once. Over the last seven days. | coding_agent_sessions, distinct SessionId per organization and added up |
coding_agent_sessions_28d | last 28 days | How many coding agent sessions the install has recorded, counted by session so a session folded twice counts once. Over the last twenty-eight days. | coding_agent_sessions, distinct SessionId per organization and added up |
pull_requests | lifetime | How many pull requests were linked to coding agent sessions, which is the one number that says whether agent work shipped. | GithubPullRequest, by the day the pull request was opened |
pull_requests_7d | last 7 days | How many pull requests were linked to coding agent sessions, which is the one number that says whether agent work shipped. Over the last seven days. | GithubPullRequest, by the day the pull request was opened |
pull_requests_28d | last 28 days | How many pull requests were linked to coding agent sessions, which is the one number that says whether agent work shipped. Over the last twenty-eight days. | GithubPullRequest, by the day the pull request was opened |
annotationQueues | lifetime | How many review queues exist, which says whether reviewing is a workflow or an occasional thing. | AnnotationQueue |
annotationQueueItems | lifetime | How much has gone through those queues. | AnnotationQueueItem |
annotationScores | lifetime | How many scores reviewers recorded. | AnnotationScore |
customGraphs | lifetime | How many charts were built, which says whether the analytics surface is used. | CustomGraph, builder charts only |
active_users_28d | last 28 days | How many people signed in over four weeks, which is the difference between an install that is running and one that is used. | Session.expires, counted distinct by user |
active_projects_28d | last 28 days | How many projects saw activity over four weeks, which separates a live project from a folder no one opened. | Project.updatedAt |
model_providers | at the time of the report | Which model providers are configured, by name only. Never a key, never an endpoint, never a deployment name. | ModelProvider.provider, distinct |
storage_backend | at the time of the report | Where stored objects go, so a storage problem names the backend it is about. | the resolved storage configuration |
email_configured | at the time of the report | Whether the install can send email, because an install that cannot send email cannot invite anyone and will look abandoned. | EMAIL_PROVIDER |
gateway_configured | at the time of the report | Whether the AI gateway is set up, which decides whether model traffic is routed or only observed. | LW_GATEWAY_BASE_URL |