L. Wagner

Results 11 comments of L. Wagner

We do have a very similar problem, without a bg deployment strategy. For us, attributes are only updated on a second or sometimes even third run of terraform apply. The...

see also https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry/issues/481

Any recent updates on this?

We have the same issue running tests on docker with maven:3-temurin-17 and maven:3-openjdk-17. Running with `MAVEN_OPTS="-Dmaven.deploy.skip=true -Djdk.attach.allowAttachSelf=true -Djdk.lang.Process.launchMechanism=vfork"` and Mockito 5.8.0 ``` Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte...

I'm also currently trying to get this feature to work on tempo 2.2.4. > ```yaml > overrides: > defaults: > metrics_generator: > processors: ['local-blocks'] > ``` This solution gives me...

Ah dammit, thank you very much, I missed [this option](https://github.com/grafana/tempo/blob/3322d2879554d52c558fb3cbefaa9819f7bad858/modules/generator/config.go#L31C7-L31C7). Maybe the error message could be a bit clearer, something like `local blocks processor requires metrics generator to have a...

Hi there. Sry I forgot to point out these details. I Updated the description accordingly.

see also #1232 . This might be the same issue of the ObjectMapper not serializing null-Objects.

Hi, I know this question is quite old by now, but are there any updates on this?