Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ After initiating a graceful shutdown by either of these methods, the terminal us

Environment variable: `TFC_AGENT_ACCEPT`

@include 'policy.mdx'

* `-request-forwarding`:
Enable handling of forwarded HTTP requests. Enable this option only if you
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ metrics in this section are prefixed by `tfc-agent.core.terraform.`.

## Policy component metrics

@include 'policy.mdx'

The following metrics are emitted by the `policy` component, which is
responsible for handling OPA policy enforcement operations. All metrics in this
section are prefixed by `tfc-agent.core.policy.`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ open source platform, which enables the HCP Terraform Agent to remain
vendor-agnostic while producing high-value telemetry data for a wide array
of platforms.

![telemetry architecture diagram](/img/telemetry-arch-dark.png)
<!-- Add light theme image when light theme is supported

![telemetry architecture diagram](/public/img/telemetry-arch-light.png#light-theme-only)

-->

![telemetry architecture diagram](/public/img/telemetry-arch-dark.png)

## Agent Configuration

Expand Down Expand Up @@ -143,6 +149,9 @@ Terraform fields are present on telemetry once an Agent begins handling a Terraf
| `workspace_name` | Name of a workspace. | "workspace1" |

### Policy

@include 'policy.mdx'

Policy fields are present on telemetry once an Agent begins handling policy evaluation.

| Telemetry Key | Description | Example Value |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-> **Note:** Private policy evaluation is available in HCP Terraform **Premium** edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details.
Loading