我连接了newrelic APM代理,我看到了除了mysql之外的所有操作和日志。在newrelic APM > app > Databases中,我看到We couldn't find any Database operations.在Distibuted tracing中,我看到每个DB操作上的Uninstrumented time。如何设置newreligy来查看使用NestJS、TypeORM和MySQL的数据库操作?
We couldn't find any Database operations.
Uninstrumented time
i1icjdpr1#
我看到提到了appNames,所以我假设您指的是APM数据摄取。到达那里的步骤是:
appNames
SELECT bytecountestimate()/10e8 FROM `Transaction`, `TransactionError` FACET appName LIMIT 15 SINCE 1684442429581 UNTIL 1684528829581
SINCE
UNTIL
SINCE 30 DAYS AGO UNTIL TODAY
1条答案
按热度按时间i1icjdpr1#
我看到提到了
appNames
,所以我假设您指的是APM数据摄取。到达那里的步骤是:
SINCE
和UNTIL
子句更新为SINCE 30 DAYS AGO UNTIL TODAY
,可以修改来自模态的查询,以显示更长时间窗口的数据摄取详细信息