Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Sep 16, 2021
  3. Sep 14, 2021
  4. Sep 13, 2021
  5. Sep 10, 2021
  6. Sep 09, 2021
  7. Sep 07, 2021
  8. Sep 03, 2021
  9. Sep 02, 2021
  10. Sep 01, 2021
  11. Aug 30, 2021
  12. Aug 29, 2021
  13. Aug 25, 2021
  14. Aug 23, 2021
  15. Aug 19, 2021
  16. Aug 18, 2021
  17. Aug 14, 2021
  18. Aug 13, 2021
  19. Aug 12, 2021
    • Joshua MacDonald's avatar
      Support a single Resource per MeterProvider in the SDK (#2120) · 4e8d667f
      Joshua MacDonald authored
      * Remove resource from export.Record
      
      * fix bridge/opencensus
      
      * partial fixes in exporters/otlp/otlpmetric
      
      * Use go-cmp to simplify exporter_test
      
      * OTLP http/grpc
      
      * prometheus
      
      * fix stdout (pending PR 2015)
      
      * oc bridge cleanups
      
      * Lint and changelog
      
      * pr num
      
      * cleanup
      
      * revert
      
      * fix multiple
      
      * always merge the environment
      
      * lint
      
      * precommit
      
      * qualify package names in changelog
      4e8d667f
    • Tyler Yahn's avatar
      Make the tracetest.SpanRecorder concurrent safe (#2178) · a8bb0bf8
      Tyler Yahn authored
      * Make the tracetest.SpanRecorder concurrent safe
      
      The otelgrpc instrumentation in the contrib repository needs a
      concurrent safe implementation as the stream testing is done in a
      separate goroutine.
      
      * Refactor concurrency tests
      a8bb0bf8
Loading