API Reference
API Reference
Type docs for every profiler package, plus the collector template reference.
This section documents the public TypeScript API of every package. Each page lists interfaces, types, and classes with their properties and signatures - generated directly from the source.
Package types
| Page | Package | Covered types |
|---|---|---|
| nest-profiler | @eleven-labs/nest-profiler | ProfilerModuleOptions, Profile, ProfileEntrypoint, ProfilerEntrypointType, ProfilerService, IProfilerCollector |
| nest-profiler-typeorm | @eleven-labs/nest-profiler-typeorm | TypeOrmCollectorModuleOptions, QueryEntry, QueryType |
| nest-profiler-mikro-orm | @eleven-labs/nest-profiler-mikro-orm | MikroOrmCollectorModuleOptions, QueryEntry, QueryType |
| nest-profiler-mongoose | @eleven-labs/nest-profiler-mongoose | MongooseCollectorModuleOptions, MongooseQueryEntry |
| nest-profiler-http | @eleven-labs/nest-profiler-http | HttpCollectorModule, HttpProfilerRecorder, HttpInstrumentation, HttpRequestEntry |
| nest-profiler-cache | @eleven-labs/nest-profiler-cache | CacheOperationEntry, CacheOperation |
| nest-profiler-commander | @eleven-labs/nest-profiler-commander | CommanderCollectorModuleOptions, CommandInfo |
| nest-profiler-auth | @eleven-labs/nest-profiler-auth | AuthCollectorModuleOptions |
| nest-profiler-config | @eleven-labs/nest-profiler-config | ConfigCollectorModuleOptions |
| nest-profiler-validator | @eleven-labs/nest-profiler-validator | ValidationEntry, ViolationEntry, ValidationStatus, ValidationSource |
| nest-profiler-graphql | @eleven-labs/nest-profiler-graphql | GraphQLCollectorModuleOptions, GraphQLInfo, IContextAdapter |
| nest-profiler-rabbitmq | @eleven-labs/nest-profiler-rabbitmq | RabbitMqCollectorModuleOptions, RabbitMqInfo |
Template design system
| Page | Contents |
|---|---|
| Template reference | Color tokens, badge classes, duration classes, EJS helpers, common patterns |