Metrics, actor metrics, cluster metrics etc. #608
Replies: 8 comments
|
Relevant |
|
For me, the biggest question is how to do it. Shall we use Here's how the HttpClient is instrumented https://github.com/vancem/corefx/blob/master/src/System.Net.Http/src/HttpDiagnosticsGuide.md We also use it in many production components. |
Cluster
|
|
There are some different ways forward here.
Coupled for simplicity, decoupled for flexibility ? |
|
Adding cluster heartbeats to the list |
|
Adding Futures to the list. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Cluster module is in good shape now and I think it's time to start thinking about what metrics we would like to provide out of the box.
e.g.
a standardized package for Promethius and other tools.
What metrics do we want to track?
Cluster
Actor
Remote
others?
All reactions