@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.
Files changed (71) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/dist/stsobservability.mjs +6439 -0
  4. package/dist/stsobservability.mjs.map +1 -0
  5. package/dist/stsobservability.umd.js +6434 -0
  6. package/dist/stsobservability.umd.js.map +1 -0
  7. package/package.json +68 -0
  8. package/types/index.d.ts +25 -0
  9. package/types/index.d.ts.map +1 -0
  10. package/types/instrumentation/index.d.ts +13 -0
  11. package/types/instrumentation/index.d.ts.map +1 -0
  12. package/types/instrumentation/instrumentDefs.d.ts +40 -0
  13. package/types/instrumentation/instrumentDefs.d.ts.map +1 -0
  14. package/types/instrumentation/instrumentUtils.d.ts +7 -0
  15. package/types/instrumentation/instrumentUtils.d.ts.map +1 -0
  16. package/types/instrumentation/instruments/instrumentBase.d.ts +25 -0
  17. package/types/instrumentation/instruments/instrumentBase.d.ts.map +1 -0
  18. package/types/instrumentation/instruments/instrumentGauge.d.ts +47 -0
  19. package/types/instrumentation/instruments/instrumentGauge.d.ts.map +1 -0
  20. package/types/instrumentation/instruments/instrumentGauge.test.d.ts +2 -0
  21. package/types/instrumentation/instruments/instrumentGauge.test.d.ts.map +1 -0
  22. package/types/instrumentation/instruments/instrumentHistogram.d.ts +43 -0
  23. package/types/instrumentation/instruments/instrumentHistogram.d.ts.map +1 -0
  24. package/types/instrumentation/instruments/instrumentHistogram.test.d.ts +2 -0
  25. package/types/instrumentation/instruments/instrumentHistogram.test.d.ts.map +1 -0
  26. package/types/instrumentation/instruments/instrumentLog.d.ts +50 -0
  27. package/types/instrumentation/instruments/instrumentLog.d.ts.map +1 -0
  28. package/types/instrumentation/instruments/instrumentLog.test.d.ts +2 -0
  29. package/types/instrumentation/instruments/instrumentLog.test.d.ts.map +1 -0
  30. package/types/instrumentation/instruments/instrumentObject.d.ts +20 -0
  31. package/types/instrumentation/instruments/instrumentObject.d.ts.map +1 -0
  32. package/types/instrumentation/instruments/instrumentObject.test.d.ts +2 -0
  33. package/types/instrumentation/instruments/instrumentObject.test.d.ts.map +1 -0
  34. package/types/instrumentation/instruments/instrumentTimerGauge.d.ts +29 -0
  35. package/types/instrumentation/instruments/instrumentTimerGauge.d.ts.map +1 -0
  36. package/types/instrumentation/instruments/instrumentTimerGauge.test.d.ts +2 -0
  37. package/types/instrumentation/instruments/instrumentTimerGauge.test.d.ts.map +1 -0
  38. package/types/instrumentation/instruments/instrumentVelocity.d.ts +48 -0
  39. package/types/instrumentation/instruments/instrumentVelocity.d.ts.map +1 -0
  40. package/types/instrumentation/instruments/instrumentVelocity.test.d.ts +2 -0
  41. package/types/instrumentation/instruments/instrumentVelocity.test.d.ts.map +1 -0
  42. package/types/instrumentation/testme.d.ts +2 -0
  43. package/types/instrumentation/testme.d.ts.map +1 -0
  44. package/types/publish/agentinstrumentcontroller.d.ts +23 -0
  45. package/types/publish/agentinstrumentcontroller.d.ts.map +1 -0
  46. package/types/publish/commonTypes.d.ts +74 -0
  47. package/types/publish/commonTypes.d.ts.map +1 -0
  48. package/types/publish/middleware/requestLoggerMiddleware.d.ts +32 -0
  49. package/types/publish/middleware/requestLoggerMiddleware.d.ts.map +1 -0
  50. package/types/publish/publishInstrumentController.d.ts +34 -0
  51. package/types/publish/publishInstrumentController.d.ts.map +1 -0
  52. package/types/publish/publishers/publishTransportRESTServer.d.ts +10 -0
  53. package/types/publish/publishers/publishTransportRESTServer.d.ts.map +1 -0
  54. package/types/publish/stsPluginKeys.d.ts +2 -0
  55. package/types/publish/stsPluginKeys.d.ts.map +1 -0
  56. package/types/socketioutils/socketIoClientHelper.d.ts +76 -0
  57. package/types/socketioutils/socketIoClientHelper.d.ts.map +1 -0
  58. package/types/subscribe/commonTypes.d.ts +159 -0
  59. package/types/subscribe/commonTypes.d.ts.map +1 -0
  60. package/types/subscribe/kafkaHelper.d.ts +12 -0
  61. package/types/subscribe/kafkaHelper.d.ts.map +1 -0
  62. package/types/subscribe/observabilitymodelutils.d.ts +46 -0
  63. package/types/subscribe/observabilitymodelutils.d.ts.map +1 -0
  64. package/types/subscribe/observabilityrestapisubscriber.d.ts +11 -0
  65. package/types/subscribe/observabilityrestapisubscriber.d.ts.map +1 -0
  66. package/types/subscribe/observabilitysocketiosubscriber.d.ts +14 -0
  67. package/types/subscribe/observabilitysocketiosubscriber.d.ts.map +1 -0
  68. package/types/subscribe/observabilitysubscriptionmanager.d.ts +38 -0
  69. package/types/subscribe/observabilitysubscriptionmanager.d.ts.map +1 -0
  70. package/types/subscribe/socketioMessageSender.d.ts +51 -0
  71. 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.