{"id":19546314,"url":"https://github.com/hyperdxio/hyperdx-deno","last_synced_at":"2026-05-09T09:09:54.762Z","repository":{"id":219235945,"uuid":"703751506","full_name":"hyperdxio/hyperdx-deno","owner":"hyperdxio","description":"OpenTelemetry log handler for Deno's std/log module","archived":false,"fork":false,"pushed_at":"2024-01-26T08:29:36.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T06:17:12.880Z","etag":null,"topics":["deno","opentelemetry"],"latest_commit_sha":null,"homepage":"https://hyperdx.io/docs/install/deno","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperdxio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-11T20:57:05.000Z","updated_at":"2024-01-30T20:41:57.000Z","dependencies_parsed_at":"2024-01-26T08:44:48.366Z","dependency_job_id":null,"html_url":"https://github.com/hyperdxio/hyperdx-deno","commit_stats":null,"previous_names":["hyperdxio/hyperdx-deno"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hyperdxio/hyperdx-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdxio%2Fhyperdx-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdxio%2Fhyperdx-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdxio%2Fhyperdx-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdxio%2Fhyperdx-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperdxio","download_url":"https://codeload.github.com/hyperdxio/hyperdx-deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdxio%2Fhyperdx-deno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264390670,"owners_count":23600560,"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":["deno","opentelemetry"],"created_at":"2024-11-11T03:44:19.917Z","updated_at":"2026-05-09T09:09:49.740Z","avatar_url":"https://github.com/hyperdxio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTelemetry Support for Deno\n\n⚠️ Currently only supports OpenTelemetry Logging. For tracing support, [see the following guide](https://dev.to/grunet/leveraging-opentelemetry-in-deno-45bj#a-minimal-interesting-example).\n\n## Logging\n\nLogging is supported by exporting a custom logger for the `std/log` module.\n\n**Example usage:**\n\n```typescript\nimport * as log from 'https://deno.land/std@0.213.0/log/mod.ts';\nimport { OpenTelemetryHandler } from 'npm:@hyperdx/deno';\n\nconst otelHandler = new OpenTelemetryHandler('DEBUG');\n\nlog.setup({\n  handlers: {\n    otel: otelHandler,\n  },\n\n  loggers: {\n    'my-otel-logger': {\n      level: 'DEBUG',\n      handlers: ['otel'],\n    },\n  },\n});\n\nlog.getLogger('my-otel-logger').info('Hello from Deno!');\n\n\n// OPTIONAL: Flush the logger to ensure all logs are sent to OTEL_EXPORTER_OTLP_ENDPOINT\notelHandler.flush();\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdxio%2Fhyperdx-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperdxio%2Fhyperdx-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdxio%2Fhyperdx-deno/lists"}