Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
65cda6e
[DOCS-1383] Update billing to docs to reflect changes to tracked hour…
mdlinville Jan 22, 2026
0fdc5ca
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Jan 29, 2026
29e8a55
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Jan 30, 2026
954b16c
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Feb 4, 2026
bb91d5c
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Feb 17, 2026
6482018
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Feb 25, 2026
b8738a8
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 10, 2026
91ffa50
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 11, 2026
605603a
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 12, 2026
db3347f
Merge remote-tracking branch 'origin/main' into DOCS-1383_no-tracked-…
mdlinville Mar 19, 2026
d273ba6
Merge remote-tracking branch 'origin/DOCS-1383_no-tracked-hour-billin…
mdlinville Mar 19, 2026
257de1e
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 20, 2026
e08ad01
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 20, 2026
46dd9e4
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 23, 2026
a48f1e9
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 26, 2026
aca6863
Apply suggestions from code review
mdlinville Mar 26, 2026
92c63bb
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 27, 2026
3cc9846
chore: regenerate support tag pages and docs.json navigation
mdlinville Mar 27, 2026
cdbc98b
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 27, 2026
0cb73d0
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 27, 2026
c04b0cb
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 30, 2026
d30cbc3
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Mar 31, 2026
4c558cd
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Apr 1, 2026
684a8ed
chore: regenerate support tag pages and docs.json navigation
mdlinville Apr 1, 2026
7375e4e
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Apr 1, 2026
25af004
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Apr 6, 2026
47160c9
Merge branch 'main' into DOCS-1383_no-tracked-hour-billing
mdlinville Apr 6, 2026
ba64946
Copyedit
mdlinville Apr 6, 2026
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
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5005,4 +5005,4 @@
}
],
"baseUrl": "https://docs.wandb.ai"
}
}
4 changes: 2 additions & 2 deletions models/runs/view-logged-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Use the **Overview** tab to learn about specific run information in a project, s
* **Author**: The W&B entity that creates the run.
* **Command**: The command that initializes the run.
* **Description**: A description of the run that you provided. This field is empty if you do not specify a description when you create the run. You can add a description to a run with the W&B App or programmatically with the Python SDK.
* **Tracked Hours**: The amount of time the run is actively computing or logging data, excluding any pauses or waiting periods. This metric helps you understand the actual computational time spent on your run.
* **Tracked Hours**: The amount of time the run is actively computing or logging data, excluding any pauses or waiting periods. This metric helps you understand the actual computational time spent on your run. You are not billed for tracked hours, which are unlimited for all plans.
* **Runtime**: Measures the total time from the start to the end of the run. It's the wall-clock time for the run, including any time where the run is paused or waiting for resources. This metric provides the complete elapsed time for your run.
* **Git repository**: The git repository associated with the run. You must [enable git](/platform/app/settings-page/user-settings/#personal-github-integration) to view this field.
* **Host name**: Where W&B computes the run. W&B displays the name of your machine if you initialize the run locally on your machine.
Expand Down Expand Up @@ -134,4 +134,4 @@ The **Artifacts** tab lists the input and output [artifacts](/models/artifacts/)

<Frame>
<img src="/images/runs/runs_artifacts_info.png" alt="Run artifacts tab" />
</Frame>
</Frame>
4 changes: 4 additions & 0 deletions platform/app/settings-page/billing-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ On the [Pro plan](https://wandb.ai/site/pricing/):
- Only the **Billing admin** receives spending alerts.
- By default, spending alerts are configured at &dollar;200, &dollar;450, &dollar;700, and &dollar;1000.

<Note>
You are not billed for tracked hours, which are unlimited for all plans. Tracked hours are displayed on the **Usage** page for monitoring purposes.
</Note>

#### View spending alerts
To view your organization's spending alerts:

Expand Down
Comment thread
mdlinville marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ View the bytes stored, bytes tracked, and tracked hours for your organization wi

Ensure to replace values enclosed in `<>` with your organization's name.

<Note>
Tracked hours are unlimited for all plans and are not billed. Tracked hours are displayed on the **Usage** page for monitoring purposes only.
</Note>

---

{/* ---- AUTO-GENERATED: tab badges ----
Managed by scripts/knowledgebase-nav/generate_tags.py from keywords in front matter.
Do not edit between these markers by hand.
---- */}
<Badge stroke shape="pill" color="orange" size="md">[Administrator](/support/models/tags/administrator)</Badge>
{/* ---- END AUTO-GENERATED: tab badges ---- */}
{/* ---- END AUTO-GENERATED: tab badges ---- */}
Loading