File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.7.2
6+ Released 2019-08-16
7+
8+ - Fix GCP resource loading for certain environments
9+ ([ #761 ] ( https://github.com/census-instrumentation/opencensus-python/pull/761 ) )
10+
511## 0.7.1
612Released 2019-08-05
713
Original file line number Diff line number Diff line change 1414
1515from opencensus .common .http_handler import get_request
1616
17- _GCP_METADATA_URI = 'http://metadata/computeMetadata/v1/'
17+ _GCP_METADATA_URI = 'http://metadata.google.internal /computeMetadata/v1/'
1818_GCP_METADATA_URI_HEADER = {'Metadata-Flavor' : 'Google' }
1919
2020# ID of the GCP project associated with this resource, such as "my-project"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '0.7.1 '
15+ __version__ = '0.7.2 '
You can’t perform that action at this time.
0 commit comments