{"id":21177622,"url":"https://github.com/tersesystems/play-blindsight","last_synced_at":"2025-10-26T05:44:38.556Z","repository":{"id":56169003,"uuid":"259141021","full_name":"tersesystems/play-blindsight","owner":"tersesystems","description":"Example \"observability\" project using Play with Blindsight and Honeycomb","archived":false,"fork":false,"pushed_at":"2023-01-01T22:00:13.000Z","size":209,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T11:44:51.544Z","etag":null,"topics":["blindsight","honeycomb","logging","playframework","scala","structured-logging","tracing"],"latest_commit_sha":null,"homepage":"https://tersesystems.github.io/blindsight/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tersesystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-26T21:52:50.000Z","updated_at":"2021-06-21T04:34:18.000Z","dependencies_parsed_at":"2023-02-01T01:00:38.154Z","dependency_job_id":null,"html_url":"https://github.com/tersesystems/play-blindsight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tersesystems%2Fplay-blindsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tersesystems%2Fplay-blindsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tersesystems%2Fplay-blindsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tersesystems%2Fplay-blindsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tersesystems","download_url":"https://codeload.github.com/tersesystems/play-blindsight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624897,"owners_count":20321191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blindsight","honeycomb","logging","playframework","scala","structured-logging","tracing"],"created_at":"2024-11-20T17:16:38.125Z","updated_at":"2025-10-26T05:44:38.492Z","avatar_url":"https://github.com/tersesystems.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Play-Blindsight\n\nThis is an example Play project that shows how to integrate [Play](https://www.playframework.com/) with [Honeycomb Tracing](https://docs.honeycomb.io/working-with-your-data/tracing/explore-trace-data/) using the [flow logger](https://tersesystems.github.io/blindsight/usage/flow.html) from [Blindsight](https://tersesystems.github.io/blindsight/).\n\n## Requirements\n\nYou will need a Honeycomb account, which is free:\n\nhttps://ui.honeycomb.io/signup\n\nCreate a dataset called `blindsight-test`.\n\nOnce you have the account, you'll need to set the environment variables.\n\n```bash\nexport HONEYCOMB_API_KEY=\u003cyour-write-key\u003e\nexport HONEYCOMB_DATASET=blindsight-test\n```\n \nThese correspond to the honeycomb appender in `conf/logback.xml`\n\n```xml\n  \u003cappender name=\"HONEYCOMB\" class=\"com.tersesystems.logback.honeycomb.HoneycombAppender\"\u003e\n    \u003capiKey\u003e${HONEYCOMB_API_KEY}\u003c/apiKey\u003e\n    \u003cdataSet\u003e${HONEYCOMB_DATASET}\u003c/dataSet\u003e\n    \u003c!-- ... --\u003e\n  \u003c/appender\u003e\n```\n\n## Running\n\nAssuming you have sbt and java installed:\n\n```\nsbt run\n```\n\nAnd go to http://localhost:9000.\n\nYou will see the page render.\n\nNow go to the `blindsight-test` dataset in Honeycomb, and click on the trace that you see down at the bottom.  You should see:\n\n![Trace From Play](trace.png)\n\n## How It Works\n\n[Magic](https://tersesystems.github.io/blindsight/usage/flow.html#integrating-with-tracing).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftersesystems%2Fplay-blindsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftersesystems%2Fplay-blindsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftersesystems%2Fplay-blindsight/lists"}