-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
loki-stack cannot be used as a datasource for external grafana installs #2186
Labels
component/packaging
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
Comments
Yes good catch, my suggestions is: let’s add an another setting (bool) to force it. Easy enough. |
cyriltovena
added
component/packaging
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
labels
Jun 5, 2020
Why not just revert it to the original setting? If you want both enabled, just toggle both bools? |
Yeah that works too. |
I think that's the way to go, reduce unnecessary logic. |
cyriltovena
added a commit
to cyriltovena/loki
that referenced
this issue
Jun 8, 2020
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes grafana#2186 Fixes grafana#2195 Now regarding grafana#2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
cyriltovena
added a commit
that referenced
this issue
Jun 22, 2020
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes #2186 Fixes #2195 Now regarding #2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
mraboosk
pushed a commit
to mraboosk/loki
that referenced
this issue
Oct 7, 2024
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes grafana#2186 Fixes grafana#2195 Now regarding grafana#2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/packaging
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
Describe the bug
After PR #2086, loki-stack can no longer be used to install loki as a datasource for other grafana installations, such as from prometheus-operator.
To Reproduce
Steps to reproduce the behavior:
{} term
Expected behavior
I would expect the grafana datasource configmap to be usable when installing grafana with methods other than loki-stack.
Environment:
The text was updated successfully, but these errors were encountered: