File tree 3 files changed +2
-5
lines changed
ext/opentelemetry-exporter-cloud-monitoring
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 50
50
References
51
51
----------
52
52
53
- * `Cloud Trace <https://cloud.google.com/trace / >`_
53
+ * `Cloud Monitoring <https://cloud.google.com/monitoring / >`_
54
54
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
Original file line number Diff line number Diff line change 15
15
import unittest
16
16
17
17
18
- class TestCloudTraceSpanExporter (unittest .TestCase ):
18
+ class TestCloudMonitoringMetricsExporter (unittest .TestCase ):
19
19
def test_case (self ):
20
20
pass
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ Released 2020-05-27
21
21
([ #729 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/729 ) )
22
22
- deep copy empty attributes
23
23
([ #714 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/714 ) )
24
- - add cloud monitoring exporter
25
- ([ #739 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/739 ) )
26
-
27
24
28
25
## 0.7b1
29
26
You can’t perform that action at this time.
0 commit comments