Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric_test.py", line 83, in test_custom_metric
write_timeseries_value(client, PROJECT_RESOURCE,
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric.py", line 146, in write_timeseries_value
request.execute()
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 907, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://monitoring.googleapis.com/v3/projects/python-docs-samples-tests/timeSeries?alt=json returned "One or more TimeSeries could not be written: An internal error occurred.: timeSeries[0]". Details: "[{'@type': 'type.googleapis.com/google.monitoring.v3.CreateTimeSeriesSummary', 'totalPointCount': 1, 'errors': [{'status': {'code': 13}, 'pointCount': 1}]}]">
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric_test.py", line 83, in test_custom_metric
write_timeseries_value(client, PROJECT_RESOURCE,
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric.py", line 146, in write_timeseries_value
request.execute()
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 907, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://monitoring.googleapis.com/v3/projects/python-docs-samples-tests/timeSeries?alt=json returned "One or more TimeSeries could not be written: An internal error occurred.: timeSeries[0]". Details: "[{'@type': 'type.googleapis.com/google.monitoring.v3.CreateTimeSeriesSummary', 'totalPointCount': 1, 'errors': [{'status': {'code': 13}, 'pointCount': 1}]}]">
Traceback (most recent call last): File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric_test.py", line 83, in test_custom_metric write_timeseries_value(client, PROJECT_RESOURCE, File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/custom_metric.py", line 146, in write_timeseries_value request.execute() File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper return wrapped(*args, **kwargs) File "/tmpfs/src/github/python-docs-samples/monitoring/api/v3/api-client/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 907, in execute raise HttpError(resp, content, uri=self.uri) googleapiclient.errors.HttpError: <HttpError 500 when requesting https://monitoring.googleapis.com/v3/projects/python-docs-samples-tests/timeSeries?alt=json returned "One or more TimeSeries could not be written: An internal error occurred.: timeSeries[0]". Details: "[{'@type': 'type.googleapis.com/google.monitoring.v3.CreateTimeSeriesSummary', 'totalPointCount': 1, 'errors': [{'status': {'code': 13}, 'pointCount': 1}]}]">