Alexandr Marchenko
Alexandr Marchenko
Actually after looking again, it is just 100 lines of code, more than half of them will be removed (reused from schema first approach), the biggest piece is around extensions...
Seems like I have broke approved public api but for now it is probably ok, no matter what i did test not working except me commenting everything BTW recorded an...
Got stuck with the same issue here and indeed after looking at Postgres logs I saw it complains that logs can not be archived - that was the reason for...
Hello, it is not so rare, while exploring shell operator for the first time you will be wondering what's inside binding context and will try to print it somehow, and...
Config maps can be monitored the same way as in pods example: **oper.yml** ```yml --- apiVersion: v1 kind: Namespace metadata: name: oper --- apiVersion: v1 kind: ServiceAccount metadata: name: oper...
Not sure if that will help, but from logs I see following: ``` error finding trace by id, blockID: e9fa6814-9b13-4879-851d-1475a7887b8d: error retrieving bloom (single-tenant, e9fa6814-9b13-4879-851d-1475a7887b8d): reading storage container: Get \"https://whatever.blob.core.windows.net/tempoprod/single-tenant/e9fa6814-9b13-4879-851d-1475a7887b8d/bloom-0?timeout=61\":...
Having similar issue, but discovered it from another side having "microservices" setup in kubernetes in average tempo distributor consumes approx 500mb of ram but from time to time memory usage...
Hm, @joe-elliott thank you for a suggestion, i did not even thing about that, indeed we have metrics enabled with some dimensions metrics config snippet ```yml metrics_generator_enabled: true overrides: #...
Hm, interesting, did not saw such an setting in docs, but going to set it to lets say 500 and give it a week or so (unfortunately this issue reproduces...
Hm, sounds reasonable (my initial thought was that batch size x2 should not spike memory usage to infinity 🤷♂️, also please take a note that we observing queue increase to...