@@ -905,7 +905,7 @@ fn test_sampling_configuration() {
905905 } ,
906906 resource : Some ( ResourceConfig {
907907 service_name : "jacs-sampling-test" . to_string ( ) ,
908- service_version : Some ( "0.3.6 " . to_string ( ) ) ,
908+ service_version : Some ( "0.4.0 " . to_string ( ) ) ,
909909 environment : Some ( "test" . to_string ( ) ) ,
910910 attributes : HashMap :: new ( ) ,
911911 } ) ,
@@ -1078,7 +1078,7 @@ fn test_full_production_configuration() {
10781078 } ,
10791079 resource : Some ( ResourceConfig {
10801080 service_name : "jacs-test" . to_string ( ) ,
1081- service_version : Some ( "0.3.6 " . to_string ( ) ) ,
1081+ service_version : Some ( "0.4.0 " . to_string ( ) ) ,
10821082 environment : Some ( "test" . to_string ( ) ) ,
10831083 attributes : resource_attributes,
10841084 } ) ,
@@ -1112,7 +1112,7 @@ fn test_full_production_configuration() {
11121112 let mut tags = HashMap :: new ( ) ;
11131113 tags. insert ( "config" . to_string ( ) , "full_production" . to_string ( ) ) ;
11141114 tags. insert ( "service" . to_string ( ) , "jacs-test" . to_string ( ) ) ;
1115- tags. insert ( "version" . to_string ( ) , "0.3.6 " . to_string ( ) ) ;
1115+ tags. insert ( "version" . to_string ( ) , "0.4.0 " . to_string ( ) ) ;
11161116
11171117 increment_counter ( "prod_config_test" , 10 , Some ( tags. clone ( ) ) ) ;
11181118 set_gauge ( "prod_memory_usage" , 1024.0 , Some ( tags. clone ( ) ) ) ;
0 commit comments