Nico Fricke
Nico Fricke
I mean the easy solution for the mentioned problem would be to introduce a setting which creates a password field when creating pastes which has to contain a secret. The...
So just a modification to the client is needed to be able to set the one from the sharedconfig as the default?
Which key needs to be set in the sharedconf?
 I am getting the error from above when trying to start it with Experimental Proton or 8.0-4. Anyone got a solution for that?
@rstoyanchev thanks for the reply! I think we have a small misunderstanding. The actual problem we had is fixed with #34264 being fixed. I just stumbled upon this unexpected behaviour...
@jonatan-ivanov thanks for the reply! The example given is just an example to easily reproduce the issue. The actual use case is using a limited set of say 10 different...
Thanks for your reply @lenin-jaganathan! > Can you not get the Observation that is in scope and add this information to it? I am not quite sure what exactly you...
Alright did some more investigations and want to write down a few things if other people stumble upon this: 1. ObservationFilter do **not** apply for Counted annotations or manual meter...
> I might misunderstand this but this might not be the case. I am just missing a "not". Meant to write "ObservationFilter do **not** apply for Counted annotations or manual...
@BertOnline I think for that metric you should be able to use an ObservationFilter as mentioned above. Something like this: ``` @Bean public ObservationFilter observationFilter() { return context -> {...