TRACE NEST
Instructions

Thanks for choosing Trace Nest

Here is how you can add Trace Nest to your consumer project. Follow the steps below and you will be ready to start collecting traces, logs, and metrics.

1) Add dependency to your pom
<dependency>
	<groupId>com.trace-nest</groupId>
	<artifactId>OBSERVABILITY</artifactId>
	<version>0.0.4</version>
</dependency>
2) Add config to application.yml
wyb:
  endpoint: https://trace-nest.com
  key: Y1ngVVa
  config:
    DEFAULT_EXPORT_INTERVAL_MS: 5000
    USE_SIMPLE_SPAN_PROCESSOR: false
  enable-logs: true
Once this is in place, restart your service and verify data is flowing into Trace Nest. If you need help, reach out and we will assist you.