@pulumiverse/grafana
Version:
A Pulumi package for creating and managing grafana.
21 lines (20 loc) • 1 kB
TypeScript
export * from "./provider";
import * as alerting from "./alerting";
import * as apps from "./apps";
import * as assert from "./assert";
import * as cloud from "./cloud";
import * as cloudprovider from "./cloudprovider";
import * as config from "./config";
import * as connections from "./connections";
import * as enterprise from "./enterprise";
import * as experimental from "./experimental";
import * as fleetmanagement from "./fleetmanagement";
import * as frontendobservability from "./frontendobservability";
import * as k6 from "./k6";
import * as machinelearning from "./machinelearning";
import * as oncall from "./oncall";
import * as oss from "./oss";
import * as slo from "./slo";
import * as syntheticmonitoring from "./syntheticmonitoring";
import * as types from "./types";
export { alerting, apps, assert, cloud, cloudprovider, config, connections, enterprise, experimental, fleetmanagement, frontendobservability, k6, machinelearning, oncall, oss, slo, syntheticmonitoring, types, };