Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove metrics from main branch #1568

Merged
merged 18 commits into from
Feb 8, 2021
Merged
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Otherwise, set variable to the commit of your branch on
# opentelemetry-python-contrib which is compatible with these Core repo
# changes.
CONTRIB_REPO_SHA: b404de2f393aaaeca73694c37fe58fecf423a707
CONTRIB_REPO_SHA: 43df76e5ed69f45d993c98ea68daea3c4622ea2d

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove Configuration
([#1523](https://github.com/open-telemetry/opentelemetry-python/pull/1523))
- Remove Metrics as part of stable, marked as experimental
([#1568](https://github.com/open-telemetry/opentelemetry-python/pull/1568))

## [0.17b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.17b0) - 2021-01-20

Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Please take a look at this list first, your contributions may belong in one of t
programmatic instrumentations that are now in the `ext` directory in the main OpenTelemetry repo. Please ask in the Gitter
channel (see below) for guidance if you want to contribute with these instrumentations.

# Find the right branch

The default branch for this repo is `main`. Changes that pertain to components marked as `stable` in the [specifications](https://github.com/open-telemetry/opentelemetry-specification) go into this branch, which currently does not include `metrics`. Changes that pertain to `metrics` go into the `metrics` branch.

## Find a Buddy and get Started Quickly!

If you are looking for someone to help you find a starting point and be a resource for your first contribution, join our
Expand Down
1 change: 0 additions & 1 deletion docs/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ OpenTelemetry Python API

baggage
context
metrics
trace
environment_variables
7 changes: 0 additions & 7 deletions docs/api/metrics.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/auto-instrumentation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ and run the following command instead:

.. code:: sh

$ opentelemetry-instrument -e console_span,console_metrics python server_uninstrumented.py
$ opentelemetry-instrument -e console_span python server_uninstrumented.py

In the console where you previously executed ``client.py``, run the following
command again:
Expand Down
42 changes: 0 additions & 42 deletions docs/examples/basic_meter/README.rst

This file was deleted.

87 changes: 0 additions & 87 deletions docs/examples/basic_meter/basic_metrics.py

This file was deleted.

66 changes: 0 additions & 66 deletions docs/examples/basic_meter/calling_conventions.py

This file was deleted.

42 changes: 0 additions & 42 deletions docs/examples/basic_meter/http_metrics.py

This file was deleted.

60 changes: 0 additions & 60 deletions docs/examples/basic_meter/observer.py

This file was deleted.

Loading