File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ receivers:
5
5
otlp :
6
6
protocols :
7
7
grpc :
8
+ endpoint : 0.0.0.0:4317
8
9
tls :
9
10
ca_file : " certs/server-ca.pem"
10
11
cert_file : " certs/server-cert.pem"
Original file line number Diff line number Diff line change @@ -804,8 +804,6 @@ async fn test_detect_certificate_rotation() {
804
804
}
805
805
}
806
806
807
- // This test is flaky. We need to fix it. But for now, we are ignoring it.
808
- #[ ignore]
809
807
#[ tokio:: test]
810
808
async fn test_otel ( ) {
811
809
setup ( ) ;
@@ -856,7 +854,7 @@ async fn test_otel() {
856
854
set_permissions ( file_path, permissions. clone ( ) ) . unwrap ( ) ;
857
855
}
858
856
859
- let otelc = GenericImage :: new ( "otel/opentelemetry-collector" , "0.98 .0" )
857
+ let otelc = GenericImage :: new ( "otel/opentelemetry-collector" , "0.120 .0" )
860
858
. with_wait_for ( WaitFor :: message_on_stderr ( "Everything is ready" ) )
861
859
. with_mount ( Mount :: bind_mount (
862
860
otelc_config_path. to_str ( ) . unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments