@oneuptime/common 10.0.37 → 10.0.38

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 (48) hide show
  1. package/Server/API/TelemetryAPI.ts +10 -0
  2. package/Server/Services/LogAggregationService.ts +24 -1
  3. package/Server/Utils/Telemetry/Telemetry.ts +38 -19
  4. package/UI/Components/Charts/Area/AreaChart.tsx +81 -0
  5. package/UI/Components/Charts/ChartGroup/ChartGroup.tsx +106 -63
  6. package/UI/Components/Charts/ChartLibrary/AreaChart/AreaChart.tsx +986 -0
  7. package/UI/Components/Charts/ChartLibrary/LineChart/LineChart.tsx +1 -1
  8. package/UI/Components/Charts/ChartLibrary/Utils/ChartColors.ts +18 -1
  9. package/UI/Components/Charts/Utils/XAxis.ts +26 -21
  10. package/UI/Components/ConditionsTable/ConditionsTable.tsx +86 -67
  11. package/UI/Components/Dictionary/DictionaryOfStingsViewer.tsx +48 -28
  12. package/UI/Components/Filters/FiltersForm.tsx +19 -13
  13. package/UI/Components/InfoCard/InfoCard.tsx +3 -1
  14. package/UI/Components/LogsViewer/LogsViewer.tsx +9 -4
  15. package/UI/Components/LogsViewer/components/ActiveFilterChips.tsx +29 -2
  16. package/UI/Components/LogsViewer/types.ts +1 -0
  17. package/build/dist/Server/API/TelemetryAPI.js +8 -0
  18. package/build/dist/Server/API/TelemetryAPI.js.map +1 -1
  19. package/build/dist/Server/Services/LogAggregationService.js +12 -0
  20. package/build/dist/Server/Services/LogAggregationService.js.map +1 -1
  21. package/build/dist/Server/Utils/Telemetry/Telemetry.js +29 -15
  22. package/build/dist/Server/Utils/Telemetry/Telemetry.js.map +1 -1
  23. package/build/dist/UI/Components/Charts/Area/AreaChart.js +39 -0
  24. package/build/dist/UI/Components/Charts/Area/AreaChart.js.map +1 -0
  25. package/build/dist/UI/Components/Charts/ChartGroup/ChartGroup.js +28 -9
  26. package/build/dist/UI/Components/Charts/ChartGroup/ChartGroup.js.map +1 -1
  27. package/build/dist/UI/Components/Charts/ChartLibrary/AreaChart/AreaChart.js +376 -0
  28. package/build/dist/UI/Components/Charts/ChartLibrary/AreaChart/AreaChart.js.map +1 -0
  29. package/build/dist/UI/Components/Charts/ChartLibrary/LineChart/LineChart.js +1 -1
  30. package/build/dist/UI/Components/Charts/ChartLibrary/LineChart/LineChart.js.map +1 -1
  31. package/build/dist/UI/Components/Charts/ChartLibrary/Utils/ChartColors.js +15 -0
  32. package/build/dist/UI/Components/Charts/ChartLibrary/Utils/ChartColors.js.map +1 -1
  33. package/build/dist/UI/Components/Charts/Utils/XAxis.js +25 -21
  34. package/build/dist/UI/Components/Charts/Utils/XAxis.js.map +1 -1
  35. package/build/dist/UI/Components/ConditionsTable/ConditionsTable.js +51 -30
  36. package/build/dist/UI/Components/ConditionsTable/ConditionsTable.js.map +1 -1
  37. package/build/dist/UI/Components/Dictionary/DictionaryOfStingsViewer.js +23 -11
  38. package/build/dist/UI/Components/Dictionary/DictionaryOfStingsViewer.js.map +1 -1
  39. package/build/dist/UI/Components/Filters/FiltersForm.js +10 -6
  40. package/build/dist/UI/Components/Filters/FiltersForm.js.map +1 -1
  41. package/build/dist/UI/Components/InfoCard/InfoCard.js +1 -1
  42. package/build/dist/UI/Components/InfoCard/InfoCard.js.map +1 -1
  43. package/build/dist/UI/Components/LogsViewer/LogsViewer.js +5 -1
  44. package/build/dist/UI/Components/LogsViewer/LogsViewer.js.map +1 -1
  45. package/build/dist/UI/Components/LogsViewer/components/ActiveFilterChips.js +17 -2
  46. package/build/dist/UI/Components/LogsViewer/components/ActiveFilterChips.js.map +1 -1
  47. package/build/dist/UI/Components/LogsViewer/types.js.map +1 -1
  48. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/common",
3
- "version": "10.0.37",
3
+ "version": "10.0.38",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",