Skip to content

Conversation

@buger
Copy link
Member

@buger buger commented Dec 8, 2025

🔗 Auto-generated mirror PR for Mintlify preview

Original PR: #1156
Author: @buger

Purpose

This PR provides a Mintlify preview link for reviewing documentation changes.

Preview Link

The Mintlify preview will be available once this PR is processed.

⚠️ Important Notes

Changes

Summary

  • Adds comprehensive metadata documentation for all Gateway Events in the gateway-events.mdx file
  • For each event type, an expandable section now describes the metadata fields passed to event handlers
  • Metadata fields are sourced from the Go struct definitions in the Tyk Gateway codebase

Events Documented

Rate limit events

  • , , ,

Quota events

  • ,

Authentication failure events

  • , ,

Version events

Circuit breaker events

  • , ,

Uptime events

  • ,

Token lifecycle events

  • , ,

Certificate expiry events

  • ,

Quota monitoring

Source of Truth

The metadata fields were extracted from the Go struct definitions in the Tyk Gateway repository:

  • : , , , , ,
  • : ,
  • : (common fields)

Test plan

  • Verify the documentation renders correctly in the docs site
  • Confirm expandable sections work as expected
  • Review that all event types listed in the Event Types section have corresponding metadata documentation

Resolves: DX-2108

🤖 Generated with Claude Code

yurisasuke and others added 30 commits June 19, 2025 18:50
* add release-bot

* add release-bot

---------

Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
* Update outbound-email-configuration.mdx

fix something

* Create bla.mdx

* Update docs.json
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
* add mirror pr as draft

* auto merge pull request

---------

Co-authored-by: itachi sasuke <[email protected]>
Revert "Add auto merge (#179)"

This reverts commit 032eac1.
Co-authored-by: itachi sasuke <[email protected]>
Co-authored-by: itachi sasuke <[email protected]>
sharadregoti and others added 17 commits November 24, 2025 10:43
This commit adds comprehensive metadata documentation for all Gateway
Events in the gateway-events.mdx file. For each event type, an
expandable section now describes the metadata fields that are passed
to event handlers (webhooks, custom handlers).

Events documented:
- Rate limit events: RatelimitExceeded, OrgRateLimitExceeded,
  RateLimitSmoothingUp, RateLimitSmoothingDown
- Quota events: QuotaExceeded, OrgQuotaExceeded
- Authentication events: AuthFailure, KeyExpired, UpstreamOAuthError
- Version events: VersionFailure
- Circuit breaker events: BreakerTripped, BreakerReset, BreakerTriggered
- Uptime events: HostDown, HostUp
- Token lifecycle events: TokenCreated, TokenUpdated, TokenDeleted
- Certificate events: CertificateExpiringSoon, CertificateExpired
- Quota monitoring: TriggerExceeded

Resolves: DX-2108

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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.

7 participants