可以为 OpenTelemetry 检测 MeteorJS 应用程序吗
Can a MeteorJS app be instrumented for OpenTelemetry
我不熟悉 MeteorJS,除了它是一个框架,其底层语言是 Node.js。话虽如此,您能否在 MeteorJS 中为 OpenTelemetry 检测应用程序?
遗憾的是,目前没有 auto-instrumentation 适用于 MeteorJS,但您仍然可以使用 OpenTelemetry 手动检测您的应用程序。
要进行手动检测,您可以遵循本指南:
https://opentelemetry.io/docs/instrumentation/js/instrumentation/
并且在此注册表中,您可以找到支持的框架列表(可与 auto-instrumentation 一起使用):
https://opentelemetry.io/registry/?language=js&component=instrumentation
我不熟悉 MeteorJS,除了它是一个框架,其底层语言是 Node.js。话虽如此,您能否在 MeteorJS 中为 OpenTelemetry 检测应用程序?
遗憾的是,目前没有 auto-instrumentation 适用于 MeteorJS,但您仍然可以使用 OpenTelemetry 手动检测您的应用程序。
要进行手动检测,您可以遵循本指南: https://opentelemetry.io/docs/instrumentation/js/instrumentation/
并且在此注册表中,您可以找到支持的框架列表(可与 auto-instrumentation 一起使用): https://opentelemetry.io/registry/?language=js&component=instrumentation