jeff-pf
jeff-pf
My temp solution was to add a public function to metric storage to be able to add the birth metrics. ```csharp public void AddVersionB_BirthMetric(T metric, Metric versionBMetric) { // Check...
Going down the rabbit hole a little further - I see a few other issues also. 1) if the metric storage is meant to be the location of data updates...
Rules for the Node Control/Rebirth metric from the 3.0 spec (in ref to issue #44 - but also relevant here - just to clarify) - **application sends NCMD with metric...
I made this change so I can publish a node rebirth command from the application ``` protected override async Task PublishNodeCommandMessage(IEnumerable metrics, string groupIdentifier, string edgeNodeIdentifier) { if (this.Options is...