File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
opentelemetry-api/src/opentelemetry Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
- Adds Aggregation and instruments as part of Metrics SDK
10
10
([ #2234 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2234 ) )
11
+ - Update visibility of OTEL_METRICS_EXPORTER environment variable
12
+ ()
11
13
12
14
## [ 1.7.1-0.26b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.7.0-0.26b0 ) - 2021-11-11
13
15
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ OTEL_METRICS_EXPORTER = "OTEL_METRICS_EXPORTER"
16
+ """
17
+ .. envvar:: OTEL_METRICS_EXPORTER
18
+
19
+ """
20
+
15
21
OTEL_PROPAGATORS = "OTEL_PROPAGATORS"
16
22
"""
17
23
.. envvar:: OTEL_PROPAGATORS
42
48
.. envvar:: OTEL_PYTHON_METER_PROVIDER
43
49
"""
44
50
45
- _OTEL_METRICS_EXPORTER = "OTEL_METRICS_EXPORTER"
46
- """
47
- .. envvar:: OTEL_METRICS_EXPORTER
48
-
49
- """
You can’t perform that action at this time.
0 commit comments