freeleaps-gitops-bot
43b43feb2d
ci(bump): bump metrics image version for prod to snapshot-ee519ca
2025-09-23 09:01:54 +00:00
icecheng
47d7edd854
Merge pull request 'fix: change probe path for notification service' ( #110 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/110
2025-09-23 08:30:13 +00:00
38734c8281
fix: change probe path for notification service
2025-09-23 16:29:26 +08:00
icecheng
34a05b58a1
Merge pull request 'feat: recover probes for notification service' ( #109 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/109
2025-09-23 08:27:24 +00:00
102d3a2ec0
feat: recover probes for notification service
2025-09-23 16:26:57 +08:00
icecheng
43744a6730
Merge pull request 'feat: recover probes for notification service' ( #108 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/108
2025-09-23 08:18:40 +00:00
88d65a424f
feat: recover probes for notification service
2025-09-23 16:18:00 +08:00
icecheng
fe58260cb8
Merge pull request 'fix: add erlang cookie for rabbitmq' ( #107 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/107
2025-09-23 08:07:47 +00:00
7b37b57331
fix: add erlang cookie for rabbitmq
2025-09-23 16:06:51 +08:00
icecheng
a54f4cc7b8
Merge pull request 'fix: disable probes for notification service' ( #106 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/106
2025-09-23 07:55:07 +00:00
ded9db53fc
fix: change update strategy to recreate for rabbitmq
2025-09-23 15:54:33 +08:00
freeleaps-gitops-bot
15e2d5cd9f
ci(bump): bump devops image version for alpha to snapshot-3cba9e4
2025-09-23 07:40:28 +00:00
Nicolas
8d15529fe6
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-23 15:38:04 +08:00
Nicolas
a71aa5a529
test only build amd front in alpha
2025-09-23 15:37:45 +08:00
3519f9c318
fix: disable probes for notification service
2025-09-23 15:23:09 +08:00
freeleaps-gitops-bot
2be57cb278
ci(bump): bump payment image version for alpha to snapshot-3cba9e4
2025-09-23 07:22:30 +00:00
freeleaps-gitops-bot
3613428b3b
ci(bump): bump notification image version for alpha to snapshot-3cba9e4
2025-09-23 07:17:03 +00:00
freeleaps-gitops-bot
caa385348f
ci(bump): bump content image version for alpha to snapshot-3cba9e4
2025-09-23 07:10:30 +00:00
freeleaps-gitops-bot
2ecfc54f7b
ci(bump): bump metrics image version for alpha to snapshot-3cba9e4
2025-09-23 06:46:27 +00:00
icecheng
7f4c30bd70
Merge pull request 'feat: add prometheusrule for metrics service' ( #105 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/105
2025-09-23 06:21:36 +00:00
8f7beabe4c
feat: add prometheusrule for metrics service
2025-09-23 14:20:52 +08:00
freeleaps-gitops-bot
ff12647613
ci(bump): bump centralStorage image version for alpha to snapshot-3cba9e4
2025-09-23 06:09:18 +00:00
freeleaps-gitops-bot
1c79b10e6f
ci(bump): bump authentication image version for alpha to snapshot-3cba9e4
2025-09-23 06:00:54 +00:00
freeleaps-gitops-bot
5d0876fdc7
ci(bump): bump metrics image version for alpha to snapshot-3cba9e4
2025-09-23 05:50:51 +00:00
Nicolas
beb355249a
fix: update centralStorage OpenTelemetry configuration
...
- Change start_at from 'end' to 'beginning' for complete log history
- Fix transform configuration to match authentication service
- Add k8s_cluster receiver to collect container stdout logs
- Remove problematic json_parser operator
- Ensure consistent log processing across services
2025-09-23 08:58:01 +08:00
Nicolas
a8d6af93aa
restore: add Kubernetes metadata to JSON logs
...
- Restore ParseJSON operations to add Kubernetes metadata to log body
- Add kubernetes.pod, kubernetes.namespace, kubernetes.pod_ip, etc. to JSON
- This will enrich the JSON logs with Kubernetes context information
- Maintain original JSON structure while adding K8s metadata
2025-09-22 21:46:38 +08:00
Nicolas
2983250d07
fix: remove json_parser to preserve original JSON format
...
- Remove json_parser operator to keep logs in original JSON format
- This should maintain the structured JSON content in Grafana
- Logs will be sent as raw JSON without parsing into attributes
2025-09-22 21:45:14 +08:00
Nicolas
b527425556
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 21:39:39 +08:00
Nicolas
cda371e74f
fix: change start_at to beginning to read existing logs
...
- Change start_at from end to beginning
- This should allow OpenTelemetry Collector to read existing log content
- May cause duplicate logs but should make logs visible in Grafana
2025-09-22 21:38:59 +08:00
Nicolas
620bacdbbf
fix: remove move operator that may be causing log processing failure
...
- Remove move operator from json_parser configuration
- Keep only json_parser with parse_to: attributes
- This should allow logs to be processed correctly
2025-09-22 21:38:00 +08:00
freeleaps-gitops-bot
a035359701
ci(bump): bump freeleaps image version for alpha to snapshot-3069327
2025-09-22 13:25:27 +00:00
Nicolas
802698bcb7
fix: align authentication logging with chat service configuration
...
- Add parse_to: attributes to json_parser operator
- Add move operator to move text content to body
- Use application instead of service_name for consistency
- Use global.environment for environment setting
- Add global.environment to values files for both alpha and prod
- This should fix the unknown_service classification issue
2025-09-22 21:21:19 +08:00
Nicolas
fe2b7200de
simplify: remove where clause from transform processor
...
- Remove complex where clause that may cause syntax errors
- Set environment to alpha by default for all logs
- This should fix the transform processor execution issue
2025-09-22 20:45:02 +08:00
Nicolas
c4719493af
fix: add service.name attribute to prevent unknown_service classification
...
- Add service.name resource attribute in addition to service_name
- This should prevent logs from being classified as unknown_service in Loki
- Keep both attributes for compatibility
2025-09-22 20:40:30 +08:00
Nicolas
b1554522b5
Fix the configuration of the JSON parser
2025-09-22 20:35:06 +08:00
Nicolas
b60c5c9324
simplify: remove ParseJSON operations from OpenTelemetry transform
...
- Remove complex JSON parsing operations that may cause issues
- Keep only essential resource attribute mapping
- This should help logs be properly processed and sent to Loki
2025-09-22 20:22:40 +08:00
Nicolas
a9d3930ba3
fix: use where clause for conditional environment setting
...
- Replace if statement with where clause for environment mapping
- Set default to alpha, then override to prod for freeleaps-prod namespace
2025-09-22 19:54:57 +08:00
Nicolas
0774325bf6
fix: use if statement instead of ReplaceAll for environment mapping
...
- Replace ReplaceAll function with if statement for environment mapping
- This avoids undefined function error in OpenTelemetry Collector OTTL
2025-09-22 19:53:13 +08:00
Nicolas
69823712ae
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 19:45:46 +08:00
Nicolas
a9d6ab93e6
fix the bug of auth
2025-09-22 19:44:52 +08:00
freeleaps-gitops-bot
5e15d41246
ci(bump): bump devops image version for alpha to snapshot-96f2f52
2025-09-22 11:44:38 +00:00
Nicolas
a81b061d31
update authentication
2025-09-22 19:40:17 +08:00
freeleaps-gitops-bot
94fee876b9
ci(bump): bump payment image version for alpha to snapshot-96f2f52
2025-09-22 11:25:39 +00:00
freeleaps-gitops-bot
f6557c396e
ci(bump): bump notification image version for alpha to snapshot-96f2f52
2025-09-22 11:18:58 +00:00
freeleaps-gitops-bot
de3775b87f
ci(bump): bump content image version for alpha to snapshot-96f2f52
2025-09-22 11:12:42 +00:00
freeleaps-gitops-bot
5cf6b5882f
ci(bump): bump centralStorage image version for alpha to snapshot-96f2f52
2025-09-22 11:03:16 +00:00
freeleaps-gitops-bot
24fd8d6232
ci(bump): bump chat image version for alpha to snapshot-3069327
2025-09-22 10:57:58 +00:00
freeleaps-gitops-bot
251b79c9d8
ci(bump): bump authentication image version for alpha to snapshot-96f2f52
2025-09-22 10:56:40 +00:00
freeleaps-gitops-bot
3f7ebed195
ci(bump): bump metrics image version for alpha to snapshot-96f2f52
2025-09-22 10:49:16 +00:00
freeleaps-gitops-bot
e04da52485
ci(bump): bump devops image version for prod to snapshot-ee519ca
2025-09-22 10:28:43 +00:00
freeleaps-gitops-bot
78b6b4902a
ci(bump): bump payment image version for prod to 1.9.0
2025-09-22 10:03:44 +00:00
freeleaps-gitops-bot
a6f9efc562
ci(bump): bump payment image version for prod to snapshot-ee519ca
2025-09-22 10:03:08 +00:00
freeleaps-gitops-bot
23208fa769
ci(bump): bump notification image version for prod to 1.9.0
2025-09-22 09:56:08 +00:00
freeleaps-gitops-bot
5d2134fef0
ci(bump): bump notification image version for prod to snapshot-ee519ca
2025-09-22 09:55:48 +00:00
Nicolas
e643133f5d
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 17:48:00 +08:00
Nicolas
b1f6ce8a1d
Set the log environment for authentication using string replacement
2025-09-22 17:47:40 +08:00
freeleaps-gitops-bot
9e81dc9650
ci(bump): bump content image version for prod to 1.9.0
2025-09-22 09:46:49 +00:00
freeleaps-gitops-bot
9011629da5
ci(bump): bump content image version for prod to snapshot-ee519ca
2025-09-22 09:46:30 +00:00
icecheng
8b08495717
Merge pull request 'feat: add dashboard intergration guideline' ( #104 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/104
2025-09-22 09:43:25 +00:00
e474d5dff8
feat: add dashboard intergration guideline
2025-09-22 17:42:50 +08:00
freeleaps-gitops-bot
abbd6d6243
ci(bump): bump metrics image version for alpha to snapshot-0107fea
2025-09-22 09:35:00 +00:00
Nicolas
61509dabf2
roll back
2025-09-22 17:33:22 +08:00
Nicolas
267bf4863b
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 17:31:27 +08:00
Nicolas
d9209e89ef
fix authentication
2025-09-22 17:31:11 +08:00
freeleaps-gitops-bot
a12b8eb5b1
ci(bump): bump centralStorage image version for prod to snapshot-ee519ca
2025-09-22 09:29:14 +00:00
freeleaps-gitops-bot
174882fbaf
ci(bump): bump centralStorage image version for prod to 1.9.0
2025-09-22 09:28:50 +00:00
freeleaps-gitops-bot
3d0ee3546d
ci(bump): bump authentication image version for prod to 1.9.0
2025-09-22 09:19:04 +00:00
freeleaps-gitops-bot
bdf8e2544b
ci(bump): bump authentication image version for prod to snapshot-ee519ca
2025-09-22 09:18:40 +00:00
Nicolas
b3ef716dde
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 16:54:13 +08:00
Nicolas
5b185972a8
update authentication log set
2025-09-22 16:53:54 +08:00
freeleaps-gitops-bot
4185a010eb
ci(bump): bump payment image version for alpha to snapshot-74d9550
2025-09-22 08:50:56 +00:00
freeleaps-gitops-bot
d07117c72d
ci(bump): bump centralStorage image version for prod to 1.8.0
2025-09-22 08:47:05 +00:00
freeleaps-gitops-bot
339ab44e05
ci(bump): bump centralStorage image version for prod to snapshot-7b7c9ca
2025-09-22 08:46:45 +00:00
icecheng
252fc7eac7
Merge pull request 'feat: add dashboard intergration guideline' ( #103 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/103
2025-09-22 08:42:59 +00:00
27468f2324
feat: add dashboard intergration guideline
2025-09-22 16:42:10 +08:00
freeleaps-gitops-bot
e39bd976ec
ci(bump): bump notification image version for alpha to snapshot-74d9550
2025-09-22 08:39:58 +00:00
freeleaps-gitops-bot
d0786e5df3
ci(bump): bump authentication image version for prod to snapshot-7b7c9ca
2025-09-22 08:38:20 +00:00
freeleaps-gitops-bot
946a92e2fa
ci(bump): bump authentication image version for prod to 1.8.0
2025-09-22 08:38:04 +00:00
icecheng
8ddb0cb38f
Merge pull request 'feat: add prometheus metrics intergration guideline' ( #102 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/102
2025-09-22 08:34:28 +00:00
b14eaddad7
feat: add prometheus metrics intergration guideline
2025-09-22 16:33:49 +08:00
freeleaps-gitops-bot
77bfbab9de
ci(bump): bump content image version for alpha to snapshot-74d9550
2025-09-22 08:29:09 +00:00
icecheng
1f4c5ee058
Merge pull request 'feat: add prometheus metrics intergration guideline' ( #101 ) from icecheng/feature into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/101
2025-09-22 08:28:20 +00:00
89a71a4715
feat: add prometheus metrics intergration guideline
2025-09-22 16:23:43 +08:00
Nicolas
bfb58407e4
Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
2025-09-22 16:23:20 +08:00
Nicolas
efa0b55236
change authentication log env set
2025-09-22 16:23:01 +08:00
freeleaps-gitops-bot
2cdc115d4e
ci(bump): bump centralStorage image version for alpha to snapshot-74d9550
2025-09-22 08:15:01 +00:00
freeleaps-gitops-bot
4de8bf6001
ci(bump): bump authentication image version for alpha to snapshot-74d9550
2025-09-22 08:06:50 +00:00
freeleaps-gitops-bot
54f806b436
ci(bump): bump metrics image version for alpha to snapshot-74d9550
2025-09-22 07:59:44 +00:00
freeleaps-gitops-bot
c90398b171
ci(bump): bump metrics image version for alpha to snapshot-48272cf
2025-09-22 07:34:26 +00:00
freeleaps-gitops-bot
3931ae2e8e
ci(bump): bump frontend image version for alpha to snapshot-e80cd4f
2025-09-22 07:11:12 +00:00
freeleaps-gitops-bot
be59ed4213
ci(bump): bump freeleaps image version for alpha to snapshot-e80cd4f
2025-09-22 06:36:58 +00:00
freeleaps-gitops-bot
7a0ae6ebcb
ci(bump): bump chat image version for alpha to snapshot-e80cd4f
2025-09-22 06:26:19 +00:00
Nicolas
309602b91e
add auth prod log
2025-09-22 10:30:55 +08:00
freeleaps-gitops-bot
6d5d56b963
ci(bump): bump devops image version for alpha to snapshot-77d0a9c
2025-09-19 10:21:09 +00:00
freeleaps-gitops-bot
a299e65475
ci(bump): bump payment image version for alpha to snapshot-77d0a9c
2025-09-19 10:16:01 +00:00
freeleaps-gitops-bot
b5238f198b
ci(bump): bump notification image version for alpha to snapshot-77d0a9c
2025-09-19 10:09:26 +00:00
freeleaps-gitops-bot
67ab04c372
ci(bump): bump content image version for alpha to snapshot-77d0a9c
2025-09-19 10:01:44 +00:00
freeleaps-gitops-bot
2ce2461ed4
ci(bump): bump payment image version for prod to snapshot-6d72fef
2025-09-19 10:00:50 +00:00
freeleaps-gitops-bot
d36957484c
ci(bump): bump notification image version for prod to snapshot-6d72fef
2025-09-19 09:52:22 +00:00
freeleaps-gitops-bot
efefea3348
ci(bump): bump centralStorage image version for alpha to snapshot-77d0a9c
2025-09-19 09:49:25 +00:00