-
Notifications
You must be signed in to change notification settings - Fork 183
Docs: link to SQL reference #1492
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
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 updates the documentation for the records table schema to reflect the current database structure. The outdated schema was missing many fields and had inconsistencies in field definitions.
Key changes:
- Added numerous missing fields including HTTP-related attributes, telemetry SDK information, and exception details
- Updated field types and constraints (added NOT NULL constraints, changed some data types)
- Added new fields like
duration,project_id,day, and various HTTP and deployment-related columns
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Deploying logfire-docs with
|
| Latest commit: |
51599eb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1800f7cf.logfire-docs.pages.dev |
| Branch Preview URL: | https://update-records-schema.logfire-docs.pages.dev |
|
We should automate this. |
|
👎 I prefer to link to https://logfire.pydantic.dev/docs/reference/sql/ |
5e338ca to
72e93b4
Compare
I changed the link in the platform to go directly to the SQL reference, removed the table and added a link to the reference. @alexmojaki let me know what you think. |
|
I'll note that this whole section needs updating. |
Co-authored-by: Alex Hall <alex.mojaki@gmail.com>
Co-authored-by: Alex Hall <alex.mojaki@gmail.com>
|
Thanks |
I noticed that the schema in the docs is missing quite a few fields. This is an up-to-date export.