Show / Hide Table of Contents

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 Source

Resolve(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>

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX