census-ecosystem / opencensus-ruby-exporter-stackdriver

OpenCensus Ruby exporters for Google Stackdriver
Apache License 2.0
9 stars 11 forks source link

Map OpenCensus attribute names to Cloud Trace equivalents #17

Closed dazuma closed 6 years ago

dazuma commented 6 years ago

Convert HTTP-related OpenCensus standard attribute names to their Stackdriver Trace equivalents, according to https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md. This change should be released in conjunction with https://github.com/census-instrumentation/opencensus-ruby/pull/85.

Also updated Rubocop and its configs to ensure the build remains green.

dazuma commented 6 years ago

@chingor13 ping