Skip to content

Commit

Permalink
update CHANGELOG and bump version to 0.6.1 (#230)
Browse files Browse the repository at this point in the history
* update CHANGELOG and bump version to 0.6.1

* Update README to match reality
  • Loading branch information
xrmx authored Jan 13, 2025
1 parent aaa462a commit 249e567
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Elastic Distribution of OpenTelemetry Python Changelog

## v0.6.1

- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)
- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229)
- Add OpenAI examples (#226)

## v0.6.0

- Bump to OTel 1.29.0 (#211)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ This distribution sets the following defaults:
- `OTEL_METRICS_EXPORTER`: `otlp`
- `OTEL_LOGS_EXPORTER`: `otlp`
- `OTEL_EXPORTER_OTLP_PROTOCOL`: `grpc`
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm`
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro,_gcp,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm`
- `OTEL_METRICS_EXEMPLAR_FILTER`: `always_off`
- `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`: `DELTA`

> [!NOTE]
> `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dynamically set. When running in a Kubernetes Pod it will be set to `process_runtime,os,otel,telemetry_distro,aws_eks`.
> `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dynamically set. When running in a Kubernetes Pod it will be set to `process_runtime,os,otel,telemetry_distro,_gcp,aws_eks`.
### Distribution specific configuration variables

Expand Down
2 changes: 1 addition & 1 deletion src/elasticotel/distro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 249e567

Please sign in to comment.