Contribute
Making a New Ingestor
Ingestors are stored in the /ingestors folder in the Metlo repo. To make a new Ingestor, make a new folder there with the files you need. Your code should then send trace data to Metlo’s backend.
Metlo has a single interface to collect trace data, to send a new trace you can
send a POST
request to Metlo’s backend service:
cURL
The trace data has the following format:
JSON