File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It consists of a spring boot application with:
1616-  The collector is configured with
1717  the [ OTLP receiver] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver ) 
1818  and export it to standard out with
19-   the [ logging exporter] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter  ) 
19+   the [ logging exporter] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter  ) 
2020
2121## Prerequisites  
2222
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The example uses the following elements:
1010-  A collector configured with
1111  the [ OTLP receiver] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver ) 
1212  and exporting to the standard output with
13-   the [ logging exporter] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter  ) .
13+   the [ logging exporter] ( https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter  ) .
1414-  A spring configuration to suppress spans for the ` /actuator `  endpoint
1515-  A spring configuration to set OTLP headers dynamically 
1616  (not needed for the example - it shows how to configure exporters programmatically)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434    implementation(" org.springframework.boot:spring-boot-starter-web"  )
3535    testImplementation(" org.springframework.boot:spring-boot-starter-test"  )
3636
37-     testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.1 "  ))
37+     testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.2 "  ))
3838    testImplementation(" org.junit.jupiter:junit-jupiter-api"  )
3939    testImplementation(" org.junit.jupiter:junit-jupiter-engine"  )
4040    testImplementation(" org.mock-server:mockserver-netty:5.15.0:shaded"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments