Skip to content

Commit

Permalink
Fix broken links (apache#9434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ellis authored Feb 3, 2021
1 parent e006165 commit b375afe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site2/docs/deploy-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The default port for bookie is `8000`. You can change the port by configuring `p

You can use Prometheus to collect all the metrics exposed for Pulsar components and set up [Grafana](https://grafana.com/) dashboards to display the metrics and monitor your Pulsar cluster. For details, refer to [Prometheus guide](https://prometheus.io/docs/introduction/getting_started/).

When you run Pulsar on bare metal, you can provide the list of nodes to be probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup automatically. For details, refer to [Kubernetes instructions](kubernetes-helm.md).
When you run Pulsar on bare metal, you can provide the list of nodes to be probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup automatically. For details, refer to [Kubernetes instructions](helm-deploy.md).

## Dashboards

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The default port for bookie is `8000`. You can change the port by configuring `p

You can use Prometheus to collect all the metrics exposed for Pulsar components and set up [Grafana](https://grafana.com/) dashboards to display the metrics and monitor your Pulsar cluster. For details, refer to [Prometheus guide](https://prometheus.io/docs/introduction/getting_started/).

When you run Pulsar on bare metal, you can provide the list of nodes to be probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup automatically. For details, refer to [Kubernetes instructions](kubernetes-helm.md).
When you run Pulsar on bare metal, you can provide the list of nodes to be probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup automatically. For details, refer to [Kubernetes instructions](helm-deploy.md).

## Dashboards

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ For individual topics, you can trigger GCS offloader manually using one of the f

> #### Tip
>
> For more information about the `pulsar-admin topics offload options` command, including flags, descriptions, default values, and shorthands, see [here]((reference-pulsar-admin.md#offload).
> For more information about the `pulsar-admin topics offload options` command, including flags, descriptions, default values, and shorthands, see [here](reference-pulsar-admin.md#offload).

- This example checks the GCS offloader status using pulsar-admin with the command `pulsar-admin topics offload-status options`.

Expand Down

0 comments on commit b375afe

Please sign in to comment.