{"id":22538423,"url":"https://github.com/shuttle/shuttle.esb.opentelemetry","last_synced_at":"2026-01-30T19:02:19.672Z","repository":{"id":66349385,"uuid":"555718331","full_name":"Shuttle/Shuttle.Esb.OpenTelemetry","owner":"Shuttle","description":"OpenTelemetry instrumentation for Shuttle.Esb implementations.","archived":false,"fork":false,"pushed_at":"2024-08-05T15:23:13.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T11:49:16.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttle.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-22T06:43:48.000Z","updated_at":"2024-07-30T17:39:16.000Z","dependencies_parsed_at":"2024-12-07T11:12:12.259Z","dependency_job_id":"d89f508f-26d6-417f-9b60-e3c1fda16ce6","html_url":"https://github.com/Shuttle/Shuttle.Esb.OpenTelemetry","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Shuttle/Shuttle.Esb.OpenTelemetry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.OpenTelemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.OpenTelemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.OpenTelemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.OpenTelemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttle","download_url":"https://codeload.github.com/Shuttle/Shuttle.Esb.OpenTelemetry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.OpenTelemetry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-12-07T11:12:00.273Z","updated_at":"2026-01-30T19:02:19.633Z","avatar_url":"https://github.com/Shuttle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shuttle.Esb.OpenTelemetry\n\n```\nPM\u003e Install-Package Shuttle.Esb.OpenTelemetry\n```\n\nOpenTelemetry instrumentation for Shuttle.Esb implementations.\n\n## Configuration\n\n```c#\nservices.AddServiceBusInstrumentation(builder =\u003e\n{\n\t// default values\n    builder.Options.Enabled = true;\n    builder.Options.IncludeSerializedMessage = true;\n    builder.Options.TransientInstance = false;\n    builder.Options.HeartbeatIntervalDuration = TimeSpan.FromSeconds(30);\n\n\t// or bind from configuration\n\tconfiguration\n\t\t.GetSection(ServiceBusOpenTelemetryOptions.SectionName)\n\t\t.Bind(builder.Options);\n});\n\n\n## Options\n\n| Option | Default\t| Description |\n| --- | --- | --- | \n| `Enabled` | `true` | Indicates whether to perform instrumentation. |\n| `IncludeSerializedMessage` | `true` | If 'true', includes the serialized message as attribute `SerializedMessage` in the trace. |\n| `TransientInstance` | `false` | Indicates whether the endpoint is transient, such as when deployed as a container. |\n| `HeartbeatIntervalDuration` | `00:00:30` | The duration between `Heartbeat` traces. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.opentelemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttle%2Fshuttle.esb.opentelemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.opentelemetry/lists"}