robot-shop icon indicating copy to clipboard operation
robot-shop copied to clipboard

Sample microservices application for playing with

Results 23 robot-shop issues
Sort by recently updated
recently updated
newest added

I remember some months ago I could fire up robot-shop and get it reporting to any Instana environment (release, qa, pink, it wouldn't matter...) just uncommenting [these docker-compose.yaml lines](https://github.com/instana/robot-shop/blob/master/docker-compose.yaml#L164,L166): ```...

bug
help wanted

Merging to master

The Go app dispatcher now uses our own Instana RabbitMQ instrumentation, other than the manual instrumentation. This means that the traces are properly displayed in the UI. The Internal spans...

In the robot-shop-web-1 container the /usr/share/nginx/html/eum.html reportingUrl requires a tailing / when sending EUM data to :86/eum/. Otherwise the GET request to :86/eum/ is responded with HTTP 301. After adding...