Simon Dean

Results 16 comments of Simon Dean

Sorry, for commenting on an old issue. Just encountered an issue with dots in tag names but won't go into that here. I wonder if it's worth adopting an escaping...

Here's the Elasticsearch search and node.js script I used to get this data at the moment (not being able to get this through Zipkin itself): # Elasticsearch Search ``` POST...

Hi @jorgheymans. Not really housekeeping of ES storage as such. As in, it wouldn't be to find out what can be deleted from ES. More to confirm no unexpected/stray tracing...

Hi @adriancole. We're experiencing this issue again. It seems to crop up for us every few weeks. I've managed to collect some diagnostic info before restarting our Zipkin Server pods...

@adriancole here's the diagnostic info. Note: we are running an older version of Zipkin Server/UI. See the version in the output of the `info` endpoint. https://zipkin-{environment}.{redacted}.com/info ``` json { "zipkin":...

@adriancole there's basically nothing in the endpoint responses and logs that I can see to help diagnose the issue of dropped spans (i.e. spans not being persisted in Elasticsearch). The...

It would be useful to be able to visualise percentile-based durations in some way. E.g. p99 of spans for a particular edge in the dependency graph have a duration of...

> @jeqo I think only https://github.com/jeqo/zipkin-storage-kafka could produce the data for this, as it implies 100% collection and processing of it. Unless it is a small amount of traces which...

@eikebartels I've tried your suggestion of annotating a private function with `@Action({ rawError: true })` and I can't seem to get it to work. I still get `is not a...

@eikebartels I'm trying to call my private function from a `Mutation` and not from an `Action`. Could that be related to the error?