SkyAPMTest / skywalking-mock-collector

Collector simulator for automatic-agent-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache SkyWalking collector simulator

Why need a collector simulator?

Since sky-walking begun more and more complex from 3.0, testing all agent feature in manually seems impossible, and the maintainer team has less time to do so.

And even collector can run in standalong mode from 3.2, still hard to run the automatic-test for agent.

So here we come, A whole new collector simulator.

What does the simulator do?

It is a simple application, with implementing all services, which required by agent. It just saves all the requests into files, only returns necessary mock result.

This collector uses in agent auto tests.

About

Collector simulator for automatic-agent-test

License:Apache License 2.0


Languages

Language:Java 97.2%Language:Shell 1.9%Language:Dockerfile 0.9%