{"id":21571081,"url":"https://github.com/treblle/treblletraefikplugingo","last_synced_at":"2026-02-27T11:31:21.531Z","repository":{"id":248883846,"uuid":"793429051","full_name":"Treblle/TreblleTraefikPluginGo","owner":"Treblle","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-03T01:28:53.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-07T23:23:07.000Z","etag":null,"topics":["traefik-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Treblle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-29T07:55:10.000Z","updated_at":"2024-09-03T01:28:12.000Z","dependencies_parsed_at":"2025-07-17T02:20:02.888Z","dependency_job_id":"b5daab0c-99f5-45dc-8cab-ee575dec9144","html_url":"https://github.com/Treblle/TreblleTraefikPluginGo","commit_stats":null,"previous_names":["treblle/treblletraefikplugingo"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Treblle/TreblleTraefikPluginGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Treblle%2FTreblleTraefikPluginGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Treblle%2FTreblleTraefikPluginGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Treblle%2FTreblleTraefikPluginGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Treblle%2FTreblleTraefikPluginGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Treblle","download_url":"https://codeload.github.com/Treblle/TreblleTraefikPluginGo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Treblle%2FTreblleTraefikPluginGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29892106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["traefik-plugin"],"created_at":"2024-11-24T11:14:50.354Z","updated_at":"2026-02-27T11:31:21.517Z","avatar_url":"https://github.com/Treblle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Plugin for Treblle\n\n## What you get with the plugin\nThis plugin allows you to integrate your [Traefik Proxy](https://traefik.io/traefik/) with [Treblle](https://treblle.com/) seamlessly so you can enjoy:\n- Top-Notch Observability: Gain comprehensive insights into your API's operations.\n- Auto-Generated API Documentation: Automatically keep your documentation up-to-date with your API changes.\n- Alerting and Notifications: Stay informed with alerts on crucial API events and changes.\n\n## Prerequisites\n- Traefik: This plugin has been tested on v2 and v3\n- [Treblle](https://app.treblle.com/) Account\n\n## Installation\n- Obtain your API key and Project ID from [Treblle](https://app.treblle.com/)\n- Visit the Traefik [Plugin Catalog](https://plugins.traefik.io/plugins)\n- Search for `Treblle` and select Install.\n- Follow the displayed instructions to configure the plugin in your static and dynamic configurations.\n- Restart your Traefik instance\n- Enjoy!\n\n## Configuration\n| Parameter                  | Type   | Description                             |\n|----------------------------|--------|-----------------------------------------|\n| `ApiKey`                   | string | Your API key obtained from Treblle.     |\n| `ProjectId`                | string | Your Project ID from Treblle.           |\n| `AdditionalFieldsToMask`   | array  | Additional sensitive fields to mask.    |\n| `RoutesToBlock`            | array  | Paths to routes that should be hidden.  |\n| `RoutesRegex`              | string | Regex to match and hide specific routes.|\n\n## Example Usage\n```yaml\n# Static configuration\nexperimental:\n  plugins:\n    treblle:\n      moduleName: \"github.com/Treblle/TreblleTraefikPluginGo\"\n      version: \"{version-from-github-releases}\"\n\n# Dynamic configuration\nhttp:\n  routers:\n    my-router:\n      entryPoints:\n        - http\n      middlewares:\n        - my-plugin\n      service: service-whoami\n      rule: Host(`localhost`)\n\n  services:\n    service-whoami:\n      loadBalancer:\n        servers:\n          - url: \"http://localhost:8081\"\n        passHostHeader: true\n\n  middlewares:\n    my-plugin:\n      plugin:\n        treblle:\n          ApiKey: \"your-api-key\"\n          ProjectId: \"your-project-id\"\n          AdditionalFieldsToMask:\n            - \"accessToken\"\n            - \"refreshToken\"\n          RoutesToBlock:\n            - \"/api/user/login\"\n            - \"/ping\"\n          RoutesRegex: \"^/api/projects\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreblle%2Ftreblletraefikplugingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreblle%2Ftreblletraefikplugingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreblle%2Ftreblletraefikplugingo/lists"}