Commit Graph

37 Commits

Author SHA1 Message Date
Simon Larsen
8a77ae977e
refactor: Update OneUptime chart to use probes instead of probe for probe configuration 2024-08-01 19:25:54 -06:00
Simon Larsen
c09f863d58
refactor: Remove unused imports and update eslint configuration 2024-06-14 15:42:45 +01:00
Simon Larsen
3c8c2a3feb
refactor: Update import statements for jest in test files
This commit updates the import statements for jest in multiple test files. The previous import statements used "globals" as the module name, which is incorrect. The correct module name is "jest". This change ensures that the jest module is imported correctly, improving the accuracy and reliability of the test setup.
2024-06-14 15:42:33 +01:00
Simon Larsen
e9c94876c0
refactor: Update import statement for jest in setupTest.js
This commit updates the import statement for jest in the setupTest.js file. The previous import statement used "globals" as the module name, which is incorrect. The correct module name is "jest". This change ensures that the jest module is imported correctly, improving the accuracy and reliability of the test setup.
2024-06-14 14:06:41 +01:00
Simon Larsen
70a2a3993b
refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Simon Larsen
a5f05376b0
refactor: Update logger.debug statements for exiting node process
This commit updates the logger.debug statements in multiple files to log the message 'Exiting node process' instead of 'Exiting node process'. This change improves the logging consistency and ensures that the appropriate log level is used for this message.
2024-05-22 10:04:41 +01:00
Simon Larsen
db32292d33
chore: Update launch.json and config.go for InfrastructureAgent 2024-05-14 10:02:48 +01:00
snyk-bot
70d243aa7b
fix: Examples/otel-dotnet/otel-dotnet.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-OPENTELEMETRYINSTRUMENTATIONASPNETCORE-6613064
2024-04-14 23:00:18 +00:00
Simon Larsen
9a25f8ea00
Update package names 2024-03-14 13:43:21 +00:00
Simon Larsen
2310ab0929
Update author information in package.json files 2024-03-14 13:20:47 +00:00
Simon Larsen
2e9cb1de23
Update package.json licenses 2024-03-14 13:19:04 +00:00
Simon Larsen
602bfd5e7e
Delete unnecessary files and update .gitignore 2024-02-19 10:55:14 +00:00
Simon Larsen
f4d5b9c492
Update OTel exporter headers and endpoints 2024-02-15 13:45:13 +00:00
Simon Larsen
5f735a316f
Add Fluent Ingest API endpoint 2024-02-02 12:21:29 +00:00
Simon Larsen
d6d674510d
Comment out OTLP exporter configuration 2023-12-31 15:11:37 +00:00
Simon Larsen
8b8caed4ac
Fix OTLP exporter configuration 2023-12-31 15:09:29 +00:00
Simon Larsen
af5fd47fdd
Update OpenTelemetry collector endpoint in README.md 2023-12-30 23:04:32 +00:00
Simon Larsen
bf2f9d800c
Update OpenTelemetry endpoints and add support for custom collector endpoint 2023-12-30 22:45:29 +00:00
Simon Larsen
d433a64fa1
Update OTLP Exporter configuration 2023-12-30 22:41:57 +00:00
Simon Larsen
a6d1b29770
Update OpenTelemetry exporter configuration 2023-12-30 22:08:37 +00:00
Simon Larsen
d8d4acc100
Update OpenTelemetry exporter configuration 2023-12-30 14:07:30 +00:00
Simon Larsen
018d3b7fcd
Update usageCount and totalCostInUSD to use Decimal type 2023-12-30 13:22:57 +00:00
Simon Larsen
03a503b080
Refactor OpenTelemetry exporter configuration 2023-12-30 12:29:35 +00:00
Simon Larsen
3fe3bc06fa
Update OpenTelemetry Collector configuration 2023-12-30 12:17:51 +00:00
Simon Larsen
52c1da7983
Update logging messages in Program.cs 2023-12-29 11:24:43 +00:00
Simon Larsen
224eff0d3d
Update launch.json and ObjectID.ts, add debugger statement, modify BillingService.test.ts, Statement.ts, and NavBar.tsx, and update OTelIngest.ts 2023-12-25 19:21:04 +00:00
Simon Larsen
f79f4c7627
Add Stop icon to Icon component and implement
LogsFilters component
2023-11-18 13:37:03 +00:00
Simon Larsen
12df8275a5
fix socket connection 2023-11-16 17:16:37 +00:00
Simon Larsen
502f298a3a
add authentication 2023-11-12 15:12:49 +00:00
Simon Larsen
d8d5556f1a
add header setter 2023-11-12 14:24:27 +00:00
Simon Larsen
625c96b91a
fix otel collector 2023-11-09 21:37:23 +00:00
Simon Larsen
438fbf4368
add historgram in program 2023-10-24 20:49:10 +01:00
Simon Larsen
8fe35d9a29
remove unneeded files 2023-10-24 16:54:14 +01:00
Simon Larsen
ee54a324d7
add guage 2023-10-24 13:35:26 +01:00
Simon Larsen
323646ebcd
docker file for otel proj 2023-10-24 11:56:52 +01:00
Simon Larsen
9fe998a43d
save logs to otel 2023-10-23 15:27:22 +01:00
Simon Larsen
3841b655e5
add dotnet otel project 2023-10-23 15:17:25 +01:00