@dynatrace/opentelemetry-core
Version:
Dynatrace OpenTelemetry core package
13 lines • 879 B
TypeScript
export { DtSpanExporter } from "./export/DtSpanExporter";
export { DtSpanProcessor } from "./export/DtSpanProcessor";
export { DtTextMapPropagator } from "./propagator/DtTextMapPropagator";
export { DtSampler } from "./trace/sampler/DtSampler";
export { ComponentLogger } from "./Logger";
export { addErrorAttributes } from "./utils/ErrorUtils";
export { configureDynatrace } from "./utils/ConfigureDynatrace";
export { DtConfiguration, DtOptions, getConfiguration } from "./configuration/StartupConfig";
export { getPropagatedResourceAttributes, setPropagatedResourceAttributes } from "./export/SpanEmbedder";
export * as SemConvResource from "../gen/dynatrace/odin/semconv/v1/SemConvResource";
export * as SemConvTrace from "../gen/dynatrace/odin/semconv/v1/SemConvTrace";
export { getHttpHeadersToCapture } from "./instrumentation/Headers";
//# sourceMappingURL=index.d.ts.map