oneuptime/Ingestor
Simon Larsen 2b1ad303d9
feat: Update MetricsTable to fetch and display attributes
This commit updates the MetricsTable component to fetch and display attributes for each metric. It adds a new API request to retrieve the attributes from the server and updates the component's state to store the fetched attributes. The attributes are then passed to the AnalyticsModelTable component to be displayed in the "Attributes" column. This enhancement improves the visibility and analysis capabilities of the metrics data.

Files modified:
- Dashboard/src/Components/Metrics/MetricsTable.tsx
2024-07-29 17:12:39 -06:00
..
API feat: Update OTelIngest to index attributes for telemetry types 2024-07-29 16:53:23 -06:00
Docs add new models to clickhouse 2023-10-23 20:02:44 +01:00
Middleware refactor: Update TelemetryIngest to include serviceName in TelemetryRequest 2024-07-17 17:27:04 -06:00
ProtoFiles/OTel/v1 gzip working 2023-10-10 14:41:20 +01:00
Service feat: Update MetricsTable to fetch and display attributes 2024-07-29 17:12:39 -06:00
Types refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Utils refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
.dockerignore probe-api to ingestor 2023-10-09 18:54:23 +01:00
.gitattributes probe-api to ingestor 2023-10-09 18:54:23 +01:00
.gitignore probe-api to ingestor 2023-10-09 18:54:23 +01:00
Dockerfile.tpl increase mem on ingestor 2024-07-26 10:48:45 -06:00
Index.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json probe-api to ingestor 2023-10-09 18:54:23 +01:00
package-lock.json chore: Update package.json dependencies for CommonProject 2024-07-25 07:42:45 -06:00
package.json chore: Update package.json dependencies for CommonProject 2024-07-25 07:42:45 -06:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00