{"id":28480201,"url":"https://github.com/pbrissaud/n8n-opentelemetry","last_synced_at":"2026-04-29T09:31:51.267Z","repository":{"id":297024811,"uuid":"995409842","full_name":"pbrissaud/n8n-opentelemetry","owner":"pbrissaud","description":"n8n Docker image with advanced logging and OpenTelemetry included","archived":false,"fork":false,"pushed_at":"2026-04-29T03:02:07.000Z","size":142,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T05:07:00.173Z","etag":null,"topics":["logging","monitoring","n8n","opentelemetry"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pbrissaud.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-03T12:45:23.000Z","updated_at":"2026-04-29T03:02:11.000Z","dependencies_parsed_at":"2026-04-29T05:03:29.000Z","dependency_job_id":null,"html_url":"https://github.com/pbrissaud/n8n-opentelemetry","commit_stats":null,"previous_names":["pbrissaud/n8n-opentelemetry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pbrissaud/n8n-opentelemetry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbrissaud%2Fn8n-opentelemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbrissaud%2Fn8n-opentelemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbrissaud%2Fn8n-opentelemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbrissaud%2Fn8n-opentelemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbrissaud","download_url":"https://codeload.github.com/pbrissaud/n8n-opentelemetry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbrissaud%2Fn8n-opentelemetry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32419819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["logging","monitoring","n8n","opentelemetry"],"created_at":"2025-06-07T19:00:25.455Z","updated_at":"2026-04-29T09:31:51.242Z","avatar_url":"https://github.com/pbrissaud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n + OpenTelemetry\n\nCustom Dockerfile to run n8n with OpenTelemetry tracing and advanced logging.\n\nIt's inspired by the work of [Stuart Johnson in the n8n community](https://community.n8n.io/t/n8n-successfully-instrumented-with-opentelemetry/78468) and [simple10/LLemonStack](https://github.com/LLemonStack/llemonstack).\n\n## Features \n\n- Logging of n8n workflows and nodes executions in console (not sent in otlp) with Winston\n- Tracing of n8n workflows and nodes executions\n\u003e [!WARNING]\n\u003e Subnode executions are not traced yet. Open to PRs if you want to add this feature.\n\n## Usage\n\nTo activate logging andtracing, you need to set the following environment variables when running the container:\n\n```bash\ndocker run -it --rm \\\n    -e OTEL_SERVICE_NAME=\"n8n\" \\\n    -e OTEL_SDK_DISABLED=\"false\" \\\n    -e OTEL_EXPORTER_OTLP_ENDPOINT=\"http://localhost:4318\" \\\n    -e OTEL_LOG_LEVEL=\"info\"\n    ghcr.io/pbrissaud/n8n-opentelemetry:latest\n```\n\nIf you only want to activate logging, you can set the following environment variables:\n\n```bash\ndocker run -it --rm \\\n    -e OTEL_SDK_DISABLED=\"false\" \\\n    -e OTEL_LOG_LEVEL=\"info\"\n    ghcr.io/pbrissaud/n8n-opentelemetry:latest\n```\n\n## Full stack\n\nYou can use the [compose.yaml](compose.yaml) file to run a full stack with n8n, alloy, loki, tempo and grafana.\n\n```bash\ndocker compose up\n```\n    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbrissaud%2Fn8n-opentelemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbrissaud%2Fn8n-opentelemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbrissaud%2Fn8n-opentelemetry/lists"}