freeleaps-gitops-bot
b6860ff54c
ci(bump): bump authentication image version for alpha to snapshot-cad00ce
2025-10-23 06:10:53 +00:00
freeleaps-gitops-bot
9fa585ffcb
ci(bump): bump authentication image version for alpha to snapshot-6536166
2025-10-22 04:38:10 +00:00
freeleaps-gitops-bot
fb718121fa
ci(bump): bump authentication image version for prod to snapshot-561bf20
2025-10-21 03:57:09 +00:00
freeleaps-gitops-bot
c6706b2f3f
ci(bump): bump authentication image version for prod to 1.14.1
2025-10-21 03:47:41 +00:00
freeleaps-gitops-bot
ef031b4524
ci(bump): bump authentication image version for alpha to snapshot-cd725c8
2025-10-20 09:51:47 +00:00
freeleaps-gitops-bot
3904b90471
ci(bump): bump authentication image version for alpha to snapshot-e12fb45
2025-10-18 06:24:41 +00:00
e57990a63e
Merge pull request 'feat: add authServiceEndpoint to authentication values.prod.yaml' ( #128 ) from tania_local into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/128
2025-10-17 04:01:07 +00:00
YuehuCao
1f3cc9c0c8
feat: add authServiceEndpoint to authentication values.prod.yaml
2025-10-17 11:59:40 +08:00
e11ca58b6c
Merge pull request 'fix(auth): modify the auth endpoint' ( #122 ) from tania_local into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/122
2025-10-16 09:44:15 +00:00
freeleaps-gitops-bot
62b671d99d
ci(bump): bump authentication image version for alpha to snapshot-e22f85e
2025-10-16 06:27:27 +00:00
Eason Zhao
afec3c9198
fix: update Prometheus rule for authentication in production
2025-10-14 23:13:18 -04:00
Eason Zhao
ffe2662c39
Merge remote-tracking branch 'origin/master' into feat-alert-manager
2025-10-14 22:58:08 -04:00
Eason Zhao
2f655f5699
fix: update Prometheus rule for authentication
2025-10-14 22:55:33 -04:00
YuehuCao
2e1a0f1bb9
feat: add auth service endpoint
2025-10-15 10:54:16 +08:00
Easonzyc
7d76abc016
Merge branch 'master' into feat-alert-manager
2025-10-15 02:52:51 +00:00
Eason Zhao
3782a4059f
feat: authentication prod Prometheus set-up
2025-10-14 22:52:11 -04:00
Easonzyc
07307ab06c
Merge pull request 'feat: authentication Prometheus set-up' ( #123 ) from feat-alert-manager into master
...
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/123
2025-10-15 02:44:58 +00:00
Eason Zhao
5506510dba
feat: authentication prometheus set-up
2025-10-14 22:42:14 -04:00
freeleaps-gitops-bot
85744feffc
ci(bump): bump authentication image version for prod to snapshot-00da25e
2025-10-14 04:43:22 +00:00
freeleaps-gitops-bot
ce003c1c97
ci(bump): bump authentication image version for alpha to snapshot-e22f85e
2025-10-13 05:24:37 +00:00
freeleaps-gitops-bot
39e7185354
ci(bump): bump authentication image version for alpha to snapshot-3de8dbd
2025-10-02 05:47:09 +00:00
freeleaps-gitops-bot
7da67d60bc
ci(bump): bump authentication image version for prod to snapshot-c8547b1
2025-09-29 06:21:53 +00:00
freeleaps-gitops-bot
5f5dd3b0d9
ci(bump): bump authentication image version for alpha to snapshot-75813a3
2025-09-28 04:07:25 +00:00
freeleaps-gitops-bot
34464bde81
ci(bump): bump authentication image version for prod to snapshot-332a195
2025-09-28 02:32:30 +00:00
freeleaps-gitops-bot
bdf6b5bd37
ci(bump): bump authentication image version for prod to snapshot-bdfcfd4
2025-09-28 01:36:43 +00:00
Nicolas
38ae6e7b17
feat(opentelemetry): enhance logging attributes for Kubernetes integration
2025-09-28 09:04:18 +08:00
freeleaps-gitops-bot
f2af73cba6
ci(bump): bump authentication image version for alpha to snapshot-6eb50f1
2025-09-26 07:51:36 +00:00
freeleaps-gitops-bot
8531ef0095
ci(bump): bump authentication image version for alpha to snapshot-41bb6e7
2025-09-26 03:23:36 +00:00
freeleaps-gitops-bot
cde3ea62a7
ci(bump): bump authentication image version for prod to 1.11.0
2025-09-25 14:43:25 +00:00
freeleaps-gitops-bot
7c8acc9ce8
ci(bump): bump authentication image version for alpha to snapshot-11c52d6
2025-09-25 07:46:17 +00:00
freeleaps-gitops-bot
63e7b91a1e
ci(bump): bump authentication image version for alpha to snapshot-2a517fa
2025-09-24 05:18:02 +00:00
freeleaps-gitops-bot
a9660ece80
ci(bump): bump authentication image version for prod to snapshot-d4c027e
2025-09-24 02:48:31 +00:00
freeleaps-gitops-bot
336ab05a45
ci(bump): bump authentication image version for alpha to snapshot-bae0903
2025-09-23 14:26:23 +00:00
freeleaps-gitops-bot
5dbfdb0f71
ci(bump): bump authentication image version for prod to snapshot-ee519ca
2025-09-23 09:10:43 +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
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
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
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
Nicolas
a81b061d31
update authentication
2025-09-22 19:40:17 +08:00
freeleaps-gitops-bot
251b79c9d8
ci(bump): bump authentication image version for alpha to snapshot-96f2f52
2025-09-22 10:56:40 +00:00