Nicolas
7ae5966da1
Fix timestamp parsing: use move operator to extract timestamp from attributes
2025-07-29 17:54:25 +08:00
Nicolas
12a7f1b98c
Fix timestamp parsing in OTC config for central-storage logs
2025-07-29 17:40:57 +08:00
Nicolas
c4bd3df730
Fix OTLP exporter config: remove unsupported labels options
2025-07-29 17:22:40 +08:00
Nicolas
18eb4df3fb
Revert to OTLP config to fix OTC startup - will investigate Loki config later
2025-07-29 17:16:46 +08:00
Nicolas
d234716697
Comment out Loki labels config to fix OTC startup - can be enabled later
2025-07-29 17:13:01 +08:00
Nicolas
b1c9f59cff
Simplify Loki exporter configuration to fix OTC startup issues
2025-07-29 17:08:32 +08:00
Nicolas
a1d5652efb
Fix Loki exporter configuration: remove invalid keys
2025-07-29 17:05:24 +08:00
Nicolas
b7b6ddcae4
Fix central-storage logging: change OTLP exporter to Loki HTTP exporter
2025-07-29 16:47:47 +08:00
Nicolas
acd5379c27
fix: restore json_parser with timestamp parsing based on local testing
2025-07-29 15:40:26 +08:00
Nicolas
beab7cd117
fix: remove all parsing operators to use raw log content
2025-07-29 15:29:53 +08:00
Nicolas
37db3b4404
fix: remove time_parser to use default timestamp handling
2025-07-29 14:46:13 +08:00
Nicolas
5479b85968
fix: separate timestamp parsing from json_parser to resolve time parsing error
2025-07-29 14:42:29 +08:00
Nicolas
aa8e626b7a
fix: remove problematic ParseJSON operations from OpenTelemetry transform processor
2025-07-29 14:30:00 +08:00
Nicolas
22ab4b99ef
fix: simplify OpenTelemetry Collector config to resolve timestamp parsing errors
2025-07-29 14:07:39 +08:00
Nicolas
5ced605a20
fix: improve OpenTelemetry Collector JSON parsing for central storage logs
2025-07-29 10:15:39 +08:00
Nicolas
8fc5281e23
feat: add DEBUG_MODE environment variable for central-storage
2025-07-28 21:00:33 +08:00
Nicolas
381d25c11b
chore(logging): update logPathPattern to /var/log/pods/*/*/*.log for k8s standard log collection
2025-07-25 11:05:28 +08:00
zhenyus
6d9d15d4d2
Add OpenTelemetry logging support across multiple services
...
- Introduced log ingestion configuration in values files for centralStorage, content, notification, and payment services.
- Updated deployment templates to conditionally include OpenTelemetry annotations and volume mounts based on log ingestion settings.
- Added OpenTelemetry RBAC configurations for service accounts and cluster roles to enable logging.
- Implemented OpenTelemetry collector configuration to process logs and export them to Loki.
- Ensured compatibility with existing Helm chart structure and maintained backward compatibility for services without log ingestion enabled.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 22:03:00 +08:00