-
I am trying to add Open telemetry agent into our stack, along with zipkin and trying to understand what exactly is the difference between agent V1 and V2, and why should I choose one over another We use Java 1.8 and apps are deployed on jboss / wildfly Any help is appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The 2.0 release included significant breaking changes, and thus justified a major version bump. You can find more details in the release notes.
It would be recommended to use the latest 2.x release, as it will have the latest features and improvements. 1.32.x has kept up with security patches but does not include other bug fixes and enhancements. Perhaps a reason to use 1.x would be if you had some dependency on the previous semantic conventions (in dashboards or monitors for example), but if you are starting fresh, use the latest version. |
Beta Was this translation helpful? Give feedback.
The 2.0 release included significant breaking changes, and thus justified a major version bump. You can find more details in the release notes.
It would be recommended to use the latest 2.x release, as it will have the latest features and improvements. 1.32.x has kept up with security patches but does not include other bug fixes and enhancements. Perhaps a reason to use 1.x would be if you had some dependency on the previous semantic conventions (in dashboards or monitors for example), but if you are starting fresh, use the latest version.