GradientEdge CDK Utils
    Preparing search index...

    Renders Azure Application Insights workbook templates from YAML to JSON

    • Reads YAML templates from a configurable template directory
    • Compiles templates using Lodash template interpolation
    • Writes rendered JSON output to an artifacts directory

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    outputDir: string

    Absolute path to the directory where rendered output files are written

    templatePath: string

    Absolute path to the directory containing workbook YAML templates

    Methods

    • Parameters

      • filename: string

        the output filename slug (used as '-workbook.json')

      • templateId: string

        the template identifier to locate in the template directory

      • variables: Record<string, string>

        the variables to substitute into the template using Lodash interpolation

      Returns string

      the absolute path to the rendered output file