-
Notifications
You must be signed in to change notification settings - Fork 2
docs: Add logging infrastructure guide for Kubernetes deployments #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive logging infrastructure documentation for ToolHive Kubernetes deployments, covering standard application logs and audit logs for security and compliance monitoring.
Key changes:
- Comprehensive logging guide covering log formats, configuration, and enterprise tool integration
- Audit logging specifications with detailed field definitions and event types
- Log collection strategies using Kubernetes native tools and enterprise systems (ELK, Splunk, Datadog)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| sidebars.ts | Add logging infrastructure guide to the Kubernetes guides section |
| docs/toolhive/guides-k8s/logging-infrastructure.md | New comprehensive guide covering logging setup, configuration, parsing, and enterprise integrations |
| docs/toolhive/guides-k8s/deploy-operator-helm.md | Add contextual reference to the new logging infrastructure guide |
d0d46ce to
139d88c
Compare
139d88c to
f4b7459
Compare
|
@JAORMX Is this still a WIP? The build is failing because the next steps section links to nonexistent pages. |
|
Ah, I can't see the logs of the build. |
Oh, right. The dev server ( |
|
Gotcha, I'll fix it tomorrow |
f4b7459 to
977964a
Compare
977964a to
e689c1c
Compare
- Add comprehensive logging infrastructure documentation covering standard and audit logs - Document log format specifications with field definitions - Include configuration examples for operator and MCPServer resources - Add log collection strategies and enterprise tool integration (ELK, Splunk, Datadog) - Update sidebar navigation to include the new guide - Add contextual reference from deploy-operator-helm.md Addresses: stacklok/toolhive-platform#39 Signed-off-by: Juan Antonio Osorio <[email protected]>
e689c1c to
1a06087
Compare
Addresses: https://github.com/stacklok/toolhive-enterprise/issues/39