@nsshunt/stsobservability 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +2 -0
- package/dist/stsobservability.mjs +6439 -0
- package/dist/stsobservability.mjs.map +1 -0
- package/dist/stsobservability.umd.js +6434 -0
- package/dist/stsobservability.umd.js.map +1 -0
- package/package.json +68 -0
- package/types/index.d.ts +25 -0
- package/types/index.d.ts.map +1 -0
- package/types/instrumentation/index.d.ts +13 -0
- package/types/instrumentation/index.d.ts.map +1 -0
- package/types/instrumentation/instrumentDefs.d.ts +40 -0
- package/types/instrumentation/instrumentDefs.d.ts.map +1 -0
- package/types/instrumentation/instrumentUtils.d.ts +7 -0
- package/types/instrumentation/instrumentUtils.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentBase.d.ts +25 -0
- package/types/instrumentation/instruments/instrumentBase.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentGauge.d.ts +47 -0
- package/types/instrumentation/instruments/instrumentGauge.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentGauge.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentGauge.test.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentHistogram.d.ts +43 -0
- package/types/instrumentation/instruments/instrumentHistogram.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentHistogram.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentHistogram.test.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentLog.d.ts +50 -0
- package/types/instrumentation/instruments/instrumentLog.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentLog.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentLog.test.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentObject.d.ts +20 -0
- package/types/instrumentation/instruments/instrumentObject.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentObject.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentObject.test.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentTimerGauge.d.ts +29 -0
- package/types/instrumentation/instruments/instrumentTimerGauge.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentTimerGauge.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentTimerGauge.test.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentVelocity.d.ts +48 -0
- package/types/instrumentation/instruments/instrumentVelocity.d.ts.map +1 -0
- package/types/instrumentation/instruments/instrumentVelocity.test.d.ts +2 -0
- package/types/instrumentation/instruments/instrumentVelocity.test.d.ts.map +1 -0
- package/types/instrumentation/testme.d.ts +2 -0
- package/types/instrumentation/testme.d.ts.map +1 -0
- package/types/publish/agentinstrumentcontroller.d.ts +23 -0
- package/types/publish/agentinstrumentcontroller.d.ts.map +1 -0
- package/types/publish/commonTypes.d.ts +74 -0
- package/types/publish/commonTypes.d.ts.map +1 -0
- package/types/publish/middleware/requestLoggerMiddleware.d.ts +32 -0
- package/types/publish/middleware/requestLoggerMiddleware.d.ts.map +1 -0
- package/types/publish/publishInstrumentController.d.ts +34 -0
- package/types/publish/publishInstrumentController.d.ts.map +1 -0
- package/types/publish/publishers/publishTransportRESTServer.d.ts +10 -0
- package/types/publish/publishers/publishTransportRESTServer.d.ts.map +1 -0
- package/types/publish/stsPluginKeys.d.ts +2 -0
- package/types/publish/stsPluginKeys.d.ts.map +1 -0
- package/types/socketioutils/socketIoClientHelper.d.ts +76 -0
- package/types/socketioutils/socketIoClientHelper.d.ts.map +1 -0
- package/types/subscribe/commonTypes.d.ts +159 -0
- package/types/subscribe/commonTypes.d.ts.map +1 -0
- package/types/subscribe/kafkaHelper.d.ts +12 -0
- package/types/subscribe/kafkaHelper.d.ts.map +1 -0
- package/types/subscribe/observabilitymodelutils.d.ts +46 -0
- package/types/subscribe/observabilitymodelutils.d.ts.map +1 -0
- package/types/subscribe/observabilityrestapisubscriber.d.ts +11 -0
- package/types/subscribe/observabilityrestapisubscriber.d.ts.map +1 -0
- package/types/subscribe/observabilitysocketiosubscriber.d.ts +14 -0
- package/types/subscribe/observabilitysocketiosubscriber.d.ts.map +1 -0
- package/types/subscribe/observabilitysubscriptionmanager.d.ts +38 -0
- package/types/subscribe/observabilitysubscriptionmanager.d.ts.map +1 -0
- package/types/subscribe/socketioMessageSender.d.ts +51 -0
- package/types/subscribe/socketioMessageSender.d.ts.map +1 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.