This page describes how to use the HTTP naming rules required to name gRPC Business Transactions.
To form the gRPC URI, you link the SERVICE_NAME
and the OPERATION_NAME
resulting in: URI = SERVICE_NAME/OPERATION_NAME
. Then, the naming rule uses the URI = SERVICE_NAME/OPERATION_NAME
to generate the gRPC Business Transactions name.
Automatic Naming Rules
To add automatic naming rules:
- From the Add Rule tab, click Rule Configuration.
- Under the Configure Naming tab, select which part of the URI to use in the Transaction Name:
- Click Use the full URI to use the full URI in the Transaction Name.
- Click Use a part of the URI to use only a part of the URI in the Transaction Name. If you select Use a part of the URI, you can only use one or two segments of the URL.
- Click Save.
Custom Naming Rules
To add custom naming rules:
- From the Add Rule tab, click Rule Configuration.
- Under HTTP Request Match Criteria, click +Add.
- Click URI.
- Select Split Transactions Using Request Data.
- In the dropdown, you can select the first few URI segment(s) or the last few URI segment(s) in the Transaction names.
- You can only use one or two segments of the URL.
- Click Save.