@@ -15,7 +15,7 @@ Single method:
1515iter8 k launch \
1616--set " tasks={grpc,assess}" \
1717--set grpc.host=routeguide.default:50051 \
18- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
18+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
1919--set grpc.call=routeguide.RouteGuide.GetFeature \
2020--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
2121--set assess.SLOs.upper.grpc/error-rate=0 \
@@ -28,7 +28,7 @@ Multiple methods:
2828iter8 k launch \
2929--set " tasks={grpc,assess}" \
3030--set grpc.host=routeguide.default:50051 \
31- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
31+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
3232--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
3333--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
3434--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -70,7 +70,7 @@ In the following example, all three endpoints will use the default `timeout` of
7070iter8 k launch \
7171--set " tasks={grpc,assess}" \
7272--set grpc.host=routeguide.default:50051 \
73- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
73+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
7474--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
7575--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
7676--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -89,7 +89,7 @@ In the following example, the `getFeature` and `listFeatures` endpoints will use
8989iter8 k launch \
9090--set " tasks={grpc,assess}" \
9191--set grpc.host=routeguide.default:50051 \
92- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
92+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
9393--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
9494--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
9595--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -109,7 +109,7 @@ In the following example, all three endpoints will use a `qps` of `40s`.
109109iter8 k launch \
110110--set " tasks={grpc,assess}" \
111111--set grpc.host=routeguide.default:50051 \
112- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
112+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
113113--set grpc.timeout=40s \
114114--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
115115--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
@@ -129,7 +129,7 @@ In the following example, the `getFeature` and `listFeatures` endpoints will use
129129iter8 k launch \
130130--set " tasks={grpc,assess}" \
131131--set grpc.host=routeguide.default:50051 \
132- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
132+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
133133--set grpc.timeout=40s \
134134--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
135135--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
@@ -153,7 +153,7 @@ Further more, set parameters will trickle down to the endpoints.
153153iter8 k launch \
154154--set " tasks={grpc,assess}" \
155155--set grpc.host=routeguide.default:50051 \
156- --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
156+ --set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
157157--set grpc.skipFirst=5 \
158158--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
159159--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
0 commit comments