File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/docs/product/accounts/quotas Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ sidebar_order: 70
4
4
redirect_from :
5
5
- /learn/quotas/
6
6
- /product/quotas/
7
+ - /product/data-management-settings/dynamic-sampling/
8
+ - /product/data-management-settings/dynamic-sampling/getting-started/
7
9
description : " Learn about what counts towards your quota and how to manage your quota."
8
10
---
9
11
Original file line number Diff line number Diff line change 503
503
{
504
504
"source" : " /platforms/([^/]*)/guides/([^/]*)/performance/connect-services/" ,
505
505
"destination" : " /platforms/$1/guides/$2/usage/distributed-tracing/"
506
+ },
507
+ {
508
+ "source" : " /platforms/python/guides/asgi/(.*)" ,
509
+ "destination" : " /platforms/python/configuration/integrations/asgi/"
510
+ },
511
+ {
512
+ "source" : " /platforms/([^/]*)/data-management/(.*)" ,
513
+ "destination" : " /platforms/$1/"
514
+ },
515
+ {
516
+ "source" : " /platforms/([^/]*)/guides/([^/]*)/data-management/(.*)" ,
517
+ "destination" : " /platforms/$1/guides/$2/"
518
+ },
519
+ {
520
+ "source" : " /data-management/(.*)" ,
521
+ "destination" : " /product/data-management-settings/"
506
522
}
507
523
]
508
524
}
You can’t perform that action at this time.
0 commit comments