@danieljvdm/dev-kit 1.0.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
  3. package/skill-sources.jsonc +2 -33
  4. package/skill-sources.lock.json +15 -117
  5. package/skills/animate/LICENSE +21 -0
  6. package/skills/animate/NOTICE +10 -0
  7. package/skills/animate/SKILL.md +34 -0
  8. package/skills/animate/references/gestures.md +27 -0
  9. package/skills/animate/references/glossary.md +136 -0
  10. package/skills/animate/references/implementation.md +22 -0
  11. package/skills/animate/references/opportunities.md +18 -0
  12. package/skills/animate/references/principles.md +48 -0
  13. package/skills/animate/references/review.md +19 -0
  14. package/skills/cloudflare-workers/LICENSE +202 -0
  15. package/skills/cloudflare-workers/NOTICE +9 -0
  16. package/skills/cloudflare-workers/SKILL.md +26 -0
  17. package/skills/cloudflare-workers/references/durable-objects.md +68 -0
  18. package/skills/cloudflare-workers/references/sandbox.md +48 -0
  19. package/skills/cloudflare-workers/references/workers.md +63 -0
  20. package/skills/cloudflare-workers/references/wrangler.md +56 -0
  21. package/skills/design-ui/LICENSE +21 -0
  22. package/skills/design-ui/NOTICE +8 -0
  23. package/skills/design-ui/SKILL.md +29 -0
  24. package/skills/design-ui/references/appearance.md +22 -0
  25. package/skills/design-ui/references/components.md +33 -0
  26. package/skills/design-ui/references/exploration.md +50 -0
  27. package/skills/design-ui/references/libraries.md +39 -0
  28. package/skills/design-ui/references/themes.md +23 -0
  29. package/skills/dev-kit/SKILL.md +19 -38
  30. package/skills/dev-kit/references/cloudflare-worker-api.md +1 -1
  31. package/skills/dev-kit/references/skills.md +2 -2
  32. package/skills/effect-development/SKILL.md +27 -0
  33. package/skills/effect-development/agents/openai.yaml +4 -0
  34. package/skills/effect-development/references/api/index.md +32 -0
  35. package/skills/effect-development/references/api/schema-codecs.md +15 -0
  36. package/skills/{build-effect-apis/references → effect-development/references/api}/verification.md +10 -5
  37. package/skills/{effect-architecture-audit/SKILL.md → effect-development/references/architecture/index.md} +1 -6
  38. package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-client.md +8 -6
  39. package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-testing.md +7 -2
  40. package/skills/effect-development/references/atom/index.md +40 -0
  41. package/skills/{build-effect-clis/references → effect-development/references/cli}/entrypoints-and-testing.md +6 -2
  42. package/skills/effect-development/references/cli/index.md +39 -0
  43. package/skills/effect-development/references/setup.md +15 -0
  44. package/skills/open-pull-request/SKILL.md +10 -70
  45. package/skills/open-pull-request/references/evidence.md +22 -0
  46. package/skills/open-pull-request/references/explanation.md +21 -0
  47. package/skills/open-pull-request/references/publication.md +21 -0
  48. package/skills/sentry/LICENSE +202 -0
  49. package/skills/sentry/LICENSE-UPSTREAM +21 -0
  50. package/skills/sentry/NOTICE +14 -0
  51. package/skills/sentry/SKILL.md +33 -0
  52. package/skills/sentry/references/alert-payloads.md +105 -0
  53. package/skills/sentry/references/alerts.md +17 -0
  54. package/skills/sentry/references/artifacts.md +25 -0
  55. package/skills/sentry/references/auth-token.md +65 -0
  56. package/skills/sentry/references/concepts/ai-monitoring.md +131 -0
  57. package/skills/sentry/references/concepts/choosing-a-signal.md +78 -0
  58. package/skills/sentry/references/concepts/crons.md +50 -0
  59. package/skills/sentry/references/concepts/data-scrubbing.md +43 -0
  60. package/skills/sentry/references/concepts/errors.md +40 -0
  61. package/skills/sentry/references/concepts/logging.md +85 -0
  62. package/skills/sentry/references/concepts/metrics.md +49 -0
  63. package/skills/sentry/references/concepts/monitors.md +78 -0
  64. package/skills/sentry/references/concepts/profiling.md +38 -0
  65. package/skills/sentry/references/concepts/reduce-volume.md +49 -0
  66. package/skills/sentry/references/concepts/releases.md +43 -0
  67. package/skills/sentry/references/concepts/session-replay.md +35 -0
  68. package/skills/sentry/references/concepts/tracing.md +54 -0
  69. package/skills/sentry/references/concepts/user-feedback.md +36 -0
  70. package/skills/sentry/references/debug-artifacts/android.md +68 -0
  71. package/skills/sentry/references/debug-artifacts/apple.md +96 -0
  72. package/skills/sentry/references/debug-artifacts/dotnet.md +70 -0
  73. package/skills/sentry/references/debug-artifacts/flutter.md +65 -0
  74. package/skills/sentry/references/debug-artifacts/index.md +75 -0
  75. package/skills/sentry/references/debug-artifacts/javascript.md +94 -0
  76. package/skills/sentry/references/debug-artifacts/matching.md +73 -0
  77. package/skills/sentry/references/debug-artifacts/react-native.md +75 -0
  78. package/skills/sentry/references/first-error-setup.md +25 -0
  79. package/skills/sentry/references/instrumentation.md +30 -0
  80. package/skills/sentry/references/issues.md +32 -0
  81. package/skills/sentry/references/new-project.md +17 -0
  82. package/skills/sentry/references/otel-exporter.md +30 -0
  83. package/skills/sentry/references/release-workflow.md +31 -0
  84. package/skills/sentry/references/releases/ci-pipeline.md +214 -0
  85. package/skills/sentry/references/releases/index.md +93 -0
  86. package/skills/sentry/references/releases/suspect-commits.md +155 -0
  87. package/skills/sentry/references/releases/tagging.md +131 -0
  88. package/skills/sentry/references/releases/troubleshooting.md +67 -0
  89. package/skills/sentry/references/sdks/android/crons.md +305 -0
  90. package/skills/sentry/references/sdks/android/error-monitoring.md +800 -0
  91. package/skills/sentry/references/sdks/android/index.md +748 -0
  92. package/skills/sentry/references/sdks/android/integrations.md +48 -0
  93. package/skills/sentry/references/sdks/android/logging.md +374 -0
  94. package/skills/sentry/references/sdks/android/metrics.md +288 -0
  95. package/skills/sentry/references/sdks/android/profiling.md +397 -0
  96. package/skills/sentry/references/sdks/android/session-replay.md +406 -0
  97. package/skills/sentry/references/sdks/android/tracing.md +861 -0
  98. package/skills/sentry/references/sdks/browser/error-monitoring.md +861 -0
  99. package/skills/sentry/references/sdks/browser/index.md +714 -0
  100. package/skills/sentry/references/sdks/browser/logging.md +315 -0
  101. package/skills/sentry/references/sdks/browser/profiling.md +236 -0
  102. package/skills/sentry/references/sdks/browser/session-replay.md +586 -0
  103. package/skills/sentry/references/sdks/browser/tracing.md +561 -0
  104. package/skills/sentry/references/sdks/browser/user-feedback.md +354 -0
  105. package/skills/sentry/references/sdks/cloudflare/ai-monitoring.md +661 -0
  106. package/skills/sentry/references/sdks/cloudflare/crons.md +231 -0
  107. package/skills/sentry/references/sdks/cloudflare/durable-objects.md +381 -0
  108. package/skills/sentry/references/sdks/cloudflare/error-monitoring.md +329 -0
  109. package/skills/sentry/references/sdks/cloudflare/index.md +698 -0
  110. package/skills/sentry/references/sdks/cloudflare/logging.md +169 -0
  111. package/skills/sentry/references/sdks/cloudflare/nodejs-compat.md +134 -0
  112. package/skills/sentry/references/sdks/cloudflare/tracing.md +475 -0
  113. package/skills/sentry/references/sdks/cocoa/error-monitoring.md +394 -0
  114. package/skills/sentry/references/sdks/cocoa/index.md +497 -0
  115. package/skills/sentry/references/sdks/cocoa/logging.md +209 -0
  116. package/skills/sentry/references/sdks/cocoa/metrics.md +136 -0
  117. package/skills/sentry/references/sdks/cocoa/profiling.md +223 -0
  118. package/skills/sentry/references/sdks/cocoa/session-replay.md +257 -0
  119. package/skills/sentry/references/sdks/cocoa/tracing.md +524 -0
  120. package/skills/sentry/references/sdks/cocoa/user-feedback.md +310 -0
  121. package/skills/sentry/references/sdks/dotnet/crons.md +465 -0
  122. package/skills/sentry/references/sdks/dotnet/error-monitoring.md +1100 -0
  123. package/skills/sentry/references/sdks/dotnet/index.md +614 -0
  124. package/skills/sentry/references/sdks/dotnet/logging.md +556 -0
  125. package/skills/sentry/references/sdks/dotnet/metrics.md +229 -0
  126. package/skills/sentry/references/sdks/dotnet/profiling.md +296 -0
  127. package/skills/sentry/references/sdks/dotnet/tracing.md +897 -0
  128. package/skills/sentry/references/sdks/elixir/crons.md +371 -0
  129. package/skills/sentry/references/sdks/elixir/error-monitoring.md +335 -0
  130. package/skills/sentry/references/sdks/elixir/index.md +383 -0
  131. package/skills/sentry/references/sdks/elixir/logging.md +239 -0
  132. package/skills/sentry/references/sdks/elixir/tracing.md +233 -0
  133. package/skills/sentry/references/sdks/flutter/ecosystem-integrations.md +70 -0
  134. package/skills/sentry/references/sdks/flutter/error-monitoring.md +312 -0
  135. package/skills/sentry/references/sdks/flutter/index.md +728 -0
  136. package/skills/sentry/references/sdks/flutter/logging.md +387 -0
  137. package/skills/sentry/references/sdks/flutter/metrics.md +310 -0
  138. package/skills/sentry/references/sdks/flutter/profiling.md +214 -0
  139. package/skills/sentry/references/sdks/flutter/session-replay.md +308 -0
  140. package/skills/sentry/references/sdks/flutter/tracing.md +502 -0
  141. package/skills/sentry/references/sdks/go/crons.md +270 -0
  142. package/skills/sentry/references/sdks/go/error-monitoring.md +361 -0
  143. package/skills/sentry/references/sdks/go/index.md +324 -0
  144. package/skills/sentry/references/sdks/go/logging.md +354 -0
  145. package/skills/sentry/references/sdks/go/metrics.md +273 -0
  146. package/skills/sentry/references/sdks/go/profiling.md +46 -0
  147. package/skills/sentry/references/sdks/go/tracing.md +366 -0
  148. package/skills/sentry/references/sdks/index.md +41 -0
  149. package/skills/sentry/references/sdks/nestjs/ai-monitoring.md +410 -0
  150. package/skills/sentry/references/sdks/nestjs/crons.md +268 -0
  151. package/skills/sentry/references/sdks/nestjs/error-monitoring.md +729 -0
  152. package/skills/sentry/references/sdks/nestjs/index.md +699 -0
  153. package/skills/sentry/references/sdks/nestjs/logging.md +174 -0
  154. package/skills/sentry/references/sdks/nestjs/metrics.md +243 -0
  155. package/skills/sentry/references/sdks/nestjs/profiling.md +127 -0
  156. package/skills/sentry/references/sdks/nestjs/tracing.md +762 -0
  157. package/skills/sentry/references/sdks/nextjs/ai-monitoring.md +494 -0
  158. package/skills/sentry/references/sdks/nextjs/crons.md +383 -0
  159. package/skills/sentry/references/sdks/nextjs/error-monitoring.md +974 -0
  160. package/skills/sentry/references/sdks/nextjs/index.md +491 -0
  161. package/skills/sentry/references/sdks/nextjs/logging.md +381 -0
  162. package/skills/sentry/references/sdks/nextjs/metrics.md +411 -0
  163. package/skills/sentry/references/sdks/nextjs/profiling.md +403 -0
  164. package/skills/sentry/references/sdks/nextjs/session-replay.md +462 -0
  165. package/skills/sentry/references/sdks/nextjs/tracing.md +628 -0
  166. package/skills/sentry/references/sdks/node/ai-monitoring.md +303 -0
  167. package/skills/sentry/references/sdks/node/crons.md +432 -0
  168. package/skills/sentry/references/sdks/node/error-monitoring.md +1125 -0
  169. package/skills/sentry/references/sdks/node/index.md +942 -0
  170. package/skills/sentry/references/sdks/node/logging.md +380 -0
  171. package/skills/sentry/references/sdks/node/metrics.md +278 -0
  172. package/skills/sentry/references/sdks/node/profiling.md +373 -0
  173. package/skills/sentry/references/sdks/node/tracing.md +878 -0
  174. package/skills/sentry/references/sdks/php/ai-monitoring.md +310 -0
  175. package/skills/sentry/references/sdks/php/crons.md +265 -0
  176. package/skills/sentry/references/sdks/php/error-monitoring.md +626 -0
  177. package/skills/sentry/references/sdks/php/index.md +362 -0
  178. package/skills/sentry/references/sdks/php/laravel.md +542 -0
  179. package/skills/sentry/references/sdks/php/logging.md +242 -0
  180. package/skills/sentry/references/sdks/php/metrics.md +193 -0
  181. package/skills/sentry/references/sdks/php/profiling.md +115 -0
  182. package/skills/sentry/references/sdks/php/symfony.md +552 -0
  183. package/skills/sentry/references/sdks/php/tracing.md +516 -0
  184. package/skills/sentry/references/sdks/python/ai-monitoring.md +351 -0
  185. package/skills/sentry/references/sdks/python/crons.md +218 -0
  186. package/skills/sentry/references/sdks/python/error-monitoring.md +292 -0
  187. package/skills/sentry/references/sdks/python/index.md +361 -0
  188. package/skills/sentry/references/sdks/python/logging.md +234 -0
  189. package/skills/sentry/references/sdks/python/metrics.md +154 -0
  190. package/skills/sentry/references/sdks/python/profiling.md +120 -0
  191. package/skills/sentry/references/sdks/python/tracing.md +364 -0
  192. package/skills/sentry/references/sdks/react/error-monitoring.md +1607 -0
  193. package/skills/sentry/references/sdks/react/index.md +492 -0
  194. package/skills/sentry/references/sdks/react/logging.md +364 -0
  195. package/skills/sentry/references/sdks/react/profiling.md +322 -0
  196. package/skills/sentry/references/sdks/react/react-features.md +1272 -0
  197. package/skills/sentry/references/sdks/react/session-replay.md +1193 -0
  198. package/skills/sentry/references/sdks/react/tracing.md +1415 -0
  199. package/skills/sentry/references/sdks/react-native/error-monitoring.md +1481 -0
  200. package/skills/sentry/references/sdks/react-native/expo-config-plugin.md +45 -0
  201. package/skills/sentry/references/sdks/react-native/index.md +1030 -0
  202. package/skills/sentry/references/sdks/react-native/logging.md +444 -0
  203. package/skills/sentry/references/sdks/react-native/profiling.md +386 -0
  204. package/skills/sentry/references/sdks/react-native/session-replay.md +704 -0
  205. package/skills/sentry/references/sdks/react-native/tracing.md +1086 -0
  206. package/skills/sentry/references/sdks/react-native/user-feedback.md +815 -0
  207. package/skills/sentry/references/sdks/react-router-framework/error-monitoring.md +127 -0
  208. package/skills/sentry/references/sdks/react-router-framework/index.md +411 -0
  209. package/skills/sentry/references/sdks/react-router-framework/logging.md +66 -0
  210. package/skills/sentry/references/sdks/react-router-framework/profiling.md +57 -0
  211. package/skills/sentry/references/sdks/react-router-framework/react-router-framework-features.md +110 -0
  212. package/skills/sentry/references/sdks/react-router-framework/session-replay.md +67 -0
  213. package/skills/sentry/references/sdks/react-router-framework/tracing.md +96 -0
  214. package/skills/sentry/references/sdks/react-router-framework/user-feedback.md +71 -0
  215. package/skills/sentry/references/sdks/ruby/crons.md +184 -0
  216. package/skills/sentry/references/sdks/ruby/error-monitoring.md +248 -0
  217. package/skills/sentry/references/sdks/ruby/index.md +297 -0
  218. package/skills/sentry/references/sdks/ruby/logging.md +168 -0
  219. package/skills/sentry/references/sdks/ruby/metrics.md +196 -0
  220. package/skills/sentry/references/sdks/ruby/migration.md +321 -0
  221. package/skills/sentry/references/sdks/ruby/profiling.md +107 -0
  222. package/skills/sentry/references/sdks/ruby/tracing.md +388 -0
  223. package/skills/sentry/references/sdks/svelte/error-monitoring.md +456 -0
  224. package/skills/sentry/references/sdks/svelte/index.md +467 -0
  225. package/skills/sentry/references/sdks/svelte/logging.md +344 -0
  226. package/skills/sentry/references/sdks/svelte/session-replay.md +369 -0
  227. package/skills/sentry/references/sdks/svelte/tracing.md +406 -0
  228. package/skills/sentry/references/sdks/tanstack-start/error-monitoring.md +149 -0
  229. package/skills/sentry/references/sdks/tanstack-start/index.md +381 -0
  230. package/skills/sentry/references/sdks/tanstack-start/logging.md +74 -0
  231. package/skills/sentry/references/sdks/tanstack-start/session-replay.md +76 -0
  232. package/skills/sentry/references/sdks/tanstack-start/tanstackstart-features.md +128 -0
  233. package/skills/sentry/references/sdks/tanstack-start/tracing.md +123 -0
  234. package/skills/sentry/references/sdks/tanstack-start/user-feedback.md +81 -0
  235. package/skills/sentry/references/search-query-language.md +226 -0
  236. package/skills/sentry/references/semantics/angular.md +7 -0
  237. package/skills/sentry/references/semantics/app.md +28 -0
  238. package/skills/sentry/references/semantics/art.md +17 -0
  239. package/skills/sentry/references/semantics/aws.md +43 -0
  240. package/skills/sentry/references/semantics/browser.md +34 -0
  241. package/skills/sentry/references/semantics/cache.md +12 -0
  242. package/skills/sentry/references/semantics/client.md +8 -0
  243. package/skills/sentry/references/semantics/cloud.md +12 -0
  244. package/skills/sentry/references/semantics/cloudflare.md +23 -0
  245. package/skills/sentry/references/semantics/code.md +11 -0
  246. package/skills/sentry/references/semantics/culture.md +11 -0
  247. package/skills/sentry/references/semantics/db.md +21 -0
  248. package/skills/sentry/references/semantics/device.md +43 -0
  249. package/skills/sentry/references/semantics/error.md +7 -0
  250. package/skills/sentry/references/semantics/event.md +8 -0
  251. package/skills/sentry/references/semantics/exception.md +10 -0
  252. package/skills/sentry/references/semantics/faas.md +19 -0
  253. package/skills/sentry/references/semantics/file.md +8 -0
  254. package/skills/sentry/references/semantics/flag.md +7 -0
  255. package/skills/sentry/references/semantics/gcp.md +16 -0
  256. package/skills/sentry/references/semantics/gen_ai.md +53 -0
  257. package/skills/sentry/references/semantics/general.md +11 -0
  258. package/skills/sentry/references/semantics/graphql.md +9 -0
  259. package/skills/sentry/references/semantics/grpc.md +19 -0
  260. package/skills/sentry/references/semantics/http.md +34 -0
  261. package/skills/sentry/references/semantics/index.md +63 -0
  262. package/skills/sentry/references/semantics/jsonrpc.md +8 -0
  263. package/skills/sentry/references/semantics/jvm.md +12 -0
  264. package/skills/sentry/references/semantics/koa.md +7 -0
  265. package/skills/sentry/references/semantics/logger.md +7 -0
  266. package/skills/sentry/references/semantics/mcp.md +37 -0
  267. package/skills/sentry/references/semantics/mdc.md +7 -0
  268. package/skills/sentry/references/semantics/messaging.md +23 -0
  269. package/skills/sentry/references/semantics/middleware.md +7 -0
  270. package/skills/sentry/references/semantics/navigation.md +9 -0
  271. package/skills/sentry/references/semantics/nel.md +11 -0
  272. package/skills/sentry/references/semantics/network.md +17 -0
  273. package/skills/sentry/references/semantics/os.md +15 -0
  274. package/skills/sentry/references/semantics/otel.md +10 -0
  275. package/skills/sentry/references/semantics/params.md +7 -0
  276. package/skills/sentry/references/semantics/process.md +14 -0
  277. package/skills/sentry/references/semantics/react.md +7 -0
  278. package/skills/sentry/references/semantics/remix.md +7 -0
  279. package/skills/sentry/references/semantics/resource.md +7 -0
  280. package/skills/sentry/references/semantics/rpc.md +10 -0
  281. package/skills/sentry/references/semantics/score.md +10 -0
  282. package/skills/sentry/references/semantics/sentry.md +69 -0
  283. package/skills/sentry/references/semantics/server.md +8 -0
  284. package/skills/sentry/references/semantics/service.md +8 -0
  285. package/skills/sentry/references/semantics/session.md +7 -0
  286. package/skills/sentry/references/semantics/state.md +7 -0
  287. package/skills/sentry/references/semantics/thread.md +8 -0
  288. package/skills/sentry/references/semantics/timber.md +7 -0
  289. package/skills/sentry/references/semantics/trpc.md +8 -0
  290. package/skills/sentry/references/semantics/ui.md +18 -0
  291. package/skills/sentry/references/semantics/url.md +15 -0
  292. package/skills/sentry/references/semantics/user.md +17 -0
  293. package/skills/sentry/references/semantics/user_agent.md +7 -0
  294. package/skills/sentry/references/semantics/vercel.md +42 -0
  295. package/skills/sentry/references/setup-verification.md +39 -0
  296. package/skills/sentry/references/snapshots/github-actions-fanout.md +206 -0
  297. package/skills/sentry/references/snapshots/github-actions-simple.md +102 -0
  298. package/skills/sentry/references/snapshots/github-actions-swift-snapshot-testing.md +118 -0
  299. package/skills/sentry/references/snapshots/index.md +19 -0
  300. package/skills/sentry/references/snapshots/snapshot-previews.md +100 -0
  301. package/skills/sentry/references/snapshots/snapshots.md +123 -0
  302. package/skills/sentry/references/snapshots/wizard-setup.md +134 -0
  303. package/skills/testing/LICENSE +21 -0
  304. package/skills/testing/NOTICE +7 -0
  305. package/skills/testing/SKILL.md +13 -19
  306. package/skills/testing/agents/openai.yaml +1 -2
  307. package/skills/testing/references/selection.md +23 -0
  308. package/skills/testing/references/tdd.md +19 -0
  309. package/skills/testing/references/test-design.md +17 -0
  310. package/src/catalog.ts +1 -7
  311. package/skills/build-effect-apis/SKILL.md +0 -81
  312. package/skills/build-effect-apis/agents/openai.yaml +0 -4
  313. package/skills/build-effect-clis/SKILL.md +0 -92
  314. package/skills/build-effect-clis/agents/openai.yaml +0 -4
  315. package/skills/effect-architecture-audit/agents/openai.yaml +0 -4
  316. package/skills/effect-atom-state/SKILL.md +0 -97
  317. package/skills/effect-atom-state/agents/openai.yaml +0 -4
  318. package/skills/effect-ts/SKILL.md +0 -35
  319. package/skills/effect-ts/agents/openai.yaml +0 -4
  320. /package/skills/{build-effect-apis/references → effect-development/references/api}/cloudflare-workers.md +0 -0
  321. /package/skills/{build-effect-apis/references → effect-development/references/api}/runtime-assembly.md +0 -0
  322. /package/skills/{build-effect-apis/references → effect-development/references/api}/server-and-middleware.md +0 -0
  323. /package/skills/{build-effect-apis/references → effect-development/references/api}/shared-contracts.md +0 -0
  324. /package/skills/{effect-architecture-audit/references → effect-development/references/architecture}/service-and-boundary-audit.md +0 -0
  325. /package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-lifecycle.md +0 -0
  326. /package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-workflows.md +0 -0
  327. /package/skills/{effect-atom-state/references → effect-development/references/atom}/tanstack-start.md +0 -0
  328. /package/skills/{build-effect-clis/references → effect-development/references/cli}/command-design.md +0 -0
  329. /package/skills/{build-effect-clis/references → effect-development/references/cli}/processes-and-platform.md +0 -0
@@ -0,0 +1,23 @@
1
+ # Cloudflare attributes
2
+
3
+ Cloudflare Workers, bindings, and edge platform attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------------------------------------------- | --------- | ------------------------------------------------------------------------ |
7
+ | `cloudflare.d1.duration` | `integer` | The duration of a Cloudflare D1 operation. |
8
+ | `cloudflare.d1.rows_read` | `integer` | The number of rows read in a Cloudflare D1 operation. |
9
+ | `cloudflare.d1.rows_written` | `integer` | The number of rows written in a Cloudflare D1 operation. |
10
+ | `cloudflare.durable_object.query.bindings` | `integer` | The number of bound parameters passed to the SQL exec call. |
11
+ | `cloudflare.durable_object.response.rows_read` | `integer` | The number of rows read by a Cloudflare Durable Object SQL operation. |
12
+ | `cloudflare.durable_object.response.rows_written` | `integer` | The number of rows written by a Cloudflare Durable Object SQL operation. |
13
+ | `cloudflare.r2.bucket` | `string` | The name of the Cloudflare R2 bucket binding |
14
+ | `cloudflare.r2.operation` | `string` | The R2 API operation being performed |
15
+ | `cloudflare.r2.request.delimiter` | `string` | The delimiter used to group objects in an R2 list operation |
16
+ | `cloudflare.r2.request.key` | `string` | The object key used in the R2 operation |
17
+ | `cloudflare.r2.request.part_number` | `integer` | The part number in a multipart upload operation |
18
+ | `cloudflare.r2.request.prefix` | `string` | The prefix used to filter objects in an R2 list operation |
19
+ | `cloudflare.workflow.attempt` | `integer` | The current attempt number for a Cloudflare Workflow step |
20
+ | `cloudflare.workflow.retries.backoff` | `string` | The backoff strategy for Cloudflare Workflow step retries |
21
+ | `cloudflare.workflow.retries.delay` | `string` | The delay between Cloudflare Workflow step retries |
22
+ | `cloudflare.workflow.retries.limit` | `integer` | The maximum number of retries for a Cloudflare Workflow step |
23
+ | `cloudflare.workflow.timeout` | `string` | The timeout duration for a Cloudflare Workflow step |
@@ -0,0 +1,11 @@
1
+ # Code attributes
2
+
3
+ Source location attributes — function, file, line, namespace.
4
+
5
+ | Key | Type | Brief |
6
+ | -------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `code.file.path` | `string` | The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path). |
8
+ | `code.function` | `string` | The method or function name, or equivalent (usually rightmost part of the code unit’s name). |
9
+ | `code.function.name` | `string` | The method or function fully-qualified name without arguments. |
10
+ | `code.line.number` | `integer` | The line number in code.filepath best representing the operation. It SHOULD point within the code unit named in code.function |
11
+ | `code.namespace` | `string` | The ‘namespace’ within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit. |
@@ -0,0 +1,11 @@
1
+ # Culture attributes
2
+
3
+ Locale and cultural preference attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | --------------------------- | --------- | ----------------------------------------------------------------- |
7
+ | `culture.calendar` | `string` | The calendar system used by the culture. |
8
+ | `culture.display_name` | `string` | Human readable name of the culture. |
9
+ | `culture.is_24_hour_format` | `boolean` | Whether the culture uses 24-hour time format. |
10
+ | `culture.locale` | `string` | The locale identifier following RFC 4646. |
11
+ | `culture.timezone` | `string` | The timezone of the culture, as a geographic timezone identifier. |
@@ -0,0 +1,21 @@
1
+ # Database attributes
2
+
3
+ Database query attributes — system, operation, statement summary, and collection.
4
+
5
+ | Key | Type | Brief |
6
+ | -------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
7
+ | `db.collection.name` | `string` | The name of a collection (table, container) within the database. |
8
+ | `db.driver.name` | `string` | The name of the driver used for the database connection. |
9
+ | `db.namespace` | `string` | The name of the database being accessed. |
10
+ | `db.operation.batch.size` | `integer` | The number of queries included in a batch operation. Operations are only considered batches when they contain two or more operations, and so db.operation.batch.size SHOULD never be 1. |
11
+ | `db.operation.name` | `string` | The name of the operation being executed. |
12
+ | `db.query.parameter.<key>` | `string` | A query parameter used in db.query.text, with <key> being the parameter name, and the attribute value being a string representation of the parameter value. |
13
+ | `db.query.summary` | `string` | A shortened representation of operation(s) in the full query. This attribute must be low-cardinality and should only contain the operation table names. |
14
+ | `db.query.text` | `string` | The database parameterized query being executed. Any parameter values (filters, insertion values, etc) should be replaced with parameter placeholders. If applicable, use `db.query.parameter.<key>` to add the parameter value. |
15
+ | `db.redis.connection` | `string` | The redis connection name. |
16
+ | `db.redis.key` | `string` | The key the Redis command is operating on. |
17
+ | `db.redis.parameters` | `string[]` | The array of command parameters given to a redis command. |
18
+ | `db.response.status_code` | `string` | Database response status code. The status code returned by the database. Usually it represents an error code, but may also represent partial success, warning, or differentiate between various types of successful outcomes. |
19
+ | `db.stored_procedure.name` | `string` | The name of a stored procedure being called. |
20
+ | `db.system.name` | `string` | An identifier for the database management system (DBMS) product being used. See [OpenTelemetry docs](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md#notes-and-well-known-identifiers-for-dbsystem) for a list of well-known identifiers. |
21
+ | `db.user` | `string` | The database user. |
@@ -0,0 +1,43 @@
1
+ # Device attributes
2
+
3
+ Device hardware and form-factor attributes for mobile and desktop.
4
+
5
+ | Key | Type | Brief |
6
+ | ---------------------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `device.archs` | `string[]` | The CPU architectures of the device. |
8
+ | `device.battery_level` | `double` | The battery level of the device as a percentage (0-100). |
9
+ | `device.battery_temperature` | `double` | The battery temperature of the device in Celsius. |
10
+ | `device.boot_time` | `string` | A formatted UTC timestamp when the system was booted. |
11
+ | `device.brand` | `string` | The brand of the device. |
12
+ | `device.charging` | `boolean` | Whether the device was charging or not. |
13
+ | `device.chipset` | `string` | The chipset of the device. |
14
+ | `device.class` | `string` | The classification of the device. For example, `low`, `medium`, or `high`. Typically inferred by Relay - SDKs generally do not need to set this directly. |
15
+ | `device.cpu_description` | `string` | A description of the CPU of the device. |
16
+ | `device.external_free_storage` | `integer` | External storage free size in bytes. |
17
+ | `device.external_storage_size` | `integer` | External storage total size in bytes. |
18
+ | `device.family` | `string` | The family of the device. |
19
+ | `device.free_memory` | `integer` | Free system memory in bytes. |
20
+ | `device.free_storage` | `integer` | Free device storage in bytes. |
21
+ | `device.id` | `string` | Unique device identifier. |
22
+ | `device.locale` | `string` | The locale of the device. |
23
+ | `device.low_memory` | `boolean` | Whether the device was low on memory. |
24
+ | `device.low_power_mode` | `boolean` | Whether the device is in Low Power Mode. |
25
+ | `device.manufacturer` | `string` | The manufacturer of the device. |
26
+ | `device.memory.estimated_capacity` | `integer` | The estimated total memory capacity of the device, only a rough estimation in gigabytes. Browsers report estimations in buckets of powers of 2, mostly capped at 8 GB |
27
+ | `device.memory_size` | `integer` | Total system memory available in bytes. |
28
+ | `device.model` | `string` | The model of the device. |
29
+ | `device.model_id` | `string` | An internal hardware revision to identify the device exactly. |
30
+ | `device.name` | `string` | The name of the device. On mobile, this is the user-assigned device name. On servers and desktops, this is typically the hostname. |
31
+ | `device.online` | `boolean` | Whether the device was online or not. |
32
+ | `device.orientation` | `string` | The orientation of the device, either “portrait” or “landscape”. |
33
+ | `device.processor_count` | `integer` | Number of “logical processors”. |
34
+ | `device.processor_frequency` | `double` | Processor frequency in MHz. |
35
+ | `device.screen_density` | `double` | The screen density of the device. |
36
+ | `device.screen_dpi` | `integer` | The screen density in dots-per-inch (DPI) of the device. |
37
+ | `device.screen_height_pixels` | `integer` | The height of the device screen in pixels. |
38
+ | `device.screen_width_pixels` | `integer` | The width of the device screen in pixels. |
39
+ | `device.simulator` | `boolean` | Whether the device is a simulator or an actual device. |
40
+ | `device.storage_size` | `integer` | Total device storage in bytes. |
41
+ | `device.thermal_state` | `string` | The thermal state of the device. Based on Apple’s `ProcessInfo.ThermalState` enum: `nominal`, `fair`, `serious`, or `critical`. |
42
+ | `device.timezone` | `string` | The timezone of the device. |
43
+ | `device.usable_memory` | `integer` | Memory usable for the app in bytes. |
@@ -0,0 +1,7 @@
1
+ # Error attributes
2
+
3
+ Error classification attributes attached to failures.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------ | -------- | ---------------------------------------------------- |
7
+ | `error.type` | `string` | Describes a class of error the operation ended with. |
@@ -0,0 +1,8 @@
1
+ # Event attributes
2
+
3
+ Event identity attributes for discrete application events.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------ | --------- | --------------------------------------------------------- |
7
+ | `event.id` | `integer` | The unique identifier for this event (log record) |
8
+ | `event.name` | `string` | The name that uniquely identifies this event (log record) |
@@ -0,0 +1,10 @@
1
+ # Exception attributes
2
+
3
+ Exception type, message, and stack details on error spans.
4
+
5
+ | Key | Type | Brief |
6
+ | ---------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `exception.escaped` | `boolean` | SHOULD be set to true if the exception event is recorded at a point where it is known that the exception is escaping the scope of the span. |
8
+ | `exception.message` | `string` | The error message. |
9
+ | `exception.stacktrace` | `string` | A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG. |
10
+ | `exception.type` | `string` | The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it. |
@@ -0,0 +1,19 @@
1
+ # FaaS attributes
2
+
3
+ Function-as-a-service / serverless invocation attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ----------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `faas.coldstart` | `boolean` | A boolean that is true if the serverless function is executed for the first time (aka cold-start). |
8
+ | `faas.cron` | `string` | A string containing the schedule period as Cron Expression. |
9
+ | `faas.duration_in_ms` | `integer` | The duration a function took to run, in milliseconds. |
10
+ | `faas.entry_point` | `string` | The code that’s run when the cloud provider invokes your function. |
11
+ | `faas.identity` | `string` | The Service Account (GCP), IAM Execution Role (AWS), or Managed Identity (Azure) used by the serverless function when interacting with other cloud services |
12
+ | `faas.invocation_id` | `string` | The invocation ID of the current function invocation. |
13
+ | `faas.invoked_name` | `string` | The name of the invoked function. |
14
+ | `faas.invoked_provider` | `string` | The cloud provider of the invoked function. |
15
+ | `faas.invoked_region` | `string` | The cloud region of the invoked function. |
16
+ | `faas.name` | `string` | The name of the serverless function |
17
+ | `faas.time` | `string` | A string containing the function invocation time in the ISO 8601 format expressed in UTC. |
18
+ | `faas.trigger` | `string` | Type of the trigger which caused this function invocation. |
19
+ | `faas.version` | `string` | The version of the function that was invoked |
@@ -0,0 +1,8 @@
1
+ # File attributes
2
+
3
+ File path and I/O operation attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ----------- | --------- | ------------------- |
7
+ | `file.path` | `string` | Path to the file. |
8
+ | `file.size` | `integer` | File size in bytes. |
@@ -0,0 +1,7 @@
1
+ # Flag attributes
2
+
3
+ Feature-flag evaluation attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ----------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `flag.evaluation.<key>` | `boolean` | An instance of a feature flag evaluation. The value of this attribute is the boolean representing the evaluation result. The <key> suffix is the name of the feature flag. |
@@ -0,0 +1,16 @@
1
+ # GCP attributes
2
+
3
+ Google Cloud Platform service and resource attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ---------------------------------- | -------- | ------------------------------------------------------------------------------ |
7
+ | `gcp.function.context.event_id` | `string` | The event ID from the legacy GCP Cloud Function context (1st gen) |
8
+ | `gcp.function.context.event_type` | `string` | The type of the GCP Cloud Function event |
9
+ | `gcp.function.context.id` | `string` | The unique event ID from the GCP CloudEvents context (2nd gen Cloud Functions) |
10
+ | `gcp.function.context.resource` | `string` | The resource that triggered the GCP Cloud Function event |
11
+ | `gcp.function.context.source` | `string` | The source of the GCP Cloud Function event |
12
+ | `gcp.function.context.specversion` | `string` | The CloudEvents specification version of the GCP Cloud Function event |
13
+ | `gcp.function.context.time` | `string` | The timestamp of the GCP Cloud Function event |
14
+ | `gcp.function.context.timestamp` | `string` | The legacy timestamp of the GCP Cloud Function event |
15
+ | `gcp.function.context.type` | `string` | The type of the GCP Cloud Function event context |
16
+ | `gcp.project.id` | `string` | The ID of the project in GCP that this resource is associated with |
@@ -0,0 +1,53 @@
1
+ # Gen AI attributes
2
+
3
+ LLM and agent attributes — model, tokens, cost, tools, and conversation id.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `gen_ai.agent.name` | `string` | The name of the agent being used. |
8
+ | `gen_ai.context.utilization` | `double` | The fraction of the model context window utilized by this generation. |
9
+ | `gen_ai.context.window_size` | `integer` | The maximum context window size supported by the model for this generation. |
10
+ | `gen_ai.conversation.id` | `string` | The unique identifier for a conversation (session, thread), used to store and correlate messages within this conversation. |
11
+ | `gen_ai.cost.cache_creation.input_tokens` | `double` | The cost of input tokens written to cache in USD. |
12
+ | `gen_ai.cost.cache_read.input_tokens` | `double` | The cost of cached input tokens in USD. |
13
+ | `gen_ai.cost.input_tokens` | `double` | The total cost of all input tokens in USD (includes cached and cache creation tokens). |
14
+ | `gen_ai.cost.output_tokens` | `double` | The total cost of all output tokens in USD (includes reasoning tokens). |
15
+ | `gen_ai.cost.reasoning.output_tokens` | `double` | The cost of reasoning output tokens in USD. |
16
+ | `gen_ai.cost.total_tokens` | `double` | The total cost for the tokens used. |
17
+ | `gen_ai.embeddings.input` | `string` | The input to the embeddings model. |
18
+ | `gen_ai.function_id` | `string` | Framework-specific tracing label for the execution of a function or other unit of execution in a generative AI system. |
19
+ | `gen_ai.input.messages` | `string` | The messages passed to the model. It has to be a stringified version of an array of objects. The `role` attribute of each object must be `"user"`, `"assistant"`, `"tool"`, or `"system"`. For messages of the role `"tool"`, the `content` can be a string or an arbitrary object with information about the tool call. For other messages the `content` can be either a string or a list of objects in the format `{type: "text", text:"..."}`. |
20
+ | `gen_ai.operation.name` | `string` | The name of the operation being performed. It has the following list of well-known values: ‘chat’, ‘create_agent’, ‘embeddings’, ‘execute_tool’, ‘generate_content’, ‘invoke_agent’, ‘text_completion’. If one of them applies, then that value MUST be used. Otherwise a custom value MAY be used. |
21
+ | `gen_ai.operation.type` | `string` | The type of AI operation. Must be one of ‘agent’ (invoke_agent and create_agent spans), ‘ai_client’ (any LLM call), ‘tool’ (execute_tool spans), ‘handoff’ (handoff spans), ‘other’ (input and output processors, skill loading, guardrails etc.) . Added during ingestion based on span.op and gen_ai.operation.type. Used to filter and aggregate data in the UI |
22
+ | `gen_ai.output.messages` | `string` | The model’s response messages. It has to be a stringified version of an array of message objects, which can include text responses and tool calls. |
23
+ | `gen_ai.pipeline.name` | `string` | Name of the AI pipeline or chain being executed. |
24
+ | `gen_ai.prompt.name` | `string` | The name of the prompt that uniquely identifies it. |
25
+ | `gen_ai.provider.name` | `string` | The Generative AI provider as identified by the client or server instrumentation. |
26
+ | `gen_ai.request.frequency_penalty` | `double` | Used to reduce repetitiveness of generated tokens. The higher the value, the stronger a penalty is applied to previously present tokens, proportional to how many times they have already appeared in the prompt or prior generation. |
27
+ | `gen_ai.request.max_tokens` | `integer` | The maximum number of tokens to generate in the response. |
28
+ | `gen_ai.request.model` | `string` | The model identifier being used for the request. |
29
+ | `gen_ai.request.presence_penalty` | `double` | Used to reduce repetitiveness of generated tokens. Similar to frequency_penalty, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies. |
30
+ | `gen_ai.request.reasoning.level` | `string` | The reasoning or thinking effort level requested for a GenAI model. |
31
+ | `gen_ai.request.seed` | `string` | The seed, ideally models given the same seed and same other parameters will produce the exact same output. |
32
+ | `gen_ai.request.stop_sequences` | `string[]` | List of sequences that the model will use to stop generating further tokens. |
33
+ | `gen_ai.request.temperature` | `double` | For an AI model call, the temperature parameter. Temperature essentially means how random the output will be. |
34
+ | `gen_ai.request.top_k` | `integer` | Limits the model to only consider the K most likely next tokens, where K is an integer (e.g., top_k=20 means only the 20 highest probability tokens are considered). |
35
+ | `gen_ai.request.top_p` | `double` | Limits the model to only consider tokens whose cumulative probability mass adds up to p, where p is a float between 0 and 1 (e.g., top_p=0.7 means only tokens that sum up to 70% of the probability mass are considered). |
36
+ | `gen_ai.response.finish_reasons` | `string` | The reason why the model stopped generating. |
37
+ | `gen_ai.response.id` | `string` | Unique identifier for the completion. |
38
+ | `gen_ai.response.model` | `string` | The vendor-specific ID of the model used. |
39
+ | `gen_ai.response.streaming` | `boolean` | Whether or not the AI model call’s response was streamed back asynchronously |
40
+ | `gen_ai.response.time_to_first_chunk` | `double` | Time in seconds when the first response content chunk arrived in streaming responses. |
41
+ | `gen_ai.response.tokens_per_second` | `double` | The total output tokens per seconds throughput |
42
+ | `gen_ai.system_instructions` | `string` | The system instructions passed to the model. |
43
+ | `gen_ai.tool.call.arguments` | `string` | The arguments of the tool call. It has to be a stringified version of the arguments to the tool. |
44
+ | `gen_ai.tool.call.result` | `string` | The result of the tool call. It has to be a stringified version of the result of the tool. |
45
+ | `gen_ai.tool.definitions` | `string` | The list of source system tool definitions available to the GenAI agent or model. |
46
+ | `gen_ai.tool.description` | `string` | The description of the tool being used. |
47
+ | `gen_ai.tool.name` | `string` | Name of the tool utilized by the agent. |
48
+ | `gen_ai.usage.cache_creation.input_tokens` | `integer` | The number of tokens written to the cache when processing the AI input (prompt). |
49
+ | `gen_ai.usage.cache_read.input_tokens` | `integer` | The number of cached tokens used to process the AI input (prompt). |
50
+ | `gen_ai.usage.input_tokens` | `integer` | The number of tokens used to process the AI input (prompt) including cached input tokens. |
51
+ | `gen_ai.usage.output_tokens` | `integer` | The number of tokens used for creating the AI output (including reasoning tokens). |
52
+ | `gen_ai.usage.reasoning.output_tokens` | `integer` | The number of tokens used for reasoning to create the AI output. |
53
+ | `gen_ai.usage.total_tokens` | `integer` | The total number of tokens used to process the prompt. (input tokens plus output todkens) |
@@ -0,0 +1,11 @@
1
+ # General attributes
2
+
3
+ Uncategorized stable attributes that do not belong to a named domain.
4
+
5
+ | Key | Type | Brief |
6
+ | --------------------- | --------- | --------------------------------------------------------------------------- |
7
+ | `blocked_main_thread` | `boolean` | Whether the main thread was blocked by the span. |
8
+ | `channel` | `string` | The channel name that is being used. |
9
+ | `id` | `string` | A unique identifier for the span. |
10
+ | `previous_route` | `string` | Also used by mobile SDKs to indicate the previous route in the application. |
11
+ | `type` | `string` | More granular type of the operation happening. |
@@ -0,0 +1,9 @@
1
+ # GraphQL attributes
2
+
3
+ GraphQL operation name, type, and document attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------------------ | -------- | ----------------------------------------- |
7
+ | `graphql.document` | `string` | The GraphQL document being executed. |
8
+ | `graphql.operation.name` | `string` | The name of the operation being executed. |
9
+ | `graphql.operation.type` | `string` | The type of the operation being executed. |
@@ -0,0 +1,19 @@
1
+ # gRPC attributes
2
+
3
+ gRPC method, status, and service attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | -------------------------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `grpc.error.bad_request.field_violations` | `string[]` | The individual field violations from a google.rpc.BadRequest error detail. Each entry is a JSON-encoded object with field, description, reason, and (optional) localized_message keys, mirroring google.rpc.BadRequest.FieldViolation. |
8
+ | `grpc.error.debug_info.detail` | `string` | Additional debugging information, such as a server-side stack trace, from a google.rpc.DebugInfo error detail. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly. |
9
+ | `grpc.error.debug_info.stack_entries` | `string[]` | The server-side stack trace entries from a google.rpc.DebugInfo error detail. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly. |
10
+ | `grpc.error.error_info.domain` | `string` | The logical grouping to which the gRPC error reason belongs, from the google.rpc.ErrorInfo error detail. |
11
+ | `grpc.error.error_info.metadata.<key>` | `string` | Additional structured metadata attached to a google.rpc.ErrorInfo error detail, with <key> being the metadata key name. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly. |
12
+ | `grpc.error.error_info.reason` | `string` | The reason for the gRPC error, as defined by the service that generated it, from the google.rpc.ErrorInfo error detail. |
13
+ | `grpc.error.precondition_failure.violations` | `string[]` | The individual precondition violations from a google.rpc.PreconditionFailure error detail. Each entry is a JSON-encoded object with type, subject, and description keys. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly, since violation subjects may identify specific resources or users. |
14
+ | `grpc.error.quota_failure.violations` | `string[]` | The individual quota violations from a google.rpc.QuotaFailure error detail. Each entry is a JSON-encoded object with subject, description, api_service, quota_metric, quota_id, quota_dimensions, quota_value, and (optional) future_quota_value keys, mirroring google.rpc.QuotaFailure.Violation. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly, since violation subjects may identify specific resources or users. |
15
+ | `grpc.error.resource_info.description` | `string` | A description of the error that occurred while accessing the resource, from a google.rpc.ResourceInfo error detail. |
16
+ | `grpc.error.resource_info.owner` | `string` | The owner of the resource being accessed (e.g. project or account owning it), from a google.rpc.ResourceInfo error detail. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly. |
17
+ | `grpc.error.resource_info.resource_name` | `string` | The name of the resource being accessed, from a google.rpc.ResourceInfo error detail. SDKs should only send this attribute when sendDefaultPii is enabled or dataCollection is configured accordingly. |
18
+ | `grpc.error.resource_info.resource_type` | `string` | The type of resource being accessed, from a google.rpc.ResourceInfo error detail. |
19
+ | `grpc.error.retry_info.retry_delay_ms` | `integer` | How long the client should wait before retrying the gRPC call, in milliseconds, from the google.rpc.RetryInfo error detail. |
@@ -0,0 +1,34 @@
1
+ # HTTP attributes
2
+
3
+ HTTP client and server attributes — method, route, status, timing, and headers.
4
+
5
+ | Key | Type | Brief |
6
+ | -------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `http.decoded_response_content_length` | `integer` | The decoded body size of the response (in bytes). |
8
+ | `http.fragment` | `string` | The fragments present in the URI. Note that this contains the leading # character, while the `url.fragment` attribute does not. |
9
+ | `http.query` | `string` | The query string present in the URL. Note that this contains the leading ? character, while the `url.query` attribute does not. |
10
+ | `http.request.body.data` | `string` | HTTP request body data. Can be given as string or structural data of any format. |
11
+ | `http.request.connect_start` | `double` | The UNIX timestamp representing the time immediately before the user agent starts establishing the connection to the server to retrieve the resource. |
12
+ | `http.request.connection_end` | `double` | The UNIX timestamp representing the time immediately after the browser finishes establishing the connection to the server to retrieve the resource. The timestamp value includes the time interval to establish the transport connection, as well as other time intervals such as TLS handshake and SOCKS authentication. |
13
+ | `http.request.domain_lookup_end` | `double` | The UNIX timestamp representing the time immediately after the browser finishes the domain-name lookup for the resource. |
14
+ | `http.request.domain_lookup_start` | `double` | The UNIX timestamp representing the time immediately before the browser starts the domain name lookup for the resource. |
15
+ | `http.request.fetch_start` | `double` | The UNIX timestamp representing the time immediately before the browser starts to fetch the resource. |
16
+ | `http.request.header.<key>` | `string[]` | HTTP request headers, <key> being the normalized HTTP Header name (lowercase), the value being the header values. |
17
+ | `http.request.method` | `string` | The HTTP method used. |
18
+ | `http.request.redirect_end` | `double` | The UNIX timestamp representing the timestamp immediately after receiving the last byte of the response of the last redirect |
19
+ | `http.request.redirect_start` | `double` | The UNIX timestamp representing the start time of the fetch which that initiates the redirect. |
20
+ | `http.request.request_start` | `double` | The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request. |
21
+ | `http.request.resend_count` | `integer` | The ordinal number of request resending attempt (for any reason, including redirects). |
22
+ | `http.request.response_end` | `double` | The UNIX timestamp representing the time immediately after the browser receives the last byte of the resource or immediately before the transport connection is closed, whichever comes first. |
23
+ | `http.request.response_start` | `double` | The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request. |
24
+ | `http.request.same_origin` | `boolean` | Indicates that a URL has the same origin as the current page’s origin in the browser. |
25
+ | `http.request.secure_connection_start` | `double` | The UNIX timestamp representing the time immediately before the browser starts the handshake process to secure the current connection. If a secure connection is not used, the property returns zero. |
26
+ | `http.request.time_to_first_byte` | `double` | The time in seconds from the browser’s timeorigin to when the first byte of the request’s response was received. See https://web.dev/articles/ttfb#measure-resource-requests |
27
+ | `http.request.worker_start` | `double` | The UNIX timestamp representing the timestamp immediately before dispatching the FetchEvent if a Service Worker thread is already running, or immediately before starting the Service Worker thread if it is not already running. |
28
+ | `http.response.body.size` | `integer` | The encoded body size of the response (in bytes). |
29
+ | `http.response.header.<key>` | `string[]` | HTTP response headers, <key> being the normalized HTTP Header name (lowercase), the value being the header values. |
30
+ | `http.response.header.content-length` | `string` | The size of the message body sent to the recipient (in bytes) |
31
+ | `http.response.size` | `integer` | The transfer size of the response (in bytes). |
32
+ | `http.response.status_code` | `integer` | The status code of the HTTP response. |
33
+ | `http.route` | `string` | The matched route, that is, the path template in the format used by the respective server framework. |
34
+ | `http.server.request.time_in_queue` | `double` | The time in milliseconds the request spent in the server queue before processing began. Measured from the X-Request-Start header set by reverse proxies (e.g., Nginx, HAProxy, Heroku) to when the application started handling the request. |
@@ -0,0 +1,63 @@
1
+ # Semantic conventions
2
+
3
+ Read only the domain whose attributes you are adding. Use these supported keys
4
+ in preference to inventing a second vocabulary.
5
+
6
+ - [angular](angular.md)
7
+ - [app](app.md)
8
+ - [art](art.md)
9
+ - [aws](aws.md)
10
+ - [browser](browser.md)
11
+ - [cache](cache.md)
12
+ - [client](client.md)
13
+ - [cloud](cloud.md)
14
+ - [cloudflare](cloudflare.md)
15
+ - [code](code.md)
16
+ - [culture](culture.md)
17
+ - [db](db.md)
18
+ - [device](device.md)
19
+ - [error](error.md)
20
+ - [event](event.md)
21
+ - [exception](exception.md)
22
+ - [faas](faas.md)
23
+ - [file](file.md)
24
+ - [flag](flag.md)
25
+ - [gcp](gcp.md)
26
+ - [gen_ai](gen_ai.md)
27
+ - [general](general.md)
28
+ - [graphql](graphql.md)
29
+ - [grpc](grpc.md)
30
+ - [http](http.md)
31
+ - [jsonrpc](jsonrpc.md)
32
+ - [jvm](jvm.md)
33
+ - [koa](koa.md)
34
+ - [logger](logger.md)
35
+ - [mcp](mcp.md)
36
+ - [mdc](mdc.md)
37
+ - [messaging](messaging.md)
38
+ - [middleware](middleware.md)
39
+ - [navigation](navigation.md)
40
+ - [nel](nel.md)
41
+ - [network](network.md)
42
+ - [os](os.md)
43
+ - [otel](otel.md)
44
+ - [params](params.md)
45
+ - [process](process.md)
46
+ - [react](react.md)
47
+ - [remix](remix.md)
48
+ - [resource](resource.md)
49
+ - [rpc](rpc.md)
50
+ - [score](score.md)
51
+ - [sentry](sentry.md)
52
+ - [server](server.md)
53
+ - [service](service.md)
54
+ - [session](session.md)
55
+ - [state](state.md)
56
+ - [thread](thread.md)
57
+ - [timber](timber.md)
58
+ - [trpc](trpc.md)
59
+ - [ui](ui.md)
60
+ - [url](url.md)
61
+ - [user](user.md)
62
+ - [user_agent](user_agent.md)
63
+ - [vercel](vercel.md)
@@ -0,0 +1,8 @@
1
+ # JSON-RPC attributes
2
+
3
+ JSON-RPC method and request identity attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | -------------------------- | -------- | ----------------------------------------------------------- |
7
+ | `jsonrpc.protocol.version` | `string` | The version of the JSON-RPC protocol used. |
8
+ | `jsonrpc.request.id` | `string` | The JSON-RPC request identifier. Unique within the session. |
@@ -0,0 +1,12 @@
1
+ # JVM attributes
2
+
3
+ JVM runtime and memory attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ---------------------- | --------- | ------------------------------------- |
7
+ | `jvm.gc.action` | `string` | Name of the garbage collector action. |
8
+ | `jvm.gc.name` | `string` | Name of the garbage collector. |
9
+ | `jvm.memory.pool.name` | `string` | Name of the memory pool. |
10
+ | `jvm.memory.type` | `string` | Name of the memory pool. |
11
+ | `jvm.thread.daemon` | `boolean` | Whether the thread is daemon or not. |
12
+ | `jvm.thread.state` | `string` | State of the thread. |
@@ -0,0 +1,7 @@
1
+ # Koa attributes
2
+
3
+ Koa framework middleware and request attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ---------- | -------- | --------------------------------------------------- |
7
+ | `koa.type` | `string` | The type of the Koa layer that handled the request. |
@@ -0,0 +1,7 @@
1
+ # Logger attributes
2
+
3
+ Logger name and logging-context attributes.
4
+
5
+ | Key | Type | Brief |
6
+ | ------------- | -------- | ------------------------------------------------- |
7
+ | `logger.name` | `string` | The name of the logger that generated this event. |
@@ -0,0 +1,37 @@
1
+ # MCP attributes
2
+
3
+ Model Context Protocol attributes for MCP client/server spans.
4
+
5
+ | Key | Type | Brief |
6
+ | ----------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
7
+ | `mcp.cancelled.reason` | `string` | Reason for the cancellation of an MCP operation. |
8
+ | `mcp.cancelled.request_id` | `string` | Request ID of the cancelled MCP operation. |
9
+ | `mcp.client.name` | `string` | Name of the MCP client application. |
10
+ | `mcp.client.title` | `string` | Display title of the MCP client application. |
11
+ | `mcp.client.version` | `string` | Version of the MCP client application. |
12
+ | `mcp.lifecycle.phase` | `string` | Lifecycle phase indicator for MCP operations. |
13
+ | `mcp.logging.data_type` | `string` | Data type of the logged message content. |
14
+ | `mcp.logging.level` | `string` | Log level for MCP logging operations. |
15
+ | `mcp.logging.logger` | `string` | Logger name for MCP logging operations. |
16
+ | `mcp.logging.message` | `string` | Log message content from MCP logging operations. |
17
+ | `mcp.method.name` | `string` | The name of the MCP request or notification method being called. |
18
+ | `mcp.progress.current` | `integer` | Current progress value of an MCP operation. |
19
+ | `mcp.progress.message` | `string` | Progress message describing the current state of an MCP operation. |
20
+ | `mcp.progress.percentage` | `double` | Calculated progress percentage of an MCP operation. Computed from current/total * 100. |
21
+ | `mcp.progress.token` | `string` | Token for tracking progress of an MCP operation. |
22
+ | `mcp.progress.total` | `integer` | Total progress target value of an MCP operation. |
23
+ | `mcp.prompt.result.description` | `string` | Description of the prompt result. |
24
+ | `mcp.prompt.result.message_content` | `string` | Content of the message in the prompt result. Used for single message results only. |
25
+ | `mcp.prompt.result.message_count` | `integer` | Number of messages in the prompt result. |
26
+ | `mcp.prompt.result.message_role` | `string` | Role of the message in the prompt result. Used for single message results only. |
27
+ | `mcp.protocol.ready` | `integer` | Protocol readiness indicator for MCP session. Non-zero value indicates the protocol is ready. |
28
+ | `mcp.protocol.version` | `string` | MCP protocol version used in the session. |
29
+ | `mcp.request.argument.<key>` | `string` | MCP request argument with dynamic key suffix. The <key> is replaced with the actual argument name. The value is a JSON-stringified representation of the argument value. |
30
+ | `mcp.request.argument.name` | `string` | Name argument from prompts/get MCP request. |
31
+ | `mcp.request.argument.uri` | `string` | URI argument from resources/read MCP request. |
32
+ | `mcp.resource.uri` | `string` | The resource URI being accessed in an MCP operation. |
33
+ | `mcp.server.name` | `string` | Name of the MCP server application. |
34
+ | `mcp.server.title` | `string` | Display title of the MCP server application. |
35
+ | `mcp.server.version` | `string` | Version of the MCP server application. |
36
+ | `mcp.session.id` | `string` | Identifier for the MCP session. |
37
+ | `mcp.tool.result.content_count` | `integer` | Number of content items in the tool result. |
@@ -0,0 +1,7 @@
1
+ # MDC attributes
2
+
3
+ Mapped diagnostic context (MDC) attributes from logging frameworks.
4
+
5
+ | Key | Type | Brief |
6
+ | ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7
+ | `mdc.<key>` | `string` | Attributes from the Mapped Diagnostic Context (MDC) present at the moment the log record was created. The MDC is supported by all the most popular logging solutions in the Java ecosystem, and it’s usually implemented as a thread-local map that stores context for e.g. a specific request. |