Skip to main content

GrafanaProvisionTenantNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

Provisions a Grafana organization and datasource for the current tenant. Creates the org if it doesn't exist and adds an OctoMesh datasource configured for the tenant. Reads connection parameters from a GrafanaConfiguration runtime entity.

public record GrafanaProvisionTenantNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GrafanaProvisionTenantNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → GrafanaProvisionTenantNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GrafanaProvisionTenantNodeConfiguration>

Properties

ServerConfiguration

Name of the global GrafanaConfiguration entity containing Grafana connection parameters

public string ServerConfiguration { get; set; }

Property Value

String

TenantIdPath

Path to the tenant ID in the data context. If not set, the pipeline's tenant ID is used.

public string TenantIdPath { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

Description

public string Description { get; set; }

Property Value

String

Constructors

GrafanaProvisionTenantNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public GrafanaProvisionTenantNodeConfiguration()