Skip to content

feat: add example for telemetry facade#98

Draft
krishankumar01 wants to merge 3 commits intomasterfrom
kkumar-gcc/telemetry
Draft

feat: add example for telemetry facade#98
krishankumar01 wants to merge 3 commits intomasterfrom
kkumar-gcc/telemetry

Conversation

@krishankumar01
Copy link
Member

📑 Description

Closes https://github.com/goravel/goravel/issues/

✅ Checks

  • Added test cases for my code

@krishankumar01 krishankumar01 requested a review from a team as a code owner February 7, 2026 20:14
@greptile-apps
Copy link

greptile-apps bot commented Feb 7, 2026

Required label not found on this PR.

@krishankumar01 krishankumar01 marked this pull request as draft February 7, 2026 20:35
handler.Append(
httpmiddleware.Throttle("global"),
middleware.StartSession(),
telemetryhttp.Telemetry(facades.Config(), facades.Telemetry()),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can facades.Config() and facades.Telemetry() be got in the framework internally instead of passing them?

Copy link
Contributor

Choose a reason for hiding this comment

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

Can they be run via GitHub action and submit the trace, log, etc. to them? It's better to add some test cases in the tests folder to test the result.

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