Firebase 性能不是 displaying/listing android 应用中使用的某些端点
Firebase performance is not displaying/listing some endpoints used in the android app
我在我的 android 应用程序中使用 firebase 性能监控。在大多数情况下,它工作得很好!
不同的端点在各自的行中列出,但未分类的行有很多样本(超过一百万),这是为什么?
另外,有些被调用很多的端点没有显示为不同的行?这里可能是什么问题?有人遇到过这样的事情吗?
Firebase 性能监控现在支持添加自定义 url 模式。因此,如果某些端点未被捕获,您现在可以为该端点或模式创建一个完全自定义的 url。
来自文档:
Firebase attempts to match request URLs to any configured custom URL
patterns before falling back to automatic URL pattern matching. For
any matching requests to a custom URL pattern, Firebase aggregates the
requests' data under the custom URL pattern.
文档中提到更多 here。
我在我的 android 应用程序中使用 firebase 性能监控。在大多数情况下,它工作得很好!
不同的端点在各自的行中列出,但未分类的行有很多样本(超过一百万),这是为什么?
另外,有些被调用很多的端点没有显示为不同的行?这里可能是什么问题?有人遇到过这样的事情吗?
Firebase 性能监控现在支持添加自定义 url 模式。因此,如果某些端点未被捕获,您现在可以为该端点或模式创建一个完全自定义的 url。
来自文档:
Firebase attempts to match request URLs to any configured custom URL patterns before falling back to automatic URL pattern matching. For any matching requests to a custom URL pattern, Firebase aggregates the requests' data under the custom URL pattern.
文档中提到更多 here。