question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

View Zipkin Data in Kibana as Event-based Data

See original GitHub issue

Currently Zipkin stores the timestamp field in Elastsearch as a long value. It does so to preserve the microsecond precision of the timestamp value.

However as a side effect, timestamp cannot be indexed as a date/time field and cannot be used as a time field when creating an index view in Kibana.

I’m not sure how to fix this issue in such away as to preserve the microsecond precision and allow for date/time indexing. One idea was to create a new field (timestamp_millis?) that would contain just the milliseconds from the timestamp field.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
codefromthecryptcommented, Aug 15, 2016
0reactions
codefromthecryptcommented, Aug 15, 2016

@lukeotterblad thanks for the explanation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Distributed Tracing with Zipkin and ELK - Logz.io
Learn how to integrate Zipkin with the ELK Stack to analyze trace ... Zipkin then collects this data and allows users to analyze...
Read more >
The Importance of Distributed Tracing for Apache-Kafka ...
Zipkin is one of the most popular distributed tracing projects available. ... Both Apache Cassandra™ and Elasticsearch can be used as data ......
Read more >
Tracing microservices with Zipkin and Kibana - Medium
For our projects with lots of JAVA microservices, we use Zipkin to get insights into the calls that are made and where the...
Read more >
μ/log - cljdoc
Documentation for com.brunobonacci/mulog-zipkin v0.8.0 on cljdoc. ... Event-based data is easy to index, search, augment, aggregate and visualise therefore ...
Read more >
(PDF) The Kaiju project: enabling event-driven observability
after the container image has been updated. In summary, our case study shows that the data and processing. models of event-based observability respond...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found