@jufab/opentelemetry-angular-interceptor
Version:
@jufab/opentelemetry-angular-interceptor is an Angular Library to deploy [OpenTelemetry](https://opentelemetry.io/) in your Angular application
18 lines (17 loc) • 565 B
TypeScript
import { IExporter } from '../exporter.interface';
import { SpanExporter } from '@opentelemetry/sdk-trace-base';
import * as i0 from "@angular/core";
/**
* ConsoleSpanExporterService
* A default span exporter
*/
export declare class ConsoleSpanExporterService implements IExporter {
/**
* Return a ConsoleSpanExporter
*
* @return SpanExporter
*/
getExporter(): SpanExporter;
static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleSpanExporterService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConsoleSpanExporterService>;
}