mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* add jaeger support, link hot container & req span * adds jaeger support now with FN_JAEGER_URL, there's a simple tutorial in the operating/metrics.md file now and it's pretty easy to get up and running. * links a hot request span to a hot container span. when we change this to sample at a lower ratio we'll need to finagle the hot container span to always sample or something, otherwise we'll hide that info. at least, since we're sampling at 100% for now if this is flipped on, can see freeze/unfreeze etc. if they hit. this is useful for debugging. note that zipkin's exporter does not follow the link at all, hence jaeger... and they're backed by the Cloud Empire now (CNCF) so we'll probably use it anyway. * vendor: add thrift for jaeger
143 lines
4.3 KiB
JSON
143 lines
4.3 KiB
JSON
{
|
|
"auth": {
|
|
"oauth2": {
|
|
"scopes": {
|
|
"https://www.googleapis.com/auth/apps.groups.migration": {
|
|
"description": "Manage messages in groups on your domain"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"basePath": "/groups/v1/groups/",
|
|
"baseUrl": "https://www.googleapis.com/groups/v1/groups/",
|
|
"batchPath": "batch/groupsmigration/v1",
|
|
"canonicalName": "Groups Migration",
|
|
"description": "Groups Migration Api.",
|
|
"discoveryVersion": "v1",
|
|
"documentationLink": "https://developers.google.com/google-apps/groups-migration/",
|
|
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/VuTEwIALyLFp_kdXuKsAPvednIM\"",
|
|
"icons": {
|
|
"x16": "https://www.google.com/images/icons/product/discussions-16.gif",
|
|
"x32": "https://www.google.com/images/icons/product/discussions-32.gif"
|
|
},
|
|
"id": "groupsmigration:v1",
|
|
"kind": "discovery#restDescription",
|
|
"name": "groupsmigration",
|
|
"ownerDomain": "google.com",
|
|
"ownerName": "Google",
|
|
"parameters": {
|
|
"alt": {
|
|
"default": "json",
|
|
"description": "Data format for the response.",
|
|
"enum": [
|
|
"json"
|
|
],
|
|
"enumDescriptions": [
|
|
"Responses with Content-Type of application/json"
|
|
],
|
|
"location": "query",
|
|
"type": "string"
|
|
},
|
|
"fields": {
|
|
"description": "Selector specifying which fields to include in a partial response.",
|
|
"location": "query",
|
|
"type": "string"
|
|
},
|
|
"key": {
|
|
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
|
|
"location": "query",
|
|
"type": "string"
|
|
},
|
|
"oauth_token": {
|
|
"description": "OAuth 2.0 token for the current user.",
|
|
"location": "query",
|
|
"type": "string"
|
|
},
|
|
"prettyPrint": {
|
|
"default": "true",
|
|
"description": "Returns response with indentations and line breaks.",
|
|
"location": "query",
|
|
"type": "boolean"
|
|
},
|
|
"quotaUser": {
|
|
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
|
|
"location": "query",
|
|
"type": "string"
|
|
},
|
|
"userIp": {
|
|
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
|
|
"location": "query",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"protocol": "rest",
|
|
"resources": {
|
|
"archive": {
|
|
"methods": {
|
|
"insert": {
|
|
"description": "Inserts a new mail into the archive of the Google group.",
|
|
"httpMethod": "POST",
|
|
"id": "groupsmigration.archive.insert",
|
|
"mediaUpload": {
|
|
"accept": [
|
|
"message/rfc822"
|
|
],
|
|
"maxSize": "16MB",
|
|
"protocols": {
|
|
"resumable": {
|
|
"multipart": true,
|
|
"path": "/resumable/upload/groups/v1/groups/{groupId}/archive"
|
|
},
|
|
"simple": {
|
|
"multipart": true,
|
|
"path": "/upload/groups/v1/groups/{groupId}/archive"
|
|
}
|
|
}
|
|
},
|
|
"parameterOrder": [
|
|
"groupId"
|
|
],
|
|
"parameters": {
|
|
"groupId": {
|
|
"description": "The group ID",
|
|
"location": "path",
|
|
"required": true,
|
|
"type": "string"
|
|
}
|
|
},
|
|
"path": "{groupId}/archive",
|
|
"response": {
|
|
"$ref": "Groups"
|
|
},
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/apps.groups.migration"
|
|
],
|
|
"supportsMediaUpload": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"revision": "20170607",
|
|
"rootUrl": "https://www.googleapis.com/",
|
|
"schemas": {
|
|
"Groups": {
|
|
"description": "JSON response template for groups migration API.",
|
|
"id": "Groups",
|
|
"properties": {
|
|
"kind": {
|
|
"default": "groupsmigration#groups",
|
|
"description": "The kind of insert resource this is.",
|
|
"type": "string"
|
|
},
|
|
"responseCode": {
|
|
"description": "The status of the insert request.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
},
|
|
"servicePath": "groups/v1/groups/",
|
|
"title": "Groups Migration API",
|
|
"version": "v1"
|
|
} |