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 |
|
|
|
c86e85443e
|
Merge branch 'master' into Nicolas_local_ops
|
2025-07-29 08:59:04 +00:00 |
|
Nicolas
|
3059e1359d
|
Merge remote changes
|
2025-07-29 16:58:16 +08:00 |
|
Nicolas
|
b7b6ddcae4
|
Fix central-storage logging: change OTLP exporter to Loki HTTP exporter
|
2025-07-29 16:47:47 +08:00 |
|
|
|
f4caecbc71
|
Merge pull request 'Nicolas_local_ops' (#20) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/20
|
2025-07-29 07:49:37 +00:00 |
|
|
|
037c410dbb
|
Merge branch 'master' into Nicolas_local_ops
|
2025-07-29 07:49:25 +00: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 |
|
|
|
1fc0d2fc07
|
Merge pull request 'Nicolas_local_ops' (#19) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/19
|
2025-07-29 06:56:44 +00:00 |
|
|
|
968c011dd5
|
Merge branch 'master' into Nicolas_local_ops
|
2025-07-29 06:50:13 +00: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 |
|
|
|
12b729b238
|
Merge pull request 'Nicolas_local_ops' (#18) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/18
|
2025-07-29 06:33:22 +00:00 |
|
|
|
afb02b4e0c
|
Merge branch 'master' into Nicolas_local_ops
|
2025-07-29 06:33:15 +00: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 |
|
freeleaps-gitops-bot
|
25cac97e0d
|
ci(bump): bump devops image version for alpha to snapshot-e7eeaaf
|
2025-07-29 04:20:45 +00:00 |
|
freeleaps-gitops-bot
|
32399c599d
|
ci(bump): bump payment image version for alpha to snapshot-e7eeaaf
|
2025-07-29 04:16:46 +00:00 |
|
freeleaps-gitops-bot
|
ee42b741c1
|
ci(bump): bump notification image version for alpha to snapshot-e7eeaaf
|
2025-07-29 04:11:54 +00:00 |
|
freeleaps-gitops-bot
|
a56a2b87ab
|
ci(bump): bump content image version for alpha to snapshot-e7eeaaf
|
2025-07-29 04:07:21 +00:00 |
|
freeleaps-gitops-bot
|
9dfcc4104c
|
ci(bump): bump centralStorage image version for alpha to snapshot-e7eeaaf
|
2025-07-29 04:00:14 +00:00 |
|
freeleaps-gitops-bot
|
8fa1a8f725
|
ci(bump): bump authentication image version for alpha to snapshot-e7eeaaf
|
2025-07-29 03:55:54 +00:00 |
|
|
|
7066b4a71a
|
Merge pull request 'fix: improve OpenTelemetry Collector JSON parsing for central storage logs' (#17) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/17
|
2025-07-29 02:17:14 +00:00 |
|
|
|
55c2157b5f
|
Merge branch 'master' into Nicolas_local_ops
|
2025-07-29 02:17:07 +00:00 |
|
Nicolas
|
5ced605a20
|
fix: improve OpenTelemetry Collector JSON parsing for central storage logs
|
2025-07-29 10:15:39 +08:00 |
|
|
|
e08d8a4ba2
|
Merge pull request 'Nicolas_local_ops' (#16) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/16
|
2025-07-29 01:56:32 +00:00 |
|
Nicolas
|
aa5a5b3482
|
revert: restore .gitignore to match master branch
|
2025-07-29 09:55:58 +08:00 |
|
Nicolas
|
070f238bdb
|
merge: resolve conflict in values.alpha.yaml
- Choose newer image tag: snapshot-eec7ac2
- Resolve merge conflict between branches
|
2025-07-29 09:51:04 +08:00 |
|
Nicolas
|
111cc02efe
|
fix: remove venv directory from repository and update .gitignore
- Remove venv directory from git tracking
- Add comprehensive Python virtual environment ignore rules
- Prevent future accidental commits of virtual environments
|
2025-07-29 09:43:25 +08:00 |
|
Nicolas
|
605e66a26b
|
fix: add missing logging environment variables for central storage K8s deployment
- Add LOG_BASE_PATH environment variable
- Add BACKEND_LOG_FILE_NAME environment variable
- Add APPLICATION_ACTIVITY_LOG environment variable
- Fix logging path configuration for K8s environment
|
2025-07-29 09:36:01 +08:00 |
|
freeleaps-gitops-bot
|
5c45ccc762
|
ci(bump): bump devops image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:36:10 +00:00 |
|
freeleaps-gitops-bot
|
b2f834ac6a
|
ci(bump): bump payment image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:32:06 +00:00 |
|
freeleaps-gitops-bot
|
23a5cec9ee
|
ci(bump): bump notification image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:27:13 +00:00 |
|
freeleaps-gitops-bot
|
d55da085c5
|
ci(bump): bump content image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:22:27 +00:00 |
|
freeleaps-gitops-bot
|
08c343780d
|
ci(bump): bump centralStorage image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:15:34 +00:00 |
|
freeleaps-gitops-bot
|
219fa78be2
|
ci(bump): bump authentication image version for alpha to snapshot-eec7ac2
|
2025-07-28 14:11:09 +00:00 |
|
freeleaps-gitops-bot
|
d3e1d18e88
|
ci(bump): bump devops image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:39:35 +00:00 |
|
freeleaps-gitops-bot
|
9292c41bfc
|
ci(bump): bump payment image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:35:36 +00:00 |
|
freeleaps-gitops-bot
|
377a0a8a05
|
ci(bump): bump notification image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:30:42 +00:00 |
|
freeleaps-gitops-bot
|
13a076f4dd
|
ci(bump): bump content image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:26:02 +00:00 |
|
freeleaps-gitops-bot
|
ecec83f13a
|
ci(bump): bump centralStorage image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:19:03 +00:00 |
|
freeleaps-gitops-bot
|
b554516986
|
ci(bump): bump authentication image version for alpha to snapshot-9e2e2fa
|
2025-07-28 13:14:38 +00:00 |
|
Nicolas
|
c4d8c00f65
|
feat: update central-storage logging configuration and DEBUG_MODE support
|
2025-07-28 21:02:55 +08:00 |
|
Nicolas
|
8fc5281e23
|
feat: add DEBUG_MODE environment variable for central-storage
|
2025-07-28 21:00:33 +08:00 |
|
freeleaps-gitops-bot
|
ca7cebcd1e
|
ci(bump): bump devops image version for alpha to snapshot-baf606d
|
2025-07-28 11:00:39 +00:00 |
|
freeleaps-gitops-bot
|
c0885c7965
|
ci(bump): bump payment image version for alpha to snapshot-baf606d
|
2025-07-28 10:56:42 +00:00 |
|
freeleaps-gitops-bot
|
4e11b1f2ab
|
ci(bump): bump notification image version for alpha to snapshot-baf606d
|
2025-07-28 10:51:45 +00:00 |
|