Skip to content

Request time in access log - #75

Open
Jancis wants to merge 1 commit into
masterfrom
feature/nginx-log-format
Open

Request time in access log#75
Jancis wants to merge 1 commit into
masterfrom
feature/nginx-log-format

Conversation

@Jancis

@Jancis Jancis commented Sep 10, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is small, syntactically correct in the rendered NGINX config, and aligns with the stated goal of logging request duration.

Pull request overview

This PR updates the Helm chart’s NGINX configuration to enrich access logs with request duration, helping with latency troubleshooting and basic performance monitoring directly from log output.

Changes:

  • Enable real_ip_recursive in the NGINX http block.
  • Extend the main log_format to append $request_time to each access log line.
File summaries
File Description
charts/simple/templates/configmap.yaml Updates NGINX config to enable recursive real IP parsing and add $request_time to the access log format.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants