{ "opencollection": "1.0.0", "info": { "name": "LaunchDarkly Relay Proxy Access Tokens Metrics API", "version": "8.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "List metrics", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8030/metrics/:projectKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "The project key identifying a LaunchDarkly project." } ] }, "docs": "Returns a list of all metrics defined in the specified project." }, { "info": { "name": "Create a metric", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8030/metrics/:projectKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "The project key identifying a LaunchDarkly project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new metric in the specified project for use in experiments and monitoring." } ] } ], "bundled": true }