Releases: primait/prima_tracing.rs
Releases · primait/prima_tracing.rs
0.7.0
0.6.3
Added
- Add
Common
toCountry
, since some services are common to all countries
Commits
- Prepare release (#64) by Cristiano Piemontese
- Update prima_bridge requirement from 0.13 to 0.14 (#48) by dependabot[bot]
- [PLATFORM-1117]: Unify country once and for all (#63) by Cristiano Piemontese
- [PLATFORM-1114]: Fix country serialization (#62) by Cristiano Piemontese
0.6.2
Changed
- trace resources are all set correctly
Commits
- [PLATFORM-1112]: Check country tag not appearing in traces (#61) by Cristiano Piemontese
0.6.1
Changed
country
is actually added as an attribute to traces
Commits
- [PLATFORM-1112]: Check country tag not appearing in traces (#60) by Cristiano Piemontese
0.6.0
Added
dev
andlive
feature sets⚠️ ️ Added mandatorycountry
field
Changed
-
Renamed feature flags
- prima-logger-datadog -> datadog
- prima-logger-json -> json-logger
- prima-telemetry -> traces
Old feature names will continue to function as aliases to the new names
-
⚠️ ️env
is now required and will not default toDev
anymore -
Bumped opentelemetry to v0.19
Removed
- Removed the default
prima-logger
feature. This is a non-breaking change since the library already failed to compile without it.
Commits
- update changelog (#59) by Cristiano Piemontese
- Update open telemetry (#49) by John Bell
- Prepare for release (#57) by Cristiano Piemontese
- [PLATFORM-1078]: Add explicit support for country metadata (#55) by Cristiano Piemontese
- [PLATFORM-1071]: Improve feature names (#54) by MaeIsBad
- Update tracing-actix-web requirement from 0.6.0 to 0.7.0 (#51) by dependabot[bot]
- Create CODEOWNERS (#50) by Cristiano Piemontese
0.5.0
Changed
- SubscriberConfig env field value changed from string to enumeration (Environment)
- Update dependencies
⚠️ Increase the minimum rust version to 1.57.0
Security
Avoid to depend on time 0.1 that has security issues.
0.4.0
Changed
OpenTelemetry traces are now exported using the OTLP format instead of the Zipkin one.
http://[HOSTNAME]:55681/v1/traces
.
If you are using Jaeger to collect traces locally on your machine, you will need to update your Docker Compose setup to the following:
jaeger:
image: jaegertracing/all-in-one:1.35
ports:
- 16686:16686
- 55681:55681
environment:
COLLECTOR_OTLP_ENABLED: true
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
0.3.1
- Add feature for starting opentelemetry with tokio current thread runtime
0.3.0
- environment is now a root field in the json logger
- deps updates