Skip to content

Commit 8e8ba88

Browse files
committed
Documentation
1 parent 92e6dd8 commit 8e8ba88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/docs/src/content/router/observability/usage_reporting.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ You can either provide the usage reporting configuration via environment variabl
2626

2727
<Tabs.Tab>
2828

29-
- `HIVE__USAGE_REPORTING__TARGET_ID`: The target ID, this can either be a slug following the format
29+
- `HIVE_TARGET`: The target ID, this can either be a slug following the format
3030
`$organizationSlug/$projectSlug/$targetSlug` (e.g `the-guild/graphql-hive/staging`) or an UUID
3131
(e.g. `a0f4c605-6541-4350-8cfe-b31f21a4bf80`). To be used when the token is configured with an
3232
organization access token.
3333

34-
- `HIVE__USAGE_REPORTING__TOKEN`: Your
34+
- `HIVE_ACCESS_TOKEN`: Your
3535
[Registry Access Token](https://the-guild.dev/graphql/hive/docs/management/targets#registry-access-tokens)
3636
with write permission.
3737

3838
```sh filename="Run Hive Router with Usage Reporting enabled."
39-
HIVE__USAGE_REPORTING__TOKEN="<hive_usage_access_token>" \
40-
HIVE__USAGE_REPORTING__TARGET_ID="<hive_usage_target>" \
39+
HIVE_ACCESS_TOKEN="<hive_usage_access_token>" \
40+
HIVE_TARGET="<hive_usage_target>" \
4141
hive-router
4242
```
4343

0 commit comments

Comments
 (0)