Skip to content

Latest commit

 

History

History
97 lines (94 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

97 lines (94 loc) · 5.5 KB

Changelog

Please update changelog as part of any significant pull request. Place short description of your change into "Unreleased" section. As part of release process content of "Unreleased" section content will generate release notes for the release.

Unreleased

  • The initial code base is donated from a fork of the Google microservices demo with express knowledge of the owners. The pre-existing copyrights will remain. Any future significant modifications will be credited to OpenTelemetry Authors.
  • Added feature flag service protos (#26)
  • Added span attributes to frontend service (#82)
  • Rewrote shipping service in Rust (#35)
  • Added feature flag service implementation (#141)
  • Added additional attributes to productcatalog service (#143)
  • Added manual instrumentation to ad service (#150)
  • Added manual instrumentation to email service (#158)
  • Added basic metric support and Prometheus storage (#160)
  • Added manual instrumentation to recommendation service (#163)
  • Added manual instrumentation to checkout service (#164)
  • Added Grafana service and enhanced metric experience (#175)
  • Enhanced cart service attributes (#183)
  • Re-implemented currency service using C++ (#189)
  • Simplified repo name and dropped the '-webstore' suffix in every place (#225)
  • Added end-to-end tests to each individual service (#242)
  • Added ability for repo forks to specify additional collector settings (#246)
  • Add metrics endpoint in adservice to send metrics from java agent (#237)
  • Support override java agent jar (#244)
  • Pulling java agent from the Java instrumentation releases instead. (#253)
  • Added explicit support for Kubernetes. (#255)
  • Added spanmetrics processor to otelcol (#212)
  • Added span attributes to shipping service (#260)
  • Added span attributes to currency service (#265)
  • Restricted network and port bindings (#272)
  • Feature Flag Service UI exposed on port 8081 (#273)
  • Reimplemented Frontend app using Next.js Browser client (#236)
  • Remove set_currency from load generator (#290)
  • Added Frontend Cypress E2E tests (#298)
  • Added baggage support in CurrencyService (#281)
  • Added error for a specific product based on a feature flag (#245)
  • Added Frontend Instrumentation (#293)
  • Add Feature Flags definitions (#314)
  • Enable Locust loadgen environment variable config options (#316)
  • Simplified and cleaned up ProductCatalogService (#317)
  • Updated Product Catalog to Match Astronomy Webstore (#285)
  • Add Span link for synthetic requests (from load generator) (#332)
  • Add synthetic_request=true baggage to load generator requests (#331)
  • Add span events to shipping service (#344)
  • Add PHP quote service (#345)
  • Improve initial run time, without a build (#362)
  • Add custom span and custom span attributes for Feature Flag Service (#371)