Skip to content

Releases: solarwinds/appoptics-apm-go

v1.16.0

19 Apr 13:39
7c8eb32
Compare
Choose a tag to compare

New Features

Added ability to send OTEL traces to AO backend via ao.NewExporter and using it in the OTEL TraceProvider's WithBatcher.

v1.15.0

15 Apr 17:51
653c51e
Compare
Choose a tag to compare

New Features

  • The service key can be set in the user application code instead of an environment variable.

Fixes

  • All-zero task ID is now considered invalid.
  • Through trace count made more accurate.
  • Error reporting KV updates.

License Updates

  • License changed to Apache 2.0.

v1.14.0

01 Dec 01:03
9f8489a
Compare
Choose a tag to compare

What's New:

  • Adds AWS Lambda support.
  • Adds Go 1.15 support.

v1.13.4

28 Aug 13:07
@cce cce
ab656d2
Compare
Choose a tag to compare

What's new:

  • Improved OpenTracing support to add HTTP status and method tags for APM service metrics such as request throughput, latency, aggregated histograms for percentiles, and error count. This builds on the previous release which added tagging by transaction names. Service metrics and latency percentiles are aggregated across 100% of requests, not just those sampled for tracing. (#153)
  • New multitracer contrib package provides the ability to use two OpenTracing tracers simultaneously. Baggage propagation is not supported. (#151)

v1.13.3

09 Jul 13:57
@cce cce
404258e
Compare
Choose a tag to compare

What's new:

  • Added support for reporting exceptions via OpenTracing span.SetTag("error", ...) calls to the AppOptics exception tracking feature. (#149)
  • Use Go modules to manage dependencies. (#146)

v1.13.2

19 Jun 12:59
@cce cce
0e4a1e2
Compare
Choose a tag to compare

What's new:

  • Added support for setting transaction names via OpenTracing. This allows you to better control the names you see on the Service Transactions page and used in request metrics, latency percentiles, etc. Set the tag TransactionName or resource.name to use this feature, which is equivalent to calling the AO Go SDK's Span.SetTransactionName. (#147)

v1.13.1

21 Apr 18:55
7f0617b
Compare
Choose a tag to compare

What's New:

  • Enable gRPC compression by default.
  • Remove skip verify option.
  • Go versions support: Add Go 1.14, remove Go 1.11.
  • The metrics count should always be positive.

v1.13.0

21 Feb 22:14
d3273c0
Compare
Choose a tag to compare

What's New:

  • added Go runtime metrics
  • optimized RPC links to the collector

v1.12.0

05 Dec 03:11
963bee1
Compare
Choose a tag to compare

What's new:

  • HTTP/HTTPS proxy support.
  • Suppress unnecessary logs in disabled mode.
  • Go 1.11 is now the minimum version supported.

v1.11.0

28 Oct 21:35
a516944
Compare
Choose a tag to compare

What's New:

  • Added custom metrics API IncrementMetric and SummaryMetric.