You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase Performance Monitoring has a limitation on the number of custom metadata attributes we can use for traces; it only allows up to five attributes. To work within this constraint, we need to implement a method to selectively limit which attributes are saved in Firebase, ensuring we stay within the allowed threshold.
Additionally, we need a solution that enables us to save all attributes for use in other tools, e.g. Grafana, where no such limitation exists.
The text was updated successfully, but these errors were encountered:
melvin-botbot
changed the title
Implement attribute limitation for performance traces
[HOLD for payment 2024-11-20] Implement attribute limitation for performance traces
Nov 13, 2024
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.60-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:
Skipping the payment summary for this issue since all the assignees are employees or vendors. If this is incorrect, please manually add the payment summary SO.
Firebase Performance Monitoring has a limitation on the number of custom metadata attributes we can use for traces; it only allows up to five attributes. To work within this constraint, we need to implement a method to selectively limit which attributes are saved in Firebase, ensuring we stay within the allowed threshold.
Additionally, we need a solution that enables us to save all attributes for use in other tools, e.g. Grafana, where no such limitation exists.
The text was updated successfully, but these errors were encountered: