Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing space in log message and docs update #212

Merged
merged 3 commits into from
Apr 19, 2022

Conversation

v-zhuravlev
Copy link
Contributor

@v-zhuravlev v-zhuravlev commented Apr 18, 2022

  1. INFO[0069] Changes detected. Applyingdashboards.jsonnet
    ->
    INFO[0069] Changes detected. Applying dashboards.jsonnet

  2. Update cortex auth docs

- Variables CORTEX_TENANT_ID, CORTEX_API_KEY are not mandatory - would work for  cortex without authentication set
- Remove cortextool requirement
@v-zhuravlev v-zhuravlev changed the title Add missing space in log message Add missing space in log message and docs update Apr 18, 2022
| `CORTEX_TENANT_ID` | Tenant ID for your Grafana Cloud Prometheus account | true |
| `CORTEX_API_KEY` | Authentication token/api key | true |
| `CORTEX_TENANT_ID` | Tenant ID for your Grafana Cloud Prometheus account | false |
| `CORTEX_API_KEY` | Authentication token/api key | false |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

surely these are required to interact with Grafana Cloud Prometheus? Perhaps not for Cortex or Mimir alone though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, just thought if we are targeting standalone Cortex here as well, as mentioned below:

Note, this will also work with other Cortex installations, alongside Grafana Cloud Prometheus.

Not critical of course, maybe I should revert that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is fine, but the words need to be valid: Grafana Cloud Prometheus requires creds, Cortex/Mimir don't. So long as it is clear, happy to have it in the docs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decided to revert for now, not sure how to put it right, without making this page overcomplicated.

@malcolmholmes
Copy link
Collaborator

thanks!

@malcolmholmes malcolmholmes merged commit e77f5c7 into master Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants