Systems | Development | Analytics | API | Testing

Tracing

Tracing With Zipkin in Kong 2.1.0

There is a great number of logging plugins for Kong, which might be enough for your needs. However, they have certain limitations: Most of them only work on HTTP/HTTPS traffic. They make sense in an API gateway scenario, with a single Kong cluster proxying traffic between consumers and services. Each log line will generally correspond to a request which is “independent” from the rest.

Introducing Bitrise Trace

Colin Hemmings, Product Manager at Bitrise introduces Trace, the new application performance monitoring (APM) solution we are building here at Bitrise Trace is monitoring made specifically for mobile, helping you catch bugs before they reach your users. With Trace, you’ll be able to have a complete view of these issues with full context, so that you can assess, reproduce, and fix them as quickly as possible.

JavaScript Tracing: How to Find Slow Code

Finding slow JavaScript code can be a tricky problem to solve. Small code changes can have a big impact on the performance of your code. Fortunately, many different approaches can help you nail down the exact source of the problem. In this post, you’ll learn about three methods that’ll bring you the results you’re seeking. You can trust manual code inspection, but that has its disadvantages.