Daniel Hoelbling-Inzko

Results 11 comments of Daniel Hoelbling-Inzko

In my testing with the latest version `uap-go` commit `ac4b80194e5b` this has been fixed and `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.19 Safari/537.36 Edg/77.0.235.9"` correctly...

This is actually quite a tricky nut to crack. Been running into this issue that if the main container crashes and gets restarted by Kubernetes it will read a `.vault-token`...

> Regarding the specific case of `null` values: If we revisit this and _not_ throw an `IllegalArgumentException`, what do you think would be a good default value? The literal string...

I know - but having monitoring code break applications is the even worse case imo. I'd propose something like a strict/lax mode on the builder where you can express intentionally...

I could also see something like this: ``` new Counter.Builder() .name("queries_failed_total") .help("Number of queries that failed") .labelNames("method", "org", "reason") .nullHandler(Counter.TreatMissingLabelsAsEmptyString) .register(); ```

I'd love to send a PR to address this - but for that I'd need to know what you think about this. Is having a exception-less count-path something you'd consider?

hi @mfussenegger as for your answers: A fairly typical example (and also why this isn't possible with groupBy right now) would be something like 4.5 billion records with a cardinality...

Hi, since we just had an issue where this feature would have been helpful - is this still being considered - is this something we can expect to hit the...

Also adding complexity here: This would be an alternative to groupBy not to the aggregation function. Because one use-case we just ran into is that we'd have to get the...

Same issue here - tried it on Cassandra 4.1.3: ``` WARN [cassandra-exporter-harvester-defer-0] 2023-07-31 14:10:36,620 Harvester.java:191 - Failed to register collector for MBean org.apache.cassandra.metrics:type=Connection,scope=10.132.0.58_7000,name=GossipMessageCompletedTasks. java.lang.IllegalArgumentException: '10.132.0.58_7000' is not an IP string...