Interface IMetricsPlanResolver
Object which can consume a MetricsPlanInfo configuration object and "look up" and deserialize a MetricsPlan object, whether from local files, Azure blob storage, or a network share.
Namespace: Mangrove.Coordinator.Abstractions
Assembly: Mangrove.Coordinator.dll
Syntax
public interface IMetricsPlanResolver
Methods
View SourceResolve(MetricsPlanInfo, String, ILogger)
Look up and deserialize the MetricsPlan corresponding to the provided information.
Declaration
Task<MetricsPlan> Resolve(MetricsPlanInfo planInfo, string workspaceId, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| MetricsPlanInfo | planInfo | |
| String | workspaceId | |
| ILogger | logger |
Returns
| Type | Description |
|---|---|
| Task<MetricsPlan> |