Giter Club home page Giter Club logo

Comments (1)

KaiWalter avatar KaiWalter commented on July 17, 2024

another observation - outbound Spin to Azure/HTTP resource response times are quite high (Dapr shared)

│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 54.02ms                                       │
│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 17.88ms                                       │
│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 13.45ms  

with Dapr sidecar roundtrip times are lower

│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 10.85ms                                       │
│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 8.73ms                                        │
│ Receiver body {"data":{"orderId":2,"delivery":"Express"},"operation":"creat │
│ outbox response: 200 elapsed: 8.36ms   

comparing with dependencies duration ex Dapr sidecar

  1. one can see the for Dapr shared ~6ms are lost between app and Dapr, with Dapr sidecar ~1ms is lost
  2. substantial latency is on the Dapr to resource roundtrip
TimeGenerated [UTC] Target DurationMs
29.1.2024, 10:22:08.478 /v1.0/bindings/express-outbox 48.017
29.1.2024, 10:22:42.915 /v1.0/bindings/express-outbox 11.41
29.1.2024, 10:22:46.720 /v1.0/bindings/express-outbox 6.934
29.1.2024, 10:26:58.187 /v1.0/bindings/express-outbox 9.958
29.1.2024, 10:27:02.737 /v1.0/bindings/express-outbox 7.802
29.1.2024, 10:27:05.268 /v1.0/bindings/express-outbox 7.681

from enterprise-wasm.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.