@@ -33,7 +33,7 @@ from netboxlabs.diode.sdk.ingester import (
3333
3434def main ():
3535 with DiodeClient(
36- target = " grpc://localhost:8081 " ,
36+ target = " grpc://localhost:8080/diode " ,
3737 app_name = " my-test-app" ,
3838 app_version = " 0.0.1" ,
3939 ) as client:
@@ -141,7 +141,7 @@ from netboxlabs.diode.sdk.ingester import (
141141
142142def main ():
143143 with DiodeClient(
144- target = " grpc://localhost:8081 " ,
144+ target = " grpc://localhost:8080/diode " ,
145145 app_name = " my-test-app" ,
146146 app_version = " 0.0.1" ,
147147 ) as client:
@@ -241,7 +241,7 @@ from netboxlabs.diode.sdk.ingester import (
241241
242242def main ():
243243 with DiodeClient(
244- target = " grpc://localhost:8081 " ,
244+ target = " grpc://localhost:8080/diode " ,
245245 app_name = " my-test-app" ,
246246 app_version = " 0.0.1" ,
247247 ) as client:
@@ -324,7 +324,7 @@ from netboxlabs.diode.sdk.ingester import (
324324
325325def main ():
326326 with DiodeClient(
327- target = " grpc://localhost:8081 " ,
327+ target = " grpc://localhost:8080/diode " ,
328328 app_name = " my-test-app" ,
329329 app_version = " 0.0.1" ,
330330 ) as client:
@@ -399,7 +399,7 @@ from netboxlabs.diode.sdk.ingester import (
399399
400400def main ():
401401 with DiodeClient(
402- target = " grpc://localhost:8081 " ,
402+ target = " grpc://localhost:8080/diode " ,
403403 app_name = " my-test-app" ,
404404 app_version = " 0.0.1" ,
405405 ) as client:
@@ -452,7 +452,7 @@ from netboxlabs.diode.sdk.ingester import (
452452
453453def main ():
454454 with DiodeClient(
455- target = " grpc://localhost:8081 " ,
455+ target = " grpc://localhost:8080/diode " ,
456456 app_name = " my-test-app" ,
457457 app_version = " 0.0.1" ,
458458 ) as client:
@@ -506,7 +506,7 @@ from netboxlabs.diode.sdk.ingester import (
506506
507507def main ():
508508 with DiodeClient(
509- target = " grpc://localhost:8081 " ,
509+ target = " grpc://localhost:8080/diode " ,
510510 app_name = " my-test-app" ,
511511 app_version = " 0.0.1" ,
512512 ) as client:
@@ -574,7 +574,7 @@ from netboxlabs.diode.sdk.ingester import (
574574
575575def main ():
576576 with DiodeClient(
577- target = " grpc://localhost:8081 " ,
577+ target = " grpc://localhost:8080/diode " ,
578578 app_name = " my-test-app" ,
579579 app_version = " 0.0.1" ,
580580 ) as client:
@@ -679,7 +679,7 @@ from netboxlabs.diode.sdk.ingester import (
679679
680680def main ():
681681 with DiodeClient(
682- target = " grpc://localhost:8081 " ,
682+ target = " grpc://localhost:8080/diode " ,
683683 app_name = " my-test-app" ,
684684 app_version = " 0.0.1" ,
685685 ) as client:
@@ -770,7 +770,7 @@ from netboxlabs.diode.sdk.ingester import (
770770
771771def main ():
772772 with DiodeClient(
773- target = " grpc://localhost:8081 " ,
773+ target = " grpc://localhost:8080/diode " ,
774774 app_name = " my-test-app" ,
775775 app_version = " 0.0.1" ,
776776 ) as client:
@@ -820,7 +820,7 @@ from netboxlabs.diode.sdk.ingester import (
820820
821821def main ():
822822 with DiodeClient(
823- target = " grpc://localhost:8081 " ,
823+ target = " grpc://localhost:8080/diode " ,
824824 app_name = " my-test-app" ,
825825 app_version = " 0.0.1" ,
826826 ) as client:
@@ -875,7 +875,7 @@ from netboxlabs.diode.sdk.ingester import (
875875
876876def main ():
877877 with DiodeClient(
878- target = " grpc://localhost:8081 " ,
878+ target = " grpc://localhost:8080/diode " ,
879879 app_name = " my-test-app" ,
880880 app_version = " 0.0.1" ,
881881 ) as client:
@@ -987,7 +987,7 @@ from netboxlabs.diode.sdk.ingester import (
987987
988988def main ():
989989 with DiodeClient(
990- target = " grpc://localhost:8081 " ,
990+ target = " grpc://localhost:8080/diode " ,
991991 app_name = " my-test-app" ,
992992 app_version = " 0.0.1" ,
993993 ) as client:
@@ -1137,7 +1137,7 @@ from netboxlabs.diode.sdk.ingester import (
11371137
11381138def main ():
11391139 with DiodeClient(
1140- target = " grpc://localhost:8081 " ,
1140+ target = " grpc://localhost:8080/diode " ,
11411141 app_name = " my-test-app" ,
11421142 app_version = " 0.0.1" ,
11431143 ) as client:
@@ -1289,7 +1289,7 @@ from netboxlabs.diode.sdk.ingester import (
12891289
12901290def main ():
12911291 with DiodeClient(
1292- target = " grpc://localhost:8081 " ,
1292+ target = " grpc://localhost:8080/diode " ,
12931293 app_name = " my-test-app" ,
12941294 app_version = " 0.0.1" ,
12951295 ) as client:
0 commit comments