oneuptime/TestServer
Simon Larsen 0b10880f58
refactor: Update TelemetryIngestor and Probe to initialize telemetry with the correct service name
This refactor updates the TelemetryIngestor and Probe components to initialize telemetry with the correct service name. Previously, the service name was hardcoded or set to a default value, which could lead to inconsistencies and confusion. By using the APP_NAME constant defined in each component, the service name is now dynamically set, ensuring accurate telemetry tracking.

Files modified:
- TelemetryIngestor/Index.ts
- Probe/Index.ts
2024-08-02 16:35:09 -06:00
..
API refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Views fix api request body 2023-05-14 20:06:59 +01:00
.dockerignore add http test server 2023-05-09 17:03:03 +01:00
.gitattributes add http test server 2023-05-09 17:03:03 +01:00
.gitignore add http test server 2023-05-09 17:03:03 +01:00
Dockerfile.tpl chore: Update Dockerfile templates to include CommonProject dependencies 2024-07-24 19:04:25 -06:00
Index.ts refactor: Update TelemetryIngestor and Probe to initialize telemetry with the correct service name 2024-08-02 16:35:09 -06:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json add http test server 2023-05-09 17:03:03 +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