Got increased amount of `INVALID_ARGUMENT` errors related to the Service Control API
Any reason why? ``` HttpBadRequestError: HttpError accessing <https://servicecontrol.googleapis.com/v1/services/service_name:report?alt=json>: response: <{'status': '400', 'content-length': '741', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Fri, 10 Jul 2020 23:14:17 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{ "error": { "code": 400, "message": "MetricValueSet has value with duplicated signature: metric_name: \"serviceruntime.googleapis.com/api/request_latencies_backend\"\nmetric_values {\n distribution_value {\n count: 3\n mean: 0.14413433333333334\n minimum: 0.072129\n maximum: 0.193886\n sum_of_squared_deviation: 0.0081552220446666681\n bucket_counts: 0\n bucket_counts: 0\n bucket_counts: 0\n bucket_counts: 0\n bucket_counts: 0\n bucket_counts: 1\n bucket_counts: 2\n bucket_counts: 0\n bucket_counts: 0\n bucket_counts: 0\n exponential_buckets {\n num_finite_buckets: 8\n growth_factor: 10\n scale: 1e-06\n }\n }\n}\n", "status": "INVALID_ARGUMENT" } } ``` -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/019dd3d6-549d-4a4b-bd16-4186822c9343n%40googlegroups.com.
