-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Axiom handler for xlog and update related components
- Implement AxiomHandler in xlog_handlers/axiom_handler.go - Update xlog/xlog.go to support Axiom integration - Modify xhttpc/xhttpc.go for improved HTTP client functionality - Enhance examples/xlog_example/main.go with Axiom logging example - Update .gitignore to exclude Axiom-related configuration files
- Loading branch information
Showing
5 changed files
with
304 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ go.work.sum | |
.env | ||
.log | ||
.idea/ | ||
.vscode/ | ||
.vscode/ | ||
app.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.