Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Add metrics service gRPC gateway. Upgrade deps.#608

Merged
songy23 merged 3 commits intocensus-instrumentation:masterfrom
songy23:go-mod
Jul 18, 2019
Merged

Add metrics service gRPC gateway. Upgrade deps.#608
songy23 merged 3 commits intocensus-instrumentation:masterfrom
songy23:go-mod

Conversation

@songy23
Copy link
Contributor

@songy23 songy23 commented Jul 18, 2019

Fixes #607

Copy link
Member

@odeke-em odeke-em left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @songy23!

@codecov
Copy link

codecov bot commented Jul 18, 2019

Codecov Report

Merging #608 into master will increase coverage by 0.15%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #608      +/-   ##
==========================================
+ Coverage   68.45%   68.61%   +0.15%     
==========================================
  Files          91       91              
  Lines        5935     5939       +4     
==========================================
+ Hits         4063     4075      +12     
+ Misses       1660     1650      -10     
- Partials      212      214       +2
Impacted Files Coverage Δ
receiver/opencensusreceiver/opencensus.go 73.27% <25%> (+8.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97ea6d5...a94420d. Read the comment docs.

Copy link

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change itself LGTM. It will be good to have a minimal test to ensure that it works and we don't break it in the future.

go.mod Outdated
contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0
contrib.go.opencensus.io/exporter/jaeger v0.1.1-0.20190430175949-e8b55949d948
contrib.go.opencensus.io/exporter/ocagent v0.5.0
contrib.go.opencensus.io/exporter/ocagent v0.5.1-0.20190621222907-f9129169651c // TODO: pin a released version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to confirm: there aren't changes to ocagent and stackdriver this is just to match the same proto version, correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There're also some small bug fixes in both of them. You reminded me to upgrade the proto versions :) Just sent census-ecosystem/opencensus-go-exporter-ocagent#74.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved :)

@songy23
Copy link
Contributor Author

songy23 commented Jul 18, 2019

Fixed dependency version and added a simple test.

@songy23 songy23 merged commit 35b1e1c into census-instrumentation:master Jul 18, 2019
@songy23 songy23 deleted the go-mod branch July 18, 2019 22:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

all: update opencensus-proto to latest version and add grpc-gateway Metrics release is made

4 participants