mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
9841ba52a9
This commit adds the MetricsAggregationType enum to represent different types of metrics aggregations such as max, min, sum, avg, and count. It also introduces the MetricsQuery interface, which defines the structure of a metrics query including the metric name, attributes, aggregation type, aggregate by, start time, and end time. These changes enable the implementation of metrics queries and aggregations in the application. |
||
---|---|---|
.. | ||
AnalyticsModels | ||
Models | ||
Tests | ||
Types | ||
Typings | ||
Utils | ||
.dockerignore | ||
.gitignore | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
ServiceRoute.ts | ||
tsconfig.json |
OneUptime Common UI Library
The OneUptime Common UI Library is a collection of shared components, utilities that are used across the OneUptime platform. It is designed to be easy to install and use, and to be extensible. This library is built with React and TypeScript. It includes components like buttons, modals, and form elements. It also includes utilities like date formatting, and string manipulation.