Jorge Creixell
Jorge Creixell
- [x] Get access to Docker Hub - [ ] Define packaging and versioning strategy - [ ] Change CI pipeline to package and upload to Docker Hub - [...
Progressive Web Apps provide multiple advantages including the ability to be installed and offer a good offline experience.
Periskop should be usable on mobile phones and other small form factor displays. The current experience is not too bad but could be improved by collapsing the sidebar and improving...
In some cases (for example finagle timeouts in the Scala client, when no stack trace is available) errors that have different messages are grouped together into a single exception type....
Currently we use protobuf to document the representation format: https://github.com/soundcloud/periskop/blob/master/representation/errors.proto. Since we are not planning to use protobuf as a serialization format, it would be more appropriate to use json...
#### PR Description - Add metrics for config reloads - Adds gauges to help debug issues with config reloads - Add metric reporting config hash - Adds a gauge reporting...
- Host metrics connector reads resource attributes from traces (and potentially other telemetry signals) and extracts the host information based on a list of predefined attributes, listed in order of...
#### PR Description X-Ray introduces a component extension for real time debugging, integrated in the Flow UI. More details TBD. #### Notes to the Reviewer #### PR Checklist - [...
The latest released version of `pact-jvm-provider-sbt` is from the 2.x branch, which is incompatible with pact specification 3.x. This causes problems when verifying pacts generated by `pact-jvm-consumer-specs2 ` 3.5.x (which...