Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .changelog/27005.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
reporting (Enterprise): Include product usage metrics with license utilization reports
```
7 changes: 2 additions & 5 deletions website/content/commands/operator/utilization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: |-
# `nomad operator utilization` command reference

The `operator utilization` command allows Nomad Enterprise users to generate
utilization reporting bundles. If you have disabled automated reporting, use
utilization reporting bundles. If you have disabled [automated
reporting](/nomad/docs/enterprise/license/utilization-reporting), use
this command to manually generate the report and send it to HashiCorp. Nomad
takes a new snapshot when there are no snapshots from the past twenty-four
hours.
Expand All @@ -18,10 +19,6 @@ capability.

<EnterpriseAlert />

Refer to the [manual license utilization
reporting](/nomad/docs/enterprise/license/utilization-reporting) page to learn
more about reporting your Nomad Enterprise license utilization.

## Options

- `-message` `(string; "")` - Provide context about the conditions under which
Expand Down
9 changes: 8 additions & 1 deletion website/content/docs/configuration/reporting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,17 @@ reporting {
state store. You can export these snapshots with the [`nomad operator
utilization`][] command.

- `disable_product_usage_reporting` `(bool: false)` - Specifies whether detailed
product usage metrics should be disabled. Review the
[full list of metrics](/nomad/docs/enterprise/license/utilization-reporting#full-list-of-metrics)
before disabling this option, and share any concerns you may have
with your account manager.

## `license` Block

- `enabled` `(bool: true)` - Specifies whether automated license utilization
reporting should be enabled and run.
reporting should be enabled and run. License utilization metrics are still
gathered for offline reporting.

[server_mode_enabled]: /nomad/docs/configuration/server#enabled
[automated_license_utilization_reporting]: /nomad/docs/enterprise/license/utilization-reporting
Expand Down
Loading