Nico Fricke

Results 10 comments of 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?

![image](https://github.com/ValveSoftware/Proton/assets/11833155/8997e981-8a11-4d20-b196-7b530744d50c) 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 -> {...