-
Notifications
You must be signed in to change notification settings - Fork 526
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
[self instrumentation] Instrument Kibana client #3185
Milestone
Comments
2 tasks
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Feb 19, 2020
Add elastic apm instrumentation to kibana client, and add context passing to all client methods. closes elastic#3185
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Feb 19, 2020
Add elastic apm instrumentation to kibana client, and add context passing to all client methods. closes elastic#3185
5 tasks
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 24, 2020
This allows passing in context for http requests made to Kibana. Requirement for elastic/apm-server#3185
1 task
simitt
added a commit
to elastic/beats
that referenced
this issue
Feb 25, 2020
This allows passing in context for http requests made to Kibana. Requirement for elastic/apm-server#3185
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 25, 2020
This allows passing in context for http requests made to Kibana. Requirement for elastic/apm-server#3185
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Feb 25, 2020
Add elastic apm instrumentation to kibana client, and add context passing to all client methods. closes elastic#3185
simitt
added a commit
that referenced
this issue
Feb 25, 2020
Add elastic apm instrumentation to kibana client, and add context passing to all client methods. closes #3185
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Feb 25, 2020
Add elastic apm instrumentation to kibana client, and add context passing to all client methods. closes elastic#3185
simitt
added a commit
to elastic/beats
that referenced
this issue
Feb 25, 2020
This allows passing in context for http requests made to Kibana. Requirement for elastic/apm-server#3185
simitt
added a commit
that referenced
this issue
Feb 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instrument the Kibana client using the Go agent's
module/apmhttp
, so we can see how queries (e.g. for central config) are performing.We'll need to add context to the functions in the
apm-server/kibana
andlibbeat/kibana
packages, and plumb context through from requests.The text was updated successfully, but these errors were encountered: