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

all: drop support for Service.Framework #70

Merged
merged 1 commit into from
May 4, 2018
Merged

Conversation

axw
Copy link
Member

@axw axw commented May 4, 2018

Stop exposing the full service model in the
tracer - expose only the service name, version,
and environment instead. It is now no longer
possible to override the agent, language or
runtime; and it is no longer possible to set
the framework at all.

Framework is problematic because it doesn't
necessarily apply to all transactions, and
there's no way to attach the information at
the transaction level. So instead of including
it in a problematic state, we'll drop support
initially and work updates into the API and
server, and then reintroduce it later.

See #69

Stop exposing the full service model in the
tracer - expose only the service name, version,
and environment instead. It is now no longer
possible to override the agent, language or
runtime; and it is no longer possible to set
the framework at all.

Framework is problematic because it doesn't
necessarily apply to all transactions, and
there's no way to attach the information at
the transaction level. So instead of including
it in a problematic state, we'll drop support
initially and work updates into the API and
server, and then reintroduce it later.

See elastic#69
@codecov-io
Copy link

Codecov Report

Merging #70 into master will decrease coverage by 0.05%.
The diff coverage is 93.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   74.05%   73.99%   -0.06%     
==========================================
  Files          55       55              
  Lines        3079     3069      -10     
==========================================
- Hits         2280     2271       -9     
+ Misses        618      616       -2     
- Partials      181      182       +1
Impacted Files Coverage Δ
contrib/apmecho/middleware.go 89.13% <ø> (-0.67%) ⬇️
contrib/apmgin/middleware.go 67.21% <ø> (-1.05%) ⬇️
tracer.go 79.08% <100%> (-0.26%) ⬇️
utils.go 95.23% <100%> (+6.52%) ⬆️
env.go 74.11% <80%> (+0.78%) ⬆️

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 2a5a388...ca5aef2. Read the comment docs.

@axw axw merged commit 01b1280 into elastic:master May 4, 2018
@axw axw deleted the simplify-service branch May 4, 2018 06:26
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.

2 participants