Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add process prefix to runtime go metrics #1549

Merged
merged 3 commits into from
Jan 4, 2022

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented Jan 1, 2022

Signed-off-by: Ben Ye ben.ye@bytedance.com

Fixes #1456

Signed-off-by: Ben Ye <ben.ye@bytedance.com>
Copy link
Member

@Aneurysm9 Aneurysm9 left a comment

Choose a reason for hiding this comment

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

Please add a CHANGELOG.md entry describing this change.

@codecov
Copy link

codecov bot commented Jan 3, 2022

Codecov Report

Merging #1549 (aa97090) into main (02a2d07) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1549   +/-   ##
=====================================
  Coverage   69.3%   69.3%           
=====================================
  Files        127     127           
  Lines       5486    5486           
=====================================
  Hits        3806    3806           
  Misses      1533    1533           
  Partials     147     147           
Impacted Files Coverage Δ
instrumentation/runtime/runtime.go 73.7% <100.0%> (ø)

Signed-off-by: Ben Ye <ben.ye@bytedance.com>
@MrAlias MrAlias enabled auto-merge (squash) January 4, 2022 19:10
@MrAlias MrAlias merged commit 1d78b98 into open-telemetry:main Jan 4, 2022
@MrAlias MrAlias mentioned this pull request Feb 11, 2022
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* breaking(zipkin): removes servicName from zipkin exporter.

Resource detector provides a serviceName in all cases, hence we can relay on span resource to obtain the serviceName. Also this is required by the spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk_exporters/zipkin.md\#service-name (#1549).

* docs(zipkin): adds changelog.

* chore(examples/zipkin): updates example accordingly.

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefix runtime metric names with process.
4 participants