Skip to content
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

Provide the ability to find / retrieve a request_id using an identity or key_id #2078

Open
3 tasks done
perkinsjr opened this issue Sep 11, 2024 · 2 comments
Open
3 tasks done
Labels
Core Team Feature New feature or request

Comments

@perkinsjr
Copy link
Collaborator

Preliminary Checks

Is your feature request related to a problem? Please describe.

When users are debugging an issue sometimes they don't log our request_ids to their own systems. When working with a large workspace this becomes incredibly problematic for us as well as the end user trying to get support.

Describe the solution

Make sure the request_id is available requests in the dashboard so that users can go into the dashboard and provide us a request_id

Describe alternatives you have considered (if any)

Provide a debugging API route, that returns last X requests

Create a debugging tool for support that can easily give last X transactions based on an indentiifer and provide all data from relevant systems

Additional context

No response

@perkinsjr perkinsjr added Feature New feature or request Needs Approval Needs approval from Unkey labels Sep 11, 2024
@chronark
Copy link
Collaborator

chronark commented Sep 16, 2024

With clickhouse we're going to log every http request, so we can show request logs in the dashboard

reference: https://github.com/unkeyed/unkey/blob/main/apps/agent/pkg/clickhouse/schema/001_create_requests_table.sql

@chronark chronark removed the Needs Approval Needs approval from Unkey label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Team Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants