-
Notifications
You must be signed in to change notification settings - Fork 328
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
Implement error handling with NewRelic Agent #7
Milestone
Comments
ivantopo
pushed a commit
that referenced
this issue
Mar 7, 2020
* Context Propagation Throught Kanela instrumentation for ExecutorService(submit|execute|invokeAll|invokeAny)` * JMH Instrumentation Benchmark module * remove akka.dispatch package from instrumentation * * Introduce Runnable|Callable module * * Disable All Intrumentations by default * Kanela instrumentation + update to kamon 1.2.0-M1 (#9) * update to kamon-core 1.2.0-M1, latest kamon-sbt-umbrella and sbt 1.2.6
ivantopo
pushed a commit
that referenced
this issue
Mar 9, 2020
ivantopo
pushed a commit
that referenced
this issue
Mar 31, 2020
* configurable extra-tags * usable tags for trace-segments
ivantopo
added a commit
that referenced
this issue
Mar 31, 2020
Adapted the doc and removed already resolved todo's
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should report data every minute and in case a request fails (for network issues, for example) we should wait until the next piece of data is available, merge both sets of values and report the merged values.
The text was updated successfully, but these errors were encountered: