Support for Apache Skywalking#24
Conversation
775cbb2 to
3a9860e
Compare
|
@DaGeRe You can have a look at it now. In addition to the standard configuration I also added a configuration with sampling (was not sure about a good sampling rate though, used 60 per 3 seconds). I think that was the only reasonable configuration option to also include from the possible configuration options but maybe you want to take a look there as well. |
|
Thanks for the PR, looks fine. It would be nice to have a configuration that disables parts of the process, to get an estimate whether the overhead is caused by the instrumentation, the data collection or writing the data. Would it be possible to have another |
|
I added a new configuration which uses the constructor for the |
|
Thanks for the update, let's give it a try in the measurement environment. We can always remove a configuration later. |
Add basic support for apache skywalking framework.
Draft, as I want to test first if the pipeline runs. Also it needs to be checked if different configurations are possible.