UNPKG

@mdf.js/service-registry

Version:

MMS - API - Service Registry

10 lines 606 B
/** * Copyright 2024 Mytra Control S.L. All rights reserved. * * Use of this source code is governed by an MIT-style license that can be found in the LICENSE file * or at https://opensource.org/licenses/MIT. */ export * from './Observability'; export { DEFAULT_CONFIG_REGISTER_CLUSTER_UPDATE_INTERVAL, DEFAULT_CONFIG_REGISTER_INCLUDE_STACK, DEFAULT_CONFIG_REGISTER_MAX_LIST_SIZE, ErrorRecord, ExtendedCrashObject, ExtendedMultiObject, Metrics, } from './registries'; export { DEFAULT_PRIMARY_PORT, ObservabilityOptions, ObservabilityServiceOptions } from './types'; //# sourceMappingURL=index.d.ts.map