Skip to content

Commit

Permalink
docs(readme): better explain where to find the organization id
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Feb 28, 2024
1 parent 4361957 commit d1b84c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Otherwise create a personal token in [the Axiom settings](https://app.axiom.co/p
and export it as `AXIOM_TOKEN`. Set `AXIOM_ORG_ID` to the organization ID from
the settings page of the organization you want to access.

> [!NOTE]
> The organization ID is the slug below your organizations full name in [the Axiom settings](https://app.axiom.co/profile) which resembles the full name. It has a copy button next to it. Alternatively you can just extract it from your browsers address bar when browsing the Axiom App: `https://app.dev.axiomtestlabs.co/<your-org-id>/datasets`.
You can also configure the client using [options](https://pkg.go.dev/github.com/axiomhq/axiom-go/axiom#Option)
passed to the `axiom.NewClient` function:

Expand Down

0 comments on commit d1b84c6

Please sign in to comment.