You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
"description": "A collector service for foxx-tracer",
"keywords": [
"opentracing",
"distributed-tracing",
"apm"
],
"engines": {
"arangodb": ">=3.5.0"
},
"provides": {
"@RecallGraph/foxx-tracer-collector": "0.0.1"
},
"author": "Aditya Mukhopadhyay",
"license": "MIT",
"main": "main.js",
"scripts": {
"setup": "scripts/setup.js",
"teardown": "scripts/teardown.js",
"reportTraces": "scripts/reportTraces.js"
},
"configuration": {
"reporters": {
"description": "The namespaced reporters to use. Use comma-separated list for multiple reporters. Valid values are `noop`, and the keys in `reporters.json`.",
"default": "console",
"type": "string",
"required": false
},
"reported-span-ttl": {
"description": "The TTL (in seconds) for reported spans. A value < 300 is ignored and a TTL of 300 is used instead.",
"default": 3600,
"type": "number",
"required": true
},
"reporters-console": {
"type": "json",
"required": true,
"default": {
"stream": "debug"
},
"description": "Settings for the console reporter."