Skip to content

Commit

Permalink
Changed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons committed Nov 21, 2023
1 parent 9fcd2fc commit 21d6035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ There are more details about processes and workflow in the [Maintainer's Guide](

#### Proxying
Depending on your setup, it may be advantageous for you to setup a proxy from your
local machine to a KalDB query node running in a cloud environment and
point your local Grafana to that node. An example command to do something
like that would be:
local machine to a KalDB query node running in a cloud environment. Below is
an example command to do that (NOTE: this may or may not work depending on
your setup):
```
ssh -N -L $LOCALHOST_PORT:localhost:$REMOTE_PORT $NODE_NAME
```
You would then be able to use `host.docker.internal:$LOCALHOST_PORT` as the
URL inside your Grafana instance.
KalDB datasource URL inside your Grafana instance.
### Backend
Expand Down

0 comments on commit 21d6035

Please sign in to comment.