Skip to content

Conversation

@sharadregoti
Copy link
Contributor

@sharadregoti sharadregoti commented Nov 26, 2025

PR Type

Documentation


Description

  • Update instrumentation docs link path

  • Refresh docs.json to reflect link change


Diagram Walkthrough

flowchart LR
  old["Old instrumentation link (/basic-config-and-security/...)"]
  new["New link (/api-management/logs-metrics)"]
  docsjson["docs.json references"]

  old -- "replace" --> new
  new -- "sync structure" --> docsjson
Loading

File Walkthrough

Relevant files
Documentation
pump-config.mdx
Fix instrumentation documentation link                                     

snippets/pump-config.mdx

  • Replace outdated instrumentation docs URL.
  • New path points to /api-management/logs-metrics.
+1/-1     
docs.json
Sync docs index with link updates                                               

docs.json

  • Updated generated docs index to align link change.
+1/-3954

@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Broken Link Risk

Verify that the new relative path /api-management/logs-metrics is valid in the deployed docs site and resolves correctly from this MDX file’s location and base URL configuration.

[Instrumentation docs](/api-management/logs-metrics).
Consistency

Ensure all references in docs.json were updated to the new path and that there are no leftover entries pointing to the old instrumentation route.

{
  "name": "Tyk Documentation",
  "theme": "mint",
  "logo": {
    "light": "/logo/light.svg",
    "dark": "/logo/dark.svg"
  },
  "favicon": "/favicon.png",
  "colors": {
    "primary": "#8438FA",
    "light": "#8438FA",
    "dark": "#8438FA"
  },
  "integrations": {
    "gtm": {
      "tagId": "GTM-K5PPWPH7"
    }
  },
  "contextual": {
    "options": [
      "copy",
      "view"
    ]
  },
  "seo": {
    "metatags": {
      "image": "/img/logos/tyk-docs-logo-dark.svg",
      "author": "Tyk Technologies",
      "language": "en-US",
      "copyright": "Tyk Technologies",
      "reply-to": "info@tyk.io",
      "category": "Technology"
    }
  },
  "navbar": {
    "links": [
      {
        "label": "Community",
        "href": "https://tyk.io/community/"
      },
      {
        "label": "24/7 Support",
        "href": "https://support.tyk.io/"
      },
      {
        "label": "Tyk YouTube",
        "href": "https://www.youtube.com/@TykAPIM/videos"
      }
    ],
    "primary": {
      "type": "button",
      "label": "Start for Free",
      "href": "https://tyk.io/sign-up/"
    }
  },
  "navigation": {
    "tabs": [
      {
        "tab": "Home",
        "pages": [
          "index"
        ]
      },
      {
        "tab": "API Management",
        "groups": [
          {
            "group": "Overview",
            "pages": [
              "tyk-overview",
              "tyk-components",
              "apim",
              "plan-your-api-integration"
            ]
          },
          {
            "group": "Getting Started",
            "pages": [
              "getting-started/create-account",
              "getting-started/configure-first-api",
              "getting-started/using-tyk-dashboard"
            ]
          },
          {
            "group": "Deploy Tyk",
            "pages": [
              "tyk-stack",
              {
                "group": "Tyk Cloud",
                "pages": [
                  "tyk-cloud",
                  {
                    "group": "Management",
                    "pages": [
                      "tyk-cloud/environments-deployments/managing-organisations",
                      "tyk-cloud/teams-users",
                      "tyk-cloud/environments-deployments/managing-environments",
                      "tyk-cloud/environments-deployments/managing-control-planes",
                      "tyk-cloud/environments-deployments/managing-gateways",
                      "tyk-cloud/account-billing",
                      "tyk-cloud/environments-deployments/hybrid-gateways",
                      "tyk-cloud/securing-your-apis"
                    ]
                  },
                  {
                    "group": "Configuration",
                    "pages": [
                      "tyk-cloud/initial-portal-config",
                      "tyk-cloud/using-plugins",
                      "tyk-cloud/using-custom-domains",
                      "api-management/cloud/audit-logs",
                      "tyk-cloud/environments-deployments/monitoring-how-it-works",
                      "tyk-cloud/telemetry",
                      "tyk-cloud/teams-users/single-sign-on"
                    ]
                  },
                  "tyk-cloud/troubleshooting-support"
                ]
              },
              {
                "group": "Tyk Open Source",
                "pages": [
                  "tyk-open-source",
                  "deployment-and-operations/tyk-open-source-api-gateway/quick-start",
                  "apim/open-source/installation"
                ]
              },
              {
                "group": "Tyk Self Managed",
                "pages": [
                  "tyk-self-managed",
                  "getting-started/quick-start",
                  "deployment-and-operations/tyk-self-managed/tyk-demos-and-pocs/overview",
                  "tyk-self-managed/install",
                  {
                    "group": "Configuration",
                    "pages": [
                      "planning-for-production",
                      "planning-for-production/database-settings",
                      "planning-for-production/ensure-high-availability/circuit-breakers",
                      "planning-for-production/ensure-high-availability/enforced-timeouts",
                      "planning-for-production/ensure-high-availability/health-check",
                      "planning-for-production/ensure-high-availability/load-balancing",
                      "planning-for-production/ensure-high-availability/service-discovery",
                      "planning-for-production/ensure-high-availability/uptime-tests",
                      "configure/external-service",
                      "tyk-configuration-reference/kv-store",
                      "planning-for-production/monitoring/tyk-components",
                      "tyk-configuration-reference/redis-cluster-sentinel",
                      "planning-for-production/ensure-high-availability/graceful-shutdown"
                    ]
                  }
                ]
              },
              {
                "group": "Tyk Helm Charts",
                "pages": [
                  "product-stack/tyk-charts/overview",
                  "product-stack/tyk-charts/tyk-stack-chart",
                  "product-stack/tyk-charts/tyk-control-plane-chart",
                  "product-stack/tyk-charts/tyk-data-plane-chart",
                  "product-stack/tyk-charts/tyk-oss-chart"
                ]
              },
              "api-management/mdcb"
            ]
          },
          {
            "group": "Managing APIs",
            "pages": [
              "tyk-oss-gateway",
              {
                "group": "API Traffic Control",
                "pages": [
                  "api-management/rate-limit",
                  "api-management/request-quotas",
                  "api-management/request-throttling"
                ]
              },
              {
                "group": "Tyk API Definitions",
                "pages": [
                  "api-management/gateway-config-introduction",
                  "api-management/gateway-config-tyk-oas",
                  "api-management/gateway-config-tyk-classic",
                  "getting-started/key-concepts/url-matching",
                  "advanced-configuration/transform-traffic/looping"
                ]
              },
              {
                "group": "Manage APIs",
                "pages": [
                  "api-management/gateway-config-managing-oas",
                  "api-management/gateway-config-managing-classic",
                  "api-management/migrate-from-tyk-classic",
                  "api-management/manage-apis/deploy-apis/deploy-apis-overview",
                  "tyk-stack/tyk-gateway/important-prerequisites",
                  "api-management/manage-apis/api-operations/api-observability"
                ]
              },
              "api-management/dashboard-configuration",
              "api-management/api-versioning",
              {
                "group": "Custom Plugins",
                "pages": [
                  "api-management/plugins/overview",
                  "api-management/plugins/plugin-types",
                  "api-management/plugins/golang",
                  "api-management/plugins/javascript",
                  "api-management/plugins/rich-plugins",
                  "api-management/plugins/advance-config"
                ]
              },
              {
                "group": "Event Driven APIs",
                "pages": [
                  "api-management/event-driven-apis",
                  "api-management/stream-config",
                  "api-management/streams-end-to-end-example"
                ]
              },
              {
                "group": "GraphQL",
                "pages": [
                  "api-management/graphql",
                  "api-management/graphql/graphql-schema-types"
                ]
              },
              "api-management/data-graph",
              {
                "group": "Advanced Protocols",
                "pages": [
                  "advanced-configuration/other-protocols",
                  "key-concepts/tcp-proxy",
                  "key-concepts/grpc-proxy",
                  "advanced-configuration/sse-proxy",
                  "advanced-configuration/websockets"
                ]
              },
              {
                "group": "Request Optimization",
                "pages": [
                  "api-management/response-caching",
                  "api-management/batch-processing"
                ]
              },
              {
                "group": "API Observability",
                "pages": [
                  "api-management/logs-metrics",
                  "api-management/tyk-pump",
                  "api-management/performance-monitoring"
                ]
              },
              {
                "group": "Traffic Transformation",
                "pages": [
                  "api-management/traffic-transformation",
                  "advanced-configuration/transform-traffic/soap-rest",
                  "api-management/traffic-transformation/allow-list",
                  "api-management/traffic-transformation/block-list",
                  "api-management/traffic-transformation/do-not-track",
                  "api-management/traffic-transformation/ignore-authentication",
                  "api-management/traffic-transformation/internal-endpoint",
                  "api-management/traffic-transformation/request-method",
                  "api-management/traffic-transformation/request-body",
                  "api-management/traffic-transformation/request-headers",
                  "api-management/traffic-transformation/request-size-limits",
                  "api-management/traffic-transformation/response-body",
                  "api-management/traffic-transformation/response-headers",
                  "api-management/traffic-transformation/request-validation",
                  "api-management/traffic-transformation/mock-response",
                  "api-management/traffic-transformation/virtual-endpoints",
                  "api-management/traffic-transformation/go-templates",
                  "api-management/traffic-transformation/jq-transforms",
                  "api-management/traffic-transformation/request-context-variables",
                  "transform-traffic/url-rewriting"
                ]
              },
              "api-management/gateway-events",
              {
                "group": "Automations Tools",
                "pages": [
                  "api-management/automations",
                  {
                    "group": "API Management in Kubernetes",
                    "pages": [
                      "api-management/automations/operator",
                      "tyk-stack/tyk-operator/installing-tyk-operator",
                      "tyk-stack/tyk-operator/create-an-api",
                      "tyk-stack/tyk-operator/publish-an-api",
                      "product-stack/tyk-operator/tyk-ingress-controller",
                      "product-stack/tyk-operator/advanced-configurations/graphql-federation",
                      "product-stack/tyk-operator/advanced-configurations/custom-plugins",
                      "product-stack/tyk-operator/advanced-configurations/internal-looping",
                      "product-stack/tyk-operator/getting-started/tyk-operator-multiple-organisations"
                    ]
                  },
                  {
                    "group": "Synchronizing Tyk Configuration",
                    "pages": [
                      "api-management/automations/sync",
                      "product-stack/tyk-sync/installing-tyk-sync",
                      "api-management/sync/quick-start",
                      "api-management/sync/use-cases",
                      "product-stack/tyk-sync/commands"
                    ]
                  }
                ]
              },
              "api-management/multiple-environments",
              "api-management/user-management",
              {
                "group": "Use Cases",
                "pages": [
                  "use-cases/open-banking"
                ]
              },
              "api-management/troubleshooting-debugging"
            ]
          },
          {
            "group": "Security in Tyk",
            "pages": [
              {
                "group": "Client Authentication",
                "pages": [
                  "api-management/client-authentication",
                  "api-management/authentication/bearer-token",
                  "api-management/authentication/basic-authentication",
                  "api-management/authentication/oauth-2",
                  {
                    "group": "JSON Web Tokens",
                    "pages": [
                      "basic-config-and-security/security/authentication-authorization/json-web-tokens",
                      "api-management/authentication/jwt-quick-start",
                      "api-management/authentication/jwt-signature-validation",
                      "api-management/authentication/jwt-claim-validation",
                      "api-management/authentication/jwt-authorization",
                      {
                        "group": "Guides",
                        "pages": [
                          "api-management/authentication/jwt-split-token"
                        ]
                      }
                    ]
                  },
                  "basic-config-and-security/security/authentication-authorization/hmac-signatures",
                  "basic-config-and-security/security/mutual-tls/client-mtls",
                  "api-management/authentication/custom-auth",
                  "basic-config-and-security/security/authentication-authorization/open-keyless",
                  "basic-config-and-security/security/authentication-authorization/multiple-auth"
                ]
              },
              {
                "group": "Upstream Authentication",
                "pages": [
                  "api-management/upstream-authentication",
                  "api-management/upstream-authentication/auth-token",
                  "api-management/upstream-authentication/basic-auth",
                  "api-management/upstream-authentication/oauth",
                  "api-management/upstream-authentication/mtls",
                  "api-management/upstream-authentication/request-signing"
                ]
              },
              "api-management/policies",
              "api-management/certificates",
              "api-management/security-best-practices",
              "api-management/security-features",
              "api-management/external-service-integration",
              {
                "group": "Single Sign On (SSO)",
                "pages": [
                  "api-management/single-sign-on-social-idp",
                  "api-management/single-sign-on-oidc",
                  "api-management/single-sign-on-saml",
                  "api-management/single-sign-on-ldap",
                  "api-management/custom-auth-with-proxy-identity-provider"
                ]
              }
            ]
          },
          {
            "group": "Reference",
            "pages": [
              {
                "group": "Environment Variables and Configs",
                "pages": [
                  "tyk-oss-gateway/configuration",
                  "tyk-dashboard/configuration",
                  "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables",
                  "tyk-multi-data-centre/mdcb-configuration-options",
                  "tyk-configuration-reference/tyk-identity-broker-configuration"
                ]
              },
              {
                "group": "API Documentation",
                "pages": [
                  "tyk-apis",
                  {
                    "group": "Gateway",
                    "pages": [
                      "tyk-gateway-api"
                    ],
                    "openapi": "swagger/gateway-swagger.yml"
                  },
                  {
                    "group": "Dashboard",
                    "pages": [
                      "tyk-dashboard-api"
                    ],
                    "openapi": "swagger/dashboard-swagger.yml"
                  },
                  {
                    "group": "Dashboard Admin",
                    "pages": [
                      "dashboard-admin-api"
                    ],
                    "openapi": "swagger/dashboard-admin-swagger.yml"
                  },
                  {
                    "group": "MDCB",
                    "pages": [
                      "tyk-mdcb-api"
                    ],
                    "openapi": "swagger/mdcb-swagger.yml"
                  },
                  "tyk-identity-broker/tib-rest-api"
                ]
              }
            ]
          },
          {
            "group": "Developer Support",
            "pages": [
              {
                "group": "Release Notes",
                "pages": [
                  "developer-support/release-notes/overview",
                  "developer-support/release-notes/gateway",
                  "developer-support/release-notes/dashboard",
                  "developer-support/release-notes/pump",
                  "developer-support/release-notes/sync",
                  "developer-support/release-notes/mdcb",
                  "developer-support/release-notes/operator",
                  "developer-support/release-notes/helm-chart",
                  "developer-support/release-notes/tib",
                  "developer-support/release-notes/cloud",
                  "developer-support/release-notes/archived"
                ]
              },
              "developer-support/upgrading",
              "developer-support/faq",
              {
                "group": "Tyk Releases Policy",
                "pages": [
                  "developer-support/release-types/long-term-support",
                  "developer-support/release-types/early-access-feature",
                  "developer-support/release-types/lab-release",
                  "developer-support/release-types/fips-release"
                ]
              },
              "developer-support/deprecation",
              "developer-support/support",
              "developer-support/community",
              {
                "group": "Docs Contribution",
                "pages": [
                  "developer-support/contributing",
                  "developer-support/contribution-guides",
                  "developer-support/release-guide",
                  "developer-support/documentation-projects/inclusive-naming"
                ]
              }
            ]
          }
        ]
      },
      {
        "tab": "API Publishing",
        "groups": [
          {
            "group": "Overview",
            "pages": [
              "portal/overview/intro",
              "portal/overview/concepts"
            ]
          },
          {
            "group": "Getting Started",
            "pages": [
              "portal/install",
              "portal/overview/getting-started",
              "portal/publish-api-catalog",
              "portal/request-access"
            ]
          },
          {
            "group": "Publishing APIs",
            "pages": [
              "portal/api-products",
              "portal/api-plans",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-catalogues"
            ]
          },
          {
            "group": "Consuming APIs",
            "pages": [
              "portal/developer-app",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/approve-requests",
              {
                "group": "Guides",
                "pages": [
                  "tyk-developer-portal/graphql-playground"
                ]
              }
            ]
          },
          {
            "group": "User Management",
            "pages": [
              "portal/api-owner",
              "portal/api-consumer",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-api-consumer-organisations",
              "tyk-developer-portal/tyk-enterprise-developer-portal/api-consumer-portal/reset-password"
            ]
          },
          {
            "group": "Portal Administration",
            "pages": [
              "portal/api-provider",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/dynamic-client-registration",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/configuring-custom-rate-limit-keys",
              "tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/enable-sso",
              "product-stack/tyk-enterprise-developer-portal/getting-started/setup-email-notifications",
              "portal/webcrawlers",
              "portal/resource-migration",
              {
                "group": "Events and Notifications",
                "pages": [
                  "portal/customization/webhooks",
                  "portal/customization/email-notifications"
                ]
              },
              {
                "group": "Customizing Developer Portal",
                "pages": [
                  "portal/customization",
                  "portal/customization/themes",
                  "portal/customization/templates",
                  "portal/customization/pages",
                  "portal/customization/menus",
                  "portal/customization/branding",
                  "portal/customization/sign-up",
                  "portal/customization/user-model"
                ]
              }
            ]
          },
          {
            "group": "Reference",
            "pages": [
              "product-stack/tyk-enterprise-developer-portal/deploy/configuration",
              {
                "group": "Developer Portal API",
                "pages": [
                  "product-stack/tyk-enterprise-developer-portal/api-documentation/tyk-edp-api"
                ],
                "openapi": "swagger/enterprise-developer-portal-swagger.yaml"
              },
              "product-stack/tyk-enterprise-developer-portal/api-documentation/list-of-endpoints/portal-api-list-of-endpoints",
              "developer-support/release-notes/portal"
            ]
          },
          {
            "group": "Legacy Products",
            "pages": [
              {
                "group": "Tyk Classic Developer Portal",
                "pages": [
                  "tyk-developer-portal/tyk-portal-classic",
                  "tyk-developer-portal/tyk-portal-classic/portal-concepts",
                  "getting-started/key-concepts/api-catalogue",
                  "getting-started/tutorials/publish-api",
                  {
                    "group": "Advanced configurations",
                    "pages": [
                      "tyk-developer-portal/tyk-portal-classic/key-requests",
                      "tyk-developer-portal/tyk-portal-classic/developer-profiles",
                      {
                        "group": "Dynamic Client Registration (DCR)",
                        "pages": [
                          "tyk-developer-portal/tyk-portal-classic/dynamic-client-registration",
                          "tyk-developer-portal/tyk-portal-classic/gluu-dcr",
                          "tyk-developer-portal/tyk-portal-classic/keycloak-dcr",
                          "tyk-developer-portal/tyk-portal-classic/okta-dcr",
                          "tyk-developer-portal/tyk-portal-classic/curity-dcr"
                        ]
                      },
                      "tyk-developer-portal/tyk-portal-classic/portal-oauth-clients",
                      "tyk-developer-portal/tyk-portal-classic/graphql",
                      "tyk-developer-portal/tyk-portal-classic/monetise",
                      "tyk-developer-portal/tyk-portal-classic/portal-events-notifications",
                      "configure/outbound-email-configuration"
                    ]
                  },
                  {
                    "group": "Portal customisation",
                    "pages": [
                      "tyk-developer-portal/customise",
                      "tyk-developer-portal/customise/customize-api-visibility",
                      "tyk-developer-portal/tyk-portal-classic/customise/changing-the-navigation",
                      "tyk-developer-portal/tyk-portal-classic/customise/custom-developer-portal",
                      "tyk-developer-portal/tyk-portal-classic/customise/customise-documentation",
                      "tyk-developer-portal/tyk-portal-classic/customise/customising-using-dashboard",
                      "tyk-developer-portal/tyk-portal-classic/customise/customize-with-jquery",
                      "tyk-developer-portal/tyk-portal-classic/customise/developer-meta-data",
                      "tyk-developer-portal/tyk-portal-classic/tyk-portal-classic/customise/customise-with-templates"
                    ]
                  },
                  {
                    "group": "API documentation",
                    "pages": [
                      "tyk-portal-api",
                      "tyk-apis/tyk-portal-api/portal-configuration",
                      "tyk-apis/tyk-portal-api/portal-developers",
                      "tyk-apis/tyk-portal-api/portal-documentation",
                      "tyk-apis/tyk-portal-api/portal-keys"
                    ]
                  },
                  {
                    "group": "Troubleshooting",
                    "pages": [
                      "frequently-asked-questions/add-list-delete-developer-using-api",
                      "frequently-asked-questions/alerts-new-developer-key-requests",
                      "frequently-asked-questions/custom-developer-portal-options",
                      "troubleshooting/tyk-dashboard/api-catalogue-not-found-error-developer-portal",
                      "troubleshooting/tyk-dashboard/cors-issues-on-developer-portal",
                      "troubleshooting/tyk-dashboard/not-found-error-developer-portal",
                      "troubleshooting/tyk-dashboard/receive-csrf-error-developer-portal"
                    ]
                  },
                  {
                    "group": "Dashboard API",
                    "pages": [
                      {
                        "group": "Classic Portal",
                        "pages": [
                          "tyk-apis/tyk-dashboard-api/manage-key-requests",
                          "tyk-apis/tyk-dashboard-api/portal-policies"
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "tab": "AI Management",
        "groups": [
          {
            "group": "General",
            "pages": [
              "ai-management/overview"
            ]
          },
          {
            "group": "MCPs",
            "pages": [
              "ai-management/mcps/overview",
              "ai-management/mcps/api-to-mcp",
              "ai-management/mcps/dashboard-api-to-mcp",
              "ai-management/mcps/tyk-docs-mcp"
            ]
          },
          {
            "group": "AI Studio",
            "pages": [
              "ai-management/ai-studio/overview",
              {
                "group": "Getting Started",
                "pages": [
                  "ai-management/ai-studio/core-concepts",
                  {
                    "group": "Installation Guide",
                    "pages": [
                      "ai-management/ai-studio/quickstart",
                      "ai-management/ai-studio/deployment-k8s"
                    ]
                  },
                  "ai-management/ai-studio/configuration"
                ]
              },
              {
                "group": "Core Features",
                "pages": [
                  "ai-management/ai-studio/proxy",
                  "ai-management/ai-studio/ai-portal",
                  "ai-management/ai-studio/chat-interface",
                  "ai-management/ai-studio/llm-management",
                  "ai-management/ai-studio/tools",
                  "ai-management/ai-studio/datasources-rag",
                  "ai-management/ai-studio/filters"
                ]
              },
              {
                "group": "Administration",
                "pages": [
                  "ai-management/ai-studio/user-management",
                  "ai-management/ai-studio/sso",
                  "ai-management/ai-studio/secrets",
                  "ai-management/ai-studio/budgeting",
                  "ai-management/ai-studio/analytics",
                  "ai-management/ai-studio/notifications",
                  {
                    "group": "API Documentation",
                    "pages": [
                      "ai-management/ai-studio/ai-studio-swagger"
                    ],
                    "openapi": "swagger/ai-studio-swagger.yml"
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "tab": "API Governance",
        "groups": [
          {
            "group": "General",
            "pages": [
              "tyk-governance/overview",
              "tyk-governance/core-concepts",
              "tyk-governance/installation",
              "tyk-governance/api-repository",
              "tyk-governance/api-labeling",
              "tyk-governance/governance-rulesets",
              "tyk-governance/api-evaluation",
              "tyk-governance/agent-management"
            ]
          }
        ]
      }
    ]
  },
  "footer": {
    "socials": {
      "github": "https://github.com/TykTechnologies",
      "linkedin": "https://www.linkedin.com/company/tyk",
      "x": "https://twitter.com/tyk_io",
      "facebook": "https://www.facebook.com/Tyk.API.Management",
      "podcast": "https://tyk.io/all-about-apis-podcast"
    },
    "links": [
      {
        "header": "Extra",
        "items": [
          {
            "label": "About Tyk",
            "href": "https://tyk.io/company/",
            "blank": true
          },
          {
            "label": "Blog",
            "href": "https://tyk.io/blog/",
            "blank": true
          },
          {
            "label": "Careers",
            "href": "https://tyk.io/current-vacancies/",
            "blank": true
          },
          {
            "label": "Pricing",
            "href": "https://tyk.io/pricing-cloud/",
            "blank": true
          }
        ]
      },
      {
        "header": "Help",
        "items": [
          {
            "label": "Cloud Status",
            "href": "https://status.tyk.io/",
            "blank": true
          },
          {
            "label": "Raise Bug",
            "href": "https://github.com/TykTechnologies/tyk/",
            "blank": true
          }
        ]
      },
      {
        "header": "Legal",
        "items": [
          {
            "label": "Terms & Conditions",
            "href": "https://tyk.io/terms-conditions/",
            "blank": true
          },
          {
            "label": "Privacy Policy",
            "href": "https://tyk.io/privacy-policy/",
            "blank": true
          },
          {
            "label": "GDPR",
            "href": "https://tyk.io/gdpr/",
            "blank": true
          },
          {
            "label": "© Tyk Technologies 2025",
            "href": "https://tyk.io/terms-conditions/",
            "blank": true
          },
          {
            "label": "Responsible Disclosure",
            "href": "https://app.zerocopter.com/en/cvd/261e0379-9eb8-4de6-b45d-48e30891a8bb",
            "blank": true
          }
        ]
      }
    ]
  },
  "redirects": []
}

@github-actions
Copy link

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Use precise deep link

Ensure the new link points to the specific instrumentation section or anchor to
avoid a vague redirect. If a precise anchor exists, update the URL to the exact
subsection to prevent 404s and improve usability.

snippets/pump-config.mdx [5025]

-[Instrumentation docs](/api-management/logs-metrics).
+[Instrumentation docs](/api-management/logs-metrics#instrumentation).
Suggestion importance[1-10]: 4

__

Why: The suggestion is reasonable for UX but speculative; the PR's new link /api-management/logs-metrics is valid, and the proposed #instrumentation anchor may not exist, risking a broken link. This is a minor improvement, not a correctness fix.

Low

@sharadregoti sharadregoti merged commit 3dd5007 into main Nov 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants