otter-space-sdk/pkg/database
SoXX 2d9db01d72 feat(telemetry): Implement telemetry setup in database client
Add OpenTelemetry integration to the database client by creating a `setupTelemetry` function. Initialize a tracer and configure logging with the otellogrus hook. Call this function during the connection process to enable tracing and logging for database operations.
2024-08-11 22:17:00 +02:00
..
migrations feat(database): added additional columns 2024-08-09 21:37:27 +02:00
client.go feat(telemetry): Implement telemetry setup in database client 2024-08-11 22:17:00 +02:00
favorite.go feat(database): favorites 2024-08-09 22:47:02 +02:00
post.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00
source.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00
tag.go fix(database): make function more coherent with the rest 2024-08-11 00:24:02 +02:00
tagAlias.go fix(database): make function more coherent with the rest 2024-08-11 00:24:02 +02:00
tagGroup.go fix(database): make function more coherent with the rest 2024-08-11 00:24:02 +02:00
user.go feat(database): added user 2024-08-11 00:23:47 +02:00
userSource.go feat(database): added all missing functions 2024-08-11 00:13:46 +02:00