We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c67785 commit d887322Copy full SHA for d887322
opencensus/metrics_quickstart.py
@@ -53,6 +53,8 @@ def main():
53
# Create the Stackdriver stats exporter and start exporting metrics in the
54
# background, once every 60 seconds by default.
55
exporter = stats_exporter.new_stats_exporter()
56
+ print('Exporting stats to project "{}"'
57
+ .format(exporter.options.project_id))
58
59
# Record 100 fake latency values between 0 and 5 seconds.
60
for num in range(100):
0 commit comments