原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 58947,
"has_wiki": false,
"homepage": "https://opentelemetry.io",
"languages": {
"Shell": 4679,
"JavaScript": 35157,
"TypeScript": 1922548
},
"pushed_at": "2026-07-08T17:03:27Z",
"created_at": "2020-02-20T19:23:14Z",
"owner_type": "User",
"updated_at": "2021-01-25T19:02:28Z",
"description": "OpenTelemetry API for Javascript (both Node and browser) ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Matthew Wear",
"type": "User",
"login": "mwear",
"company": "@dash0hq",
"location": null,
"followers": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/2513372?v=4",
"created_at": "2012-10-08T17:06:36Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 5038
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2020-02-05T23:00:02Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2020-01-22T22:43:33Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2020-01-03T20:27:10Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2019-12-20T23:45:34Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2019-12-13T19:10:59Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-11-04T20:07:59Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2019-10-30T19:18:03Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2019-10-11T18:51:29Z"
}
],
"recent_commits": [
{
"oid": "960b868f5b7686eabbf49190071b8463551e5d8f",
"body": null,
"is_bot": false,
"headline": "chore: 0.15.0 release proposal (#1836)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-21T21:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55e464e5e8477e7c4f783842542b202e79b8e78",
"body": "Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>",
"is_bot": false,
"headline": "chore: prepare for branch rename (#1832)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-20T21:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fcb76d1c74bc6c3377b2cc9162198438090f32c",
"body": "…quest on ignoredPath [#1831] (#1838)",
"is_bot": false,
"headline": "improv(instrumentation-http): supressInstrumentation when we get a re…",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2021-01-20T18:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43855df8d563d14140b76f75f6b0a81211a5cf0",
"body": null,
"is_bot": false,
"headline": "Add @johnbley to codeowners (#1849)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-20T16:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee014c94c973e64541d79aa2197e169dd6c7aa2c",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "Allow zero/negative performance timings (#1769)",
"author_name": "John Bley",
"author_login": "johnbley",
"committed_at": "2021-01-20T16:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1285ce4d15b14c30ca349e4f27498275f640f7",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>\r\nCo-authored-by: Valentin Marchaud <contact@vmarchaud.fr>",
"is_bot": false,
"headline": "fix(plugin-fetch): check if PerformanceObserver exists (#1662)",
"author_name": "MartenH",
"author_login": "mhennoch",
"committed_at": "2021-01-20T16:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d52292cfedfdfdb235569927fa64a2f8440c2f",
"body": null,
"is_bot": false,
"headline": "chore: adding johnbley to js approvers (#1845)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2021-01-20T13:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3f3f886417c4021510ff6eb34361d57d0b6c91",
"body": "According to spec the version is optional for Tracer and Meter.\r\n\r\nTracerProvider/MeterProvider should not add a default to ensure that exporters\r\nonly export a version if supplied during creation.",
"is_bot": false,
"headline": "fix: remove default version from Tracer/Meter (#1828)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2021-01-18T13:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "471306fd189675df36839906f476221e88a9e1dc",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(exporter-zipkin): per-span service name (#1789)",
"author_name": "Simon Fishel",
"author_login": "sfishel-splunk",
"committed_at": "2021-01-15T15:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd0d35deee7d975a21bd582322156fd49c6b6334",
"body": null,
"is_bot": false,
"headline": "chore: disable apis after use in tests (#1800)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-15T14:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1b4ee9fbfd4354e5610a5f68ba2f9243836f87",
"body": null,
"is_bot": false,
"headline": "chore!: split metrics into its own api package (#1797)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-15T13:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "342b168f7ead17b546c9dbc5bc01ae538e358081",
"body": null,
"is_bot": false,
"headline": "chore(deps): pin dependency @types/lodash.merge to 4.6.6 (#1827)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2021-01-15T13:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a38a56aa1b985f42cc2239c0370bb875a91f11",
"body": "* chore: remove unused in-house deep-merge util\r\n\r\nSigned-off-by: Naseem <naseem@transit.app>\r\n\r\n* feat: merge user supplied into default tracer config\r\n\r\nSigned-off-by: Naseem <naseem@transit.app>",
"is_bot": false,
"headline": "feat: merge user supplied into default tracer config (#1779)",
"author_name": "Naseem",
"author_login": null,
"committed_at": "2021-01-15T03:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb5b53141f19f9233a59c6576fabb8eaebc2237",
"body": "Signed-off-by: Naseem <naseem@transit.app>",
"is_bot": false,
"headline": "feat: deep merge user config into default meter configs (#1491)",
"author_name": "Naseem",
"author_login": null,
"committed_at": "2021-01-15T02:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6702bd5d06deba9032f64a1ea6cd70eedb63839",
"body": null,
"is_bot": false,
"headline": "chore: promote @vmarchaud to maintainer (#1823)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-14T22:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33342309a8c49a31c8e91d286c48e27cbdb61404",
"body": null,
"is_bot": false,
"headline": "chore: remove unused dependency (#1822)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-14T22:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14931cec970a8130d9d26c926f3453da58b38728",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update all non-major dependencies (#1767)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2021-01-14T19:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8afb044ff3e4bef8d9e375317f2501e82d1ff1e",
"body": null,
"is_bot": false,
"headline": "chore: make explicit that approvers may merge PRs (#1816)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-14T14:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b2095a478cb8ef43e032a7c9df61493f470dbcf",
"body": null,
"is_bot": false,
"headline": "chore: adding flarna to js approvers (#1817)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2021-01-14T13:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7718af7f1f939276da0dfd49edc79b555638bd",
"body": null,
"is_bot": false,
"headline": "chore: remove race from tests (#1814)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-13T23:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2ee3ba437e8362208e79223c6596613f4fe8a1",
"body": null,
"is_bot": false,
"headline": "chore: change SpanOptions startTime to TimeInput (#1815)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-13T22:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadebf353c63427120ef1a4741d74f1027bb903c",
"body": "* fix(api): add public 'fields' function to api.propagator\r\n\r\n* chore: remove redundant comment\r\n\r\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(api): add public 'fields' function to api.propagator (#1813)",
"author_name": "Amir Blum",
"author_login": "blumamir",
"committed_at": "2021-01-13T22:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139d9dbced7bd681ad275d0548fc1497d2cc07e1",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: adding async function for safe execute in instrumentation (#1803)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2021-01-13T19:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c93b2ae23a9578baa97045d98b33819dc915e74",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: replace direct process.env usage with getEnv() (#1680)",
"author_name": "Jakub Malinowski",
"author_login": "jtmalinowski",
"committed_at": "2021-01-13T16:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1035ac4de3002038b30b2c8e8e04d6d6fafca71a",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "Pass through context in ProxyTracer.startSpan() (#1604)",
"author_name": "Paul Draper",
"author_login": "pauldraper",
"committed_at": "2021-01-13T16:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b8bd03fbdbd1bb2c3d72ff989ef3c763c7055e",
"body": "…pe (#1784)\n\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(opentelemetry-core): fixed timeInputToHrTime when time is Date ty…",
"author_name": "Zoom Chan",
"author_login": "zoomchan-cxj",
"committed_at": "2021-01-12T19:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05451228600195c2499412422f72ef987ee3a384",
"body": null,
"is_bot": false,
"headline": "chore: update versions of OTel components (#1809)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2021-01-12T18:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db3d2a4fbb0b1155ff26a11c5eee6bc0693183a",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "perf(opentelemetry-node): plugin loader search required cache (#1807)",
"author_name": "Amir Blum",
"author_login": "blumamir",
"committed_at": "2021-01-12T15:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5862bc082fc9959042c65ce2bfd45c8a02efa151",
"body": null,
"is_bot": false,
"headline": "chore: converting fetch plugin to instrumentation (#1796)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2021-01-12T14:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab9465fd5368f199a846a22d443b4fbc99409b4",
"body": null,
"is_bot": false,
"headline": "chore(deps): pin dependencies (#1783)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2021-01-11T21:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e25909df40c7730faed5fa17b5588b64c557f25c",
"body": null,
"is_bot": false,
"headline": "Add CodeQL security scans (#1785)",
"author_name": "Aman Brar",
"author_login": "amanbrar1999",
"committed_at": "2021-01-11T20:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ca32b8216e627c8c11d6099c7cfe5b68f104ed",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: improve dev setup for windows (#1790)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2021-01-11T19:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2dcec6b17e12ea67344609e6e166de961903df4",
"body": null,
"is_bot": false,
"headline": "chore: use local server for http integration tests (#1808)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-11T19:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89664a7c4e6b58f29ac047f0dc2434201827f12d",
"body": "…1731)\n\n* feat: creating one auto loader for instrumentation and old plugins\r\n\r\n* feat: adding temporary tests for autoloader\r\n\r\n* chore: adding auto loader for instrumentation and plugins\r\n\r\n* chore: removing temporary test\r\n\r\n* chore: reverting changes done temporary\r\n\r\n* chore: linting\r\n\r\n* chore: updating submodule for opentelemetry-proto\r\n\r\n* chore: updating submodule for exporter-collector-grpc",
"is_bot": false,
"headline": "feat: creating one auto loader for instrumentation and old plugins (#…",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2021-01-07T16:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c9e40fed7e0d59aad240203321efd55c2271af",
"body": "…744)\n\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(grpc-instrumentation): migrate grpc to instrumentation #1656 (#1…",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2021-01-06T14:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042a99aeafa9fdf632c2f35c9575511d48cc02f7",
"body": null,
"is_bot": false,
"headline": "docs: fix readme MetricProvider -> MeterProvider (#1791)",
"author_name": "Aaron Abbott",
"author_login": "aabmass",
"committed_at": "2021-01-05T19:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5d347d3260d9e5e5a819b029fb521a14caf5a8",
"body": null,
"is_bot": false,
"headline": "chore: remove fix option from husky lint (#1777)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2021-01-05T14:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56e46f43b988579df543e123ebf528e6f34bd908",
"body": null,
"is_bot": false,
"headline": "chore: fix docs workflow (#1781)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-28T14:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392c43f2f6b10c608e8882cd97925a2fedd58b08",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: batch span processor environment config (#1755)",
"author_name": "Matthew Wear",
"author_login": "mwear",
"committed_at": "2020-12-23T13:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77a8b940bd06f68454781d80bc4e975aab2dcee",
"body": "Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>\r\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(http-instrumentation): add content size attributes to spans (#1771)",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2020-12-22T20:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ea2e0037b319e1dd65d9acde194d422d3a01d9",
"body": null,
"is_bot": false,
"headline": "chore: remove NoopLogger from sdk and use from api (#1746)",
"author_name": "Srikanth Chekuri",
"author_login": "srikanthccv",
"committed_at": "2020-12-22T18:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2304c9a82b77c762ae5df0f8f8621b4e2ab5ecb",
"body": "Co-authored-by: Mayur Kale <mayurkale@google.com>\r\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: remove tracer apis not part of spec (#1764)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2020-12-21T22:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a33164a5ae4e8e8fe904026454484b2a5f7b88",
"body": null,
"is_bot": false,
"headline": "Use new gRPC default port (#1725)",
"author_name": "Julien Fabre",
"author_login": "jufab",
"committed_at": "2020-12-21T19:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d4264a9f5dc755f20456dca239ee7510c92eaf",
"body": null,
"is_bot": false,
"headline": "chore: improve naming of span related context APIs (#1749)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2020-12-21T15:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5da4152d6a73048aa53a7c41dc49b108a1a57a",
"body": null,
"is_bot": false,
"headline": "chore: speed up builds (#1748)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-18T14:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a8d4530c56257c191468b073669909bf8892a1",
"body": null,
"is_bot": false,
"headline": "chore: version 0.14.0 proposal (#1763)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-17T20:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14818da153caa1777b4b244f3841c2e1c091f6ab",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "fix(@opentelemetry/exporter-jaeger): fixed issue #1757 (#1758)",
"author_name": "Mikhail Sokolov",
"author_login": "debagger",
"committed_at": "2020-12-17T13:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5cbc495f65048ef66015d1885caf5f923fd91e3",
"body": "* chore: fixing status code for span to align with latest version\r\n\r\n* chore: updating to proto ver. 0.6 for exporter-collector-grpc\r\n\r\n* chore: updating to proto ver. 0.6 for exporter-collector-proto\r\n\r\n* chore: fixing tests after update\r\n\r\n* chore: updating readme and docker container version\r\n\r\n* chore: comparing using enums",
"is_bot": false,
"headline": "Fixing Span status when exporting span (#1751)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-12-17T10:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c478cc10b3b28c4d690a557be13fd947efb09027",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "feat(semantic-conventions): messaging specifications (#1684)",
"author_name": "Nir Hadassi",
"author_login": null,
"committed_at": "2020-12-16T16:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48b60c980c904e45aea556f0a3177e64d46134a7",
"body": "* refactor: batch observer to be independent from metric types\r\n\r\n- BatchObservers do not have to be created with names\r\n- BatchObservers do not have instruments for their own\r\n\r\n* fixup: nodejs v8 compatibilities\r\n\r\n* fixup: replace all batch observer metric occurrences with batch observer",
"is_bot": false,
"headline": "refactor: batch observer to be independent from metric types (#1709)",
"author_name": "legendecas",
"author_login": "legendecas",
"committed_at": "2020-12-14T20:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d6e45ed51e3da216b41d888d8c8af51afdf30d",
"body": null,
"is_bot": false,
"headline": "chore: remove ordered attribute dropping (#1685)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-14T19:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b744f30f166ea611e7504b61edad7d9c0a427b07",
"body": "* chore: rename CorrelationContext to Baggage\r\n\r\n* chore: lint",
"is_bot": false,
"headline": "chore: rename CorrelationContext to Baggage (#1687)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-14T19:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e032feb88e384fcdeb5b8234aae3f774e0df6a3e",
"body": "…g (#1697)\n\n* fix(exporter-prometheus): add appendTimestamp option to ExporterConfig\r\n\r\nSigned-off-by: Antonio Franco <antoniomrfranco@gmail.com>\r\n\r\n* chore: lint\r\n\r\nSigned-off-by: Antonio Franco <antoniomrfranco@gmail.com>\r\n\r\n* chore: add test\r\n\r\nSigned-off-by: Antonio Franco <antoniomrfranco@gmail\n[…]\nntonio Franco <antoniomrfranco@gmail.com>\r\n\r\n* chore(exporter-prometheus): update test\r\n\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>\r\n\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "fix(exporter-prometheus): add appendTimestamp option to ExporterConfi…",
"author_name": "Antônio Franco",
"author_login": "antoniomrfranco",
"committed_at": "2020-12-14T18:43:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e70a7c89d835299b65e6933fc61ffed9654935ee",
"body": "* chore: use http keep-alive\r\n\r\n* chore: rename connectionReuse -> keepAlive\r\n\r\n* chore: update proto and node to support keep alive and http agent options\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>\r\n\r\n* chore: review changes\r\n\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "Use http keep-alive in collector exporter (#1661)",
"author_name": "Srikanth Chekuri",
"author_login": "srikanthccv",
"committed_at": "2020-12-14T18:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d113742b071668240df4a2a014b6d30e339cbf4d",
"body": "* feat: fixing failing test\r\n\r\n* feat: fixing failing test",
"is_bot": false,
"headline": "feat: fixing failing test (#1747)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-12-14T18:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5701473fcbb88118d8cd09f88da1ef065c92c202",
"body": "* chore: requires user to pass context to propagation APIs\r\n\r\nAt least for extract() using the current active context is often a bad\r\nchoice because usually a plugin wants to use an extracted span instead\r\nthe current active.\r\n\r\nChange propagation APIs to require context as first argument instead of\n[…]\nthat plugin developers\r\nhave to be explicit instead of relying on a potential wrong default.\r\n\r\n* (chore) fix lint\r\n\r\n* add test\r\n\r\n* Adapt http instrumentation\r\n\r\n* fix: update integration testserver",
"is_bot": false,
"headline": "chore: requires user to pass context to propagation APIs (#1734)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2020-12-14T15:21:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d06a52eed0fc4e61cf9c59a0300a77cf827123b",
"body": null,
"is_bot": false,
"headline": "chore(deps): update all non-major dependencies (#1716)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2020-12-11T16:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c60966f21208d91e7efcd62e009a592f9cc953",
"body": "…#1625)\n\n* feat(opentelemetry-js): extract content-length header for span attrs\r\n\r\nSigned-off-by: Carlo Pearson <cpearson@newrelic.com>\r\n\r\n* feat(opentelemetry-js): add content-length attributes to HTTP spans\r\n\r\nSigned-off-by: Carlo Pearson <cpearson@newrelic.com>\r\n\r\n* feat(opentelemetry-js): lintin\n[…]\n\n\r\n* fix: incorrect docs\r\n\r\nCo-authored-by: Carlo Pearson <cpearson@newrelic.com>\r\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": " feat(opentelemetry-js): add content size attributes to HTTP spans (…",
"author_name": "Nik Zap",
"author_login": "nijotz",
"committed_at": "2020-12-10T18:53:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b260f891ee1c4852bddc9cef4c639c935ee5f131",
"body": "This adds an option to the collector exporters `concurrencyLimit`. If this is set and\r\nthe number of export operations is equal to the limit, additional export operations\r\nwill fail immediately.\r\n\r\nThis should be set in combination with the batch span processor be set such that the\r\nconcurrency lim\n[…]\nu would want to use SimpleSpanProcessor in combination\r\n with the collector exporter.\r\n\r\nCo-authored-by: Valentin Marchaud <contact@vmarchaud.fr>\r\nCo-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "feat(exporter-collector): implement concurrencyLimit option (#1708)",
"author_name": "Dobes Vandermeer",
"author_login": "dobesv",
"committed_at": "2020-12-10T18:21:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a24f40266c32028e12dceaae70723a969f14cc8",
"body": null,
"is_bot": false,
"headline": "Migrate CircleCI unit test workflow to Github Actions (#1711)",
"author_name": "Shovnik Bhattacharya",
"author_login": "shovnik",
"committed_at": "2020-12-09T20:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433b15c54f96b797c9b2c21594bc4c19cd67ab46",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: migrate http and https plugin to instrumentation #1658 (#1671)",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2020-12-09T19:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e941f55bc4bdd4a98df8cdcc8356cc7c6164bfa4",
"body": null,
"is_bot": false,
"headline": "fix(xhr): check for resource timing support (#1720)",
"author_name": "Brad Frost",
"author_login": "bradfrosty",
"committed_at": "2020-12-09T15:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91612c4d5eb44c79510e1c47399054432295d2fa",
"body": null,
"is_bot": false,
"headline": "chore: moving plugin from api to core (#1715)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-12-08T13:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86cbd6798f9318c5920f9d9055f289a1c3f26500",
"body": null,
"is_bot": false,
"headline": "chore: 0.13.0 proposal (#1718)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-12-04T21:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3118aed90dddc9dfe8c6c983db94b7e58ccff467",
"body": null,
"is_bot": false,
"headline": "Feat: Added Amazon EKS Resource Detector (#1669)",
"author_name": "Kelvin Lo",
"author_login": "KKelvinLo",
"committed_at": "2020-12-03T21:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781b30f5bb4ad6bbafabc7da332e11c9e8aba870",
"body": "* feat: renaming batcher to processor, fixing aggregators, adding missing metrics in api\r\n\r\n* chore: fixing metrics in exporter collector, updated tests, fixing observer result\r\n\r\n* chore: refactoring tests for rest of collectors\r\n\r\n* chore: fixing monotonic sum observer, updated test to cover that scenario correctly",
"is_bot": false,
"headline": "Metrics updates (#1700)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-12-02T23:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22ca638ff4b36a86d1fa29484584a956f60bced",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency ts-mocha to v8 (#1639)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2020-12-02T16:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42187f28018e1d8294675f1388a275b1205c02ec",
"body": null,
"is_bot": false,
"headline": "chore: use WebTracerProvider instead of WebTracer in docs (#1696)",
"author_name": "Brad Frost",
"author_login": null,
"committed_at": "2020-12-02T15:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac686d44a639c5fd17cd810b9ff3f03efcf7b8cf",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: use getParentSpanContext() where applicable (#1693)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2020-12-01T15:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30896654d833bcbc552e7efe2cafe5cb08f11655",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "fix documentation in README.md (#1702)",
"author_name": "Naga",
"author_login": "nagarajatantry",
"committed_at": "2020-12-01T15:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a55593cff1319fc7add395445cc13f5eff7bb19",
"body": null,
"is_bot": false,
"headline": "chore(deps): update all non-major dependencies (#1451)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2020-11-30T20:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfb7ecc0af64d95ed8c6f57b72630b70658ef47b",
"body": null,
"is_bot": false,
"headline": "Fix broken lint build step (#1699)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-11-30T18:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8933661a9688a8461b84354c3e06e3237a86b989",
"body": "Graceful shutdown support was removed via\r\nhttps://github.com/open-telemetry/opentelemetry-js/pull/1522\r\n\r\nRemove the corresponding configuration because it is not used anymore.\r\n\r\nRefs: https://github.com/open-telemetry/opentelemetry-js/pull/1321",
"is_bot": false,
"headline": "chore: remove unused tracer config gracefulShutdown (#1692)",
"author_name": "Gerhard Stöbich",
"author_login": "Flarna",
"committed_at": "2020-11-25T13:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7242c76059b939855787ee0833851f4e5c6e1911",
"body": "* Updates to getting started page\r\n\r\n* NodeJS --> node\r\n\r\n* Removed one lingering \"we\"\r\n\r\n* Update getting-started/README.md\r\n\r\nCo-authored-by: Mayur Kale <mayurkale@google.com>\r\n\r\nCo-authored-by: Mayur Kale <mayurkale@google.com>",
"is_bot": false,
"headline": "Updates to getting started page (#1673)",
"author_name": "snyder114",
"author_login": "lizsnyder",
"committed_at": "2020-11-18T00:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400aff8b356b198fe5e23e0ba7ee5e1c9248c956",
"body": null,
"is_bot": false,
"headline": "feat(semantic-conventions): FaaS specifications (#1670)",
"author_name": "Nir Hadassi",
"author_login": "nirsky",
"committed_at": "2020-11-11T16:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceba9be40c7f3e2799d7d914a39b4f7e79c2a0ce",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: boundaries option propagation in ValueRecorder Metric (#1628)",
"author_name": "Andrew",
"author_login": "AndrewGrachov",
"committed_at": "2020-11-11T16:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deb0cc7625ea16b54440600176e34ba1902b5c03",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(exporter-collector): log upstream error #1459 (#1607)",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2020-11-11T15:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78f65ebf3bdfc66c8949a35a577d1206a6eb683",
"body": "… (#1650)",
"is_bot": false,
"headline": "docs: document null and undefined attribute values undefined behavior…",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-11-11T15:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "894c8d8021e01bf785949162418141ac9d9453d0",
"body": null,
"is_bot": false,
"headline": "chore: use performance directly in xhr plugin (#1651)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-11-10T20:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a2f657779868336cec276c97d6e22e495f6f4a",
"body": "…(#1666)\n\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: clear BatchSpanProcessor internal spans buffer before exporting …",
"author_name": "Tsvetan Milanov",
"author_login": "TsvetanMilanov",
"committed_at": "2020-11-10T19:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97736be2622556b4e856124296b4cdfbafdc28b4",
"body": "… (#1659)\n\n* feat: replacing base plugin with instrumentation for xml-http-request\r\n\r\n* feat: fixing import and checking for instrumentation based on function instead of instance",
"is_bot": false,
"headline": "feat: replacing base plugin with instrumentation for xml-http-request…",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-11-10T16:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b703f9f18ba9a5a6855e515bef506494a75b4595",
"body": null,
"is_bot": false,
"headline": "chore: env vars for span limit as per specification (#1653)",
"author_name": "Jakub Malinowski",
"author_login": "jtmalinowski",
"committed_at": "2020-11-10T13:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0caaf6a82980f3838d460b4dde9acf01b0348150",
"body": null,
"is_bot": false,
"headline": "chore: fixing the error in web about promise (#1641)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-11-06T13:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec432da6eea6a175f916d84385cd16e8f0ad86d",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "fix!: change status codes from grpc status codes (#1644)",
"author_name": "Srikanth Chekuri",
"author_login": "srikanthccv",
"committed_at": "2020-11-05T17:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f621b3b60a4bd34efe6dfecc7edfa4739d7c646c",
"body": null,
"is_bot": false,
"headline": "chore: apply instrumentation label to plugin requests (#1647)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-11-04T15:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c92dabfc735117bec2350d30ea009766089518",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: new interface for ExportResult #1569 (#1643)",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2020-11-04T15:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e2bedc73b2ccf523a7c3e21e75500d87d5c4e8",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>\r\nCo-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(jaeger): export ExporterConfig (#1478)",
"author_name": "Shivkanya Andhare",
"author_login": "shivkanya9146",
"committed_at": "2020-11-03T18:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6216b002c7178d259f85595fe34f150be10e17da",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(zipkin): export ExporterConfig (#1474)",
"author_name": "Shivkanya Andhare",
"author_login": "shivkanya9146",
"committed_at": "2020-11-02T20:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b49af9571775c4aaabb7eaa1cb4563ffedb1d9",
"body": null,
"is_bot": false,
"headline": "chore: remove explicit parent option (#1612)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-11-02T20:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cdc4c26d5b5a77b6d84ce572c8adb4fedf3648",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: isRecording return false if span is ended #1633 (#1642)",
"author_name": "Valentin Marchaud",
"author_login": "vmarchaud",
"committed_at": "2020-11-02T18:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d2b514e4772233a42a838303216df6ee93bb28",
"body": "… (#1636)",
"is_bot": false,
"headline": "chore: eslint - fix unused vars warnings, add precommit lint - part 1…",
"author_name": "Andrew",
"author_login": "AndrewGrachov",
"committed_at": "2020-11-02T18:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8907d8fe731067418b1857b1e48ab4f9e0946dd",
"body": null,
"is_bot": false,
"headline": "feat: span processor onstart recieves context (#1632)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-10-30T16:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5921901acd823405e5cc6c80f7d659fbc0beddc9",
"body": null,
"is_bot": false,
"headline": "chore: sampler gets a full context (#1631)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-10-30T15:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b523dabc03d33195848cdae901fb830816b54b7b",
"body": "Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>",
"is_bot": false,
"headline": "fix(tracing): use globalErrorHandler when flushing fails (#1622)",
"author_name": "Johannes Würbach",
"author_login": "johanneswuerbach",
"committed_at": "2020-10-30T15:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435d60881530fad5b0eb722b86edaa715327cd8d",
"body": "* chore: fixing conversion of id to hex and base64\r\n\r\n* chore: adding test",
"is_bot": false,
"headline": "chore: fixing conversion of id to hex and base64 (#1627)",
"author_name": "Bartlomiej Obecny",
"author_login": "obecny",
"committed_at": "2020-10-29T22:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb35306618e9d56f08df555c5e87967741c3d85c",
"body": null,
"is_bot": false,
"headline": "chore: add fields operation to TextMapPropagator (#1615)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-10-28T13:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f31dd2285d55d239195032528c3dab1bf0e15c",
"body": null,
"is_bot": false,
"headline": "chore!: move b3 into its own package (#1595)",
"author_name": "Matthew Wear",
"author_login": "mwear",
"committed_at": "2020-10-26T21:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b7de942f1957dbe4ddf7ae6f7d77a5977972f8",
"body": null,
"is_bot": false,
"headline": "docs: zone ctx manager can only be used with es2015 (#1616)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-10-26T16:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037764e2b12edb8750a1e87d0ab50e75b9d14e2e",
"body": "Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): pin dependencies (#1585)",
"author_name": "WhiteSource Renovate",
"author_login": "renovate-bot",
"committed_at": "2020-10-26T15:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8988b5d8d2e138add50774d06bea77ef25745ba",
"body": null,
"is_bot": false,
"headline": "chore: ensure onStart is called with a writeable span (#1621)",
"author_name": "Daniel Dyla",
"author_login": "dyladan",
"committed_at": "2020-10-26T15:30:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 0,
"latest_release_at": "2020-02-05T23:00:02Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 17,
"active_weeks_last_year": 0,
"days_since_latest_release": 2362,
"mean_days_between_releases": 16.7
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "opentelemetry-base",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"nodejs",
"profiling",
"metrics",
"stats"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/opentelemetry-base",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 45,
"first_published_at": "2019-12-13T19:39:53.190000Z",
"latest_published_at": "2020-06-18T21:26:36.468000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2228
},
{
"name": "@opentelemetry/api",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"nodejs",
"browser",
"tracing",
"profiling",
"stats",
"monitoring"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/api",
"is_deprecated": false,
"latest_version": "1.9.1",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 64,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 265518776,
"first_published_at": "2020-02-05T23:02:44.976000Z",
"latest_published_at": "2026-03-25T15:53:54.092000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 123
},
{
"name": "@opentelemetry/core",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"nodejs",
"browser",
"tracing",
"profiling",
"metrics",
"stats"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/core",
"is_deprecated": false,
"latest_version": "2.10.0",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 195,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 493200510,
"first_published_at": "2019-10-08T22:45:09.283000Z",
"latest_published_at": "2026-07-21T19:37:27.306000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
},
{
"name": "@opentelemetry/plugins-web-core",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/plugins-web-core",
"is_deprecated": true,
"latest_version": "0.18.2",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 70,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"maintainers_count": 6,
"monthly_downloads": 76,
"first_published_at": "2020-05-18T19:40:25.937000Z",
"latest_published_at": "2021-03-30T16:16:27.672000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1944
},
{
"name": "@opentelemetry/plugins-node-core",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/plugins-node-core",
"is_deprecated": true,
"latest_version": "0.18.2",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 69,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": "Deprecated in favor of @opentelemetry/auto-instrumentations-node and @opentelemetry/auto-instrumentations-web",
"maintainers_count": 6,
"monthly_downloads": 217,
"first_published_at": "2020-05-18T19:39:51.411000Z",
"latest_published_at": "2021-03-30T16:16:13.999000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1944
},
{
"name": "@opentelemetry/api-metrics",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"nodejs",
"browser",
"profiling",
"metrics",
"stats",
"monitoring"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/api-metrics",
"is_deprecated": true,
"latest_version": "0.33.0",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 69,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": "Please use @opentelemetry/api >= 1.3.0",
"maintainers_count": 6,
"monthly_downloads": 3985944,
"first_published_at": "2021-01-21T22:19:57.829000Z",
"latest_published_at": "2022-09-16T12:14:54.034000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1409
},
{
"name": "@opentelemetry/context-base",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"nodejs",
"browser",
"tracing",
"profiling",
"metrics",
"stats"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opentelemetry/context-base",
"is_deprecated": true,
"latest_version": "0.17.0",
"repository_url": "https://github.com/open-telemetry/opentelemetry-js",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"maintainers_count": 6,
"monthly_downloads": 438299,
"first_published_at": "2020-03-16T22:02:44.763000Z",
"latest_published_at": "2021-02-17T21:15:52.127000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1984
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"packages/opentelemetry-grpc-utils/test/fixtures/grpc-test.proto",
"packages/opentelemetry-instrumentation-grpc/test/fixtures/grpc-test.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"backwards-compatability/node10/tsconfig.json",
"backwards-compatability/node12/tsconfig.json",
"backwards-compatability/node8/tsconfig.json",
"integration-tests/propagation-validation-server/tsconfig.json",
"packages/opentelemetry-api-metrics/tsconfig.json",
"packages/opentelemetry-api/tsconfig.json",
"packages/opentelemetry-context-async-hooks/tsconfig.json",
"packages/opentelemetry-context-base/tsconfig.json",
"packages/opentelemetry-context-zone-peer-dep/tsconfig.json",
"packages/opentelemetry-context-zone/tsconfig.json",
"packages/opentelemetry-core/tsconfig.json",
"packages/opentelemetry-exporter-collector-grpc/tsconfig.json",
"packages/opentelemetry-exporter-collector-proto/tsconfig.json",
"packages/opentelemetry-exporter-collector/tsconfig.json",
"packages/opentelemetry-exporter-jaeger/tsconfig.json",
"packages/opentelemetry-exporter-prometheus/tsconfig.json",
"packages/opentelemetry-exporter-zipkin/tsconfig.json",
"packages/opentelemetry-grpc-utils/tsconfig.json",
"packages/opentelemetry-instrumentation-fetch/tsconfig.json",
"packages/opentelemetry-instrumentation-grpc/tsconfig.json",
"packages/opentelemetry-instrumentation-http/tsconfig.json",
"packages/opentelemetry-instrumentation-xml-http-request/tsconfig.json",
"packages/opentelemetry-instrumentation/tsconfig.json",
"packages/opentelemetry-metrics/tsconfig.json",
"packages/opentelemetry-node/tsconfig.json",
"packages/opentelemetry-plugin-grpc-js/tsconfig.json",
"packages/opentelemetry-plugin-grpc/tsconfig.json",
"packages/opentelemetry-plugin-http/tsconfig.json",
"packages/opentelemetry-plugin-https/tsconfig.json",
"packages/opentelemetry-propagator-b3/tsconfig.json",
"packages/opentelemetry-resource-detector-aws/tsconfig.json",
"packages/opentelemetry-resource-detector-gcp/tsconfig.json",
"packages/opentelemetry-resources/tsconfig.json",
"packages/opentelemetry-sdk-node/tsconfig.json",
"packages/opentelemetry-semantic-conventions/tsconfig.json",
"packages/opentelemetry-shim-opentracing/tsconfig.json",
"packages/opentelemetry-tracing/tsconfig.json",
"packages/opentelemetry-web/tsconfig.json",
"packages/template/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 47681,
"source_files_sampled": 624,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@opentelemetry/sdk-node",
"manifest": "backwards-compatability/node10/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "backwards-compatability/node10/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/sdk-node",
"manifest": "backwards-compatability/node12/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "backwards-compatability/node12/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/sdk-node",
"manifest": "backwards-compatability/node8/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "backwards-compatability/node8/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/exporter-prometheus",
"manifest": "getting-started/monitored-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/metrics",
"manifest": "getting-started/monitored-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "axios",
"manifest": "getting-started/monitored-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.21.0"
},
{
"name": "express",
"manifest": "getting-started/monitored-example/package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.1"
},
{
"name": "@opentelemetry/core",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/exporter-zipkin",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/node",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/plugin-express",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.12.0"
},
{
"name": "@opentelemetry/plugin-http",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/plugin-https",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "axios",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^0.21.0"
},
{
"name": "express",
"manifest": "getting-started/traced-example/package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.1"
},
{
"name": "@opentelemetry/api",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-async-hooks",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "axios",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "0.21.1"
},
{
"name": "body-parser",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "1.19.0"
},
{
"name": "express",
"manifest": "integration-tests/propagation-validation-server/package.json",
"ecosystem": "npm",
"version_constraint": "4.17.1"
},
{
"name": "@opentelemetry/plugin-grpc",
"manifest": "metapackages/plugins-node-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/plugin-grpc-js",
"manifest": "metapackages/plugins-node-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/plugin-http",
"manifest": "metapackages/plugins-node-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/plugin-https",
"manifest": "metapackages/plugins-node-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/instrumentation-xml-http-request",
"manifest": "metapackages/plugins-web-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-api-metrics/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-base",
"manifest": "packages/opentelemetry-api/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-base",
"manifest": "packages/opentelemetry-context-async-hooks/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-base",
"manifest": "packages/opentelemetry-context-zone-peer-dep/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-zone-peer-dep",
"manifest": "packages/opentelemetry-context-zone/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "zone.js",
"manifest": "packages/opentelemetry-context-zone/package.json",
"ecosystem": "npm",
"version_constraint": "^0.11.0"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/context-base",
"manifest": "packages/opentelemetry-core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "semver",
"manifest": "packages/opentelemetry-core/package.json",
"ecosystem": "npm",
"version_constraint": "^7.1.3"
},
{
"name": "@grpc/proto-loader",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.4"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/exporter-collector",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/metrics",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/resources",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "grpc",
"manifest": "packages/opentelemetry-exporter-collector-grpc/package.json",
"ecosystem": "npm",
"version_constraint": "^1.24.2"
},
{
"name": "@grpc/proto-loader",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.4"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/exporter-collector",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/metrics",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/resources",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "protobufjs",
"manifest": "packages/opentelemetry-exporter-collector-proto/package.json",
"ecosystem": "npm",
"version_constraint": "^6.9.0"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/api-metrics",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/metrics",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/resources",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "packages/opentelemetry-exporter-collector/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-exporter-jaeger/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "packages/opentelemetry-exporter-jaeger/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/tracing",
"manifest": "packages/opentelemetry-exporter-jaeger/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "jaeger-client",
"manifest": "packages/opentelemetry-exporter-jaeger/package.json",
"ecosystem": "npm",
"version_constraint": "^3.15.0"
},
{
"name": "@opentelemetry/api",
"manifest": "packages/opentelemetry-exporter-prometheus/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/api-metrics",
"manifest": "packages/opentelemetry-exporter-prometheus/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/core",
"manifest": "packages/opentelemetry-exporter-prometheus/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
},
{
"name": "@opentelemetry/metrics",
"manifest": "packages/opentelemetry-exporter-prometheus/package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mayurkale22",
"commits": 270,
"avatar_url": "https://avatars.githubusercontent.com/u/6525361?v=4"
},
{
"type": "User",
"login": "dyladan",
"commits": 145,
"avatar_url": "https://avatars.githubusercontent.com/u/1612643?v=4"
},
{
"type": "User",
"login": "obecny",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/1250998?v=4"
},
{
"type": "User",
"login": "renovate-bot",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4"
},
{
"type": "User",
"login": "OlivierAlbertini",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/3801683?v=4"
},
{
"type": "User",
"login": "vmarchaud",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/2820968?v=4"
},
{
"type": "User",
"login": "markwolff",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/5515583?v=4"
},
{
"type": "User",
"login": "Flarna",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/18708370?v=4"
},
{
"type": "User",
"login": "shivkanya9146",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/62445341?v=4"
},
{
"type": "User",
"login": "danielkhan",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/2722161?v=4"
}
],
"contributors_sampled": 90,
"top_contributor_share": 0.302
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"canary.yaml",
"codeql-analysis.yml",
"docs.yml",
"lint.yml",
"unit-test.yml",
"w3c-integration-test.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc",
".eslintrc.js",
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 29 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "960b868f5b7686eabbf49190071b8463551e5d8f",
"ran_at": "2026-07-26T16:37:02Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mwear/opentelemetry-js",
"host": "github.com",
"name": "opentelemetry-js",
"owner": "mwear"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 36,
"inputs": {
"security": 45,
"vitality": 37,
"community": 12,
"governance": 46,
"engineering": 69,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 42,
"overall_after_abandonment_multiplier": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 17,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 17 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 2362,
"mean_days_between_releases": 16.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2362 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2362
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2011,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2011 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2011,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 90,
"top_contributor_share": 0.302
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "90 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 90
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 29 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 44,
"owner_type": "User",
"is_verified": null,
"owner_login": "mwear",
"public_repos": 39,
"account_age_days": 5038
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "44 followers of mwear",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 44,
"login": "mwear"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~13 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 69,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc, .eslintrc.js, eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.js, eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://opentelemetry.io",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://opentelemetry.io",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 29 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"backwards-compatability/node10/tsconfig.json",
"backwards-compatability/node12/tsconfig.json",
"backwards-compatability/node8/tsconfig.json",
"integration-tests/propagation-validation-server/tsconfig.json",
"packages/opentelemetry-api-metrics/tsconfig.json",
"packages/opentelemetry-api/tsconfig.json",
"packages/opentelemetry-context-async-hooks/tsconfig.json",
"packages/opentelemetry-context-base/tsconfig.json",
"packages/opentelemetry-context-zone-peer-dep/tsconfig.json",
"packages/opentelemetry-context-zone/tsconfig.json",
"packages/opentelemetry-core/tsconfig.json",
"packages/opentelemetry-exporter-collector-grpc/tsconfig.json",
"packages/opentelemetry-exporter-collector-proto/tsconfig.json",
"packages/opentelemetry-exporter-collector/tsconfig.json",
"packages/opentelemetry-exporter-jaeger/tsconfig.json",
"packages/opentelemetry-exporter-prometheus/tsconfig.json",
"packages/opentelemetry-exporter-zipkin/tsconfig.json",
"packages/opentelemetry-grpc-utils/tsconfig.json",
"packages/opentelemetry-instrumentation-fetch/tsconfig.json",
"packages/opentelemetry-instrumentation-grpc/tsconfig.json",
"packages/opentelemetry-instrumentation-http/tsconfig.json",
"packages/opentelemetry-instrumentation-xml-http-request/tsconfig.json",
"packages/opentelemetry-instrumentation/tsconfig.json",
"packages/opentelemetry-metrics/tsconfig.json",
"packages/opentelemetry-node/tsconfig.json",
"packages/opentelemetry-plugin-grpc-js/tsconfig.json",
"packages/opentelemetry-plugin-grpc/tsconfig.json",
"packages/opentelemetry-plugin-http/tsconfig.json",
"packages/opentelemetry-plugin-https/tsconfig.json",
"packages/opentelemetry-propagator-b3/tsconfig.json",
"packages/opentelemetry-resource-detector-aws/tsconfig.json",
"packages/opentelemetry-resource-detector-gcp/tsconfig.json",
"packages/opentelemetry-resources/tsconfig.json",
"packages/opentelemetry-sdk-node/tsconfig.json",
"packages/opentelemetry-semantic-conventions/tsconfig.json",
"packages/opentelemetry-shim-opentracing/tsconfig.json",
"packages/opentelemetry-tracing/tsconfig.json",
"packages/opentelemetry-web/tsconfig.json",
"packages/template/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc, .eslintrc.js, eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.js, eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "backwards-compatability/node10/tsconfig.json, backwards-compatability/node12/tsconfig.json, backwards-compatability/node8/tsconfig.json, integration-tests/propagation-validation-server/tsconfig.json, packages/opentelemetry-api-metrics/tsconfig.json, packages/opentelemetry-api/tsconfig.json, packages/opentelemetry-context-async-hooks/tsconfig.json, packages/opentelemetry-context-base/tsconfig.json, packages/opentelemetry-context-zone-peer-dep/tsconfig.json, packages/opentelemetry-context-zone/tsconfig.json, packages/opentelemetry-core/tsconfig.json, packages/opentelemetry-exporter-collector-grpc/tsconfig.json, packages/opentelemetry-exporter-collector-proto/tsconfig.json, packages/opentelemetry-exporter-collector/tsconfig.json, packages/opentelemetry-exporter-jaeger/tsconfig.json, packages/opentelemetry-exporter-prometheus/tsconfig.json, packages/opentelemetry-exporter-zipkin/tsconfig.json, packages/opentelemetry-grpc-utils/tsconfig.json, packages/opentelemetry-instrumentation-fetch/tsconfig.json, packages/opentelemetry-instrumentation-grpc/tsconfig.json, packages/opentelemetry-instrumentation-http/tsconfig.json, packages/opentelemetry-instrumentation-xml-http-request/tsconfig.json, packages/opentelemetry-instrumentation/tsconfig.json, packages/opentelemetry-metrics/tsconfig.json, packages/opentelemetry-node/tsconfig.json, packages/opentelemetry-plugin-grpc-js/tsconfig.json, packages/opentelemetry-plugin-grpc/tsconfig.json, packages/opentelemetry-plugin-http/tsconfig.json, packages/opentelemetry-plugin-https/tsconfig.json, packages/opentelemetry-propagator-b3/tsconfig.json, packages/opentelemetry-resource-detector-aws/tsconfig.json, packages/opentelemetry-resource-detector-gcp/tsconfig.json, packages/opentelemetry-resources/tsconfig.json, packages/opentelemetry-sdk-node/tsconfig.json, packages/opentelemetry-semantic-conventions/tsconfig.json, packages/opentelemetry-shim-opentracing/tsconfig.json, packages/opentelemetry-tracing/tsconfig.json, packages/opentelemetry-web/tsconfig.json, packages/template/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "backwards-compatability/node10/tsconfig.json, backwards-compatability/node12/tsconfig.json, backwards-compatability/node8/tsconfig.json, integration-tests/propagation-validation-server/tsconfig.json, packages/opentelemetry-api-metrics/tsconfig.json, packages/opentelemetry-api/tsconfig.json, packages/opentelemetry-context-async-hooks/tsconfig.json, packages/opentelemetry-context-base/tsconfig.json, packages/opentelemetry-context-zone-peer-dep/tsconfig.json, packages/opentelemetry-context-zone/tsconfig.json, packages/opentelemetry-core/tsconfig.json, packages/opentelemetry-exporter-collector-grpc/tsconfig.json, packages/opentelemetry-exporter-collector-proto/tsconfig.json, packages/opentelemetry-exporter-collector/tsconfig.json, packages/opentelemetry-exporter-jaeger/tsconfig.json, packages/opentelemetry-exporter-prometheus/tsconfig.json, packages/opentelemetry-exporter-zipkin/tsconfig.json, packages/opentelemetry-grpc-utils/tsconfig.json, packages/opentelemetry-instrumentation-fetch/tsconfig.json, packages/opentelemetry-instrumentation-grpc/tsconfig.json, packages/opentelemetry-instrumentation-http/tsconfig.json, packages/opentelemetry-instrumentation-xml-http-request/tsconfig.json, packages/opentelemetry-instrumentation/tsconfig.json, packages/opentelemetry-metrics/tsconfig.json, packages/opentelemetry-node/tsconfig.json, packages/opentelemetry-plugin-grpc-js/tsconfig.json, packages/opentelemetry-plugin-grpc/tsconfig.json, packages/opentelemetry-plugin-http/tsconfig.json, packages/opentelemetry-plugin-https/tsconfig.json, packages/opentelemetry-propagator-b3/tsconfig.json, packages/opentelemetry-resource-detector-aws/tsconfig.json, packages/opentelemetry-resource-detector-gcp/tsconfig.json, packages/opentelemetry-resources/tsconfig.json, packages/opentelemetry-sdk-node/tsconfig.json, packages/opentelemetry-semantic-conventions/tsconfig.json, packages/opentelemetry-shim-opentracing/tsconfig.json, packages/opentelemetry-tracing/tsconfig.json, packages/opentelemetry-web/tsconfig.json, packages/template/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 47681,
"source_files_sampled": 624,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/624 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 624,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"packages/opentelemetry-grpc-utils/test/fixtures/grpc-test.proto",
"packages/opentelemetry-instrumentation-grpc/test/fixtures/grpc-test.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "packages/opentelemetry-grpc-utils/test/fixtures/grpc-test.proto, packages/opentelemetry-instrumentation-grpc/test/fixtures/grpc-test.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/opentelemetry-grpc-utils/test/fixtures/grpc-test.proto, packages/opentelemetry-instrumentation-grpc/test/fixtures/grpc-test.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"npm package 'opentelemetry-base' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"npm package '@opentelemetry/api' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"npm package '@opentelemetry/core' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"npm package '@opentelemetry/plugins-web-core' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"Could not fetch npm package '@opentelemetry/getting-started-traced-example' from its registry",
"npm package '@opentelemetry/plugins-node-core' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"Could not fetch npm package '@opentelemetry/getting-started-monitored-example' from its registry",
"npm package '@opentelemetry/api-metrics' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring",
"npm package '@opentelemetry/context-base' points at a different repository (https://github.com/open-telemetry/opentelemetry-js); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-26T16:37:19.849437Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mwear/opentelemetry-js.svg",
"full_name": "mwear/opentelemetry-js",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}