-
Notifications
You must be signed in to change notification settings - Fork 45
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 datasource for each Loki instance #3681
Add datasource for each Loki instance #3681
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you just add a changelog, and maybe we want to add a simple test just to be sure the "loki-x" service properly redirect to Loki
(I think about maybe one day a label in the Loki statefulset that change so the extra service we deploy does not get updated and we do not catch it)
331964e
to
ad487fa
Compare
This comment has been minimized.
This comment has been minimized.
ad487fa
to
faf2e1a
Compare
/reset |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
faf2e1a
to
762ed00
Compare
This comment has been minimized.
This comment has been minimized.
/reset |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me !
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( git fetch && \
git checkout origin/improvement/add-loki-datasources-for-each-instance && \
git merge origin/development/2.11 Resolve merge conflicts and commit git push origin HEAD:improvement/add-loki-datasources-for-each-instance |
These services allow to communicate which each Pod individually, this is needed to deploy datasources to target a specific Loki instance.
This is a workaround to allow user to access a specific Loki instance in case one would not have all the logs (disk loss or node down for a long period of time). This way the user can select a healthy instance having all the data.
Display a message on Loki and Logs Grafana dashboards to tell the user he can change the datasource to target a specific Loki instance
This test is to ensure we can access a specific Loki instance through the Services.
762ed00
to
a1c93eb
Compare
History mismatchMerge commit #bd94a75082ab8717356cff4c088fcccc3fb885e1 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye alexandre-allard-scality. |
Component: salt,logs
Context:
Summary:
Acceptance criteria: