-
Notifications
You must be signed in to change notification settings - Fork 68
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
logs: bump jsonnet dep to start using ConfigMap and Services from loki.mixins #450
Conversation
048f734
to
8296081
Compare
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.
Looks good to me just one entry in the config that should stay as is namely the index_queries_cache
and a couple of nits.
@@ -750,7 +737,6 @@ objects: | |||
"limits_config": | |||
"cardinality_limit": 100000 | |||
"creation_grace_period": "10m" | |||
"deletion_mode": "disabled" |
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.
Although disabled
is the default, I suggest to keep this here because the Deletion API has caused numerous issues upstream.
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.
Re-added and left a not to move this to observatorium/observatorium since I think it makes more sense to live there
"index_queries_cache_config": | ||
"memcached": | ||
"batch_size": 100 | ||
"parallelism": 100 | ||
"memcached_client": | ||
"addresses": "dns+observatorium-loki-index-query-cache.${NAMESPACE}.svc.cluster.local:11211" | ||
"consistent_hash": true |
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.
This should stay here.
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.
Re-added this, only defaults were removed
6114895
to
8d91b31
Compare
c6587ad
to
67abc19
Compare
81779f6
to
3c6a9aa
Compare
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 let's ensure we have a clear path to overcome the two rollout issues we found on rhobs-testing
and this is good to go:
- How to rollout the
serviceName
change on StatefulSets on app-interface? - How to keep the old http service referenced in observatorium-template.yaml in tact to minimize rollout dependencies.
We should be able to leverage app-sre/qontract-reconcile#1627
To solve this from my POV we would:
|
loki.mixins Signed-off-by: JoaoBraveCoding <[email protected]>
Signed-off-by: JoaoBraveCoding <[email protected]>
ACK
ACK |
Once we have observatorium/observatorium#521 merged we will be able to progress on this |
deployment. First we will deploy the new services while keeping the old Then we will update observatorium api to change to the new services Finally we will then remove the old services Signed-off-by: JoaoBraveCoding <[email protected]>
3c6a9aa
to
044afd6
Compare
Relates with #450 Signed-off-by: Joao Marcal <[email protected]>
relates to #450 (comment) Signed-off-by: Joao Marcal <[email protected]>
relates to #450 (comment) Signed-off-by: Joao Marcal <[email protected]>
See: