Skip to content

Commit

Permalink
Merge branch 'main' into sabrenner/langchain-llmobs-tool-call
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner authored Sep 5, 2024
2 parents 67ed127 + 9acdd8d commit 96ba2ef
Show file tree
Hide file tree
Showing 52 changed files with 939 additions and 397 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.templ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,15 @@ jobs:
- run_test:
pattern: 'consul'

elasticsearch:
<<: *machine_executor
parallelism: 17
steps:
- run_test:
pattern: 'elasticsearch'
snapshot: true
docker_services: 'elasticsearch opensearch'

django:
<<: *machine_executor
parallelism: 4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generate-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
generate-package-versions:
name: Generate package versions
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4

Expand Down
18 changes: 0 additions & 18 deletions .gitlab/tests/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,6 @@ dogpile_cache:
variables:
SUITE_NAME: "dogpile_cache"

elasticsearch:
extends: .test_base_riot_snapshot
parallel: 17
services:
- !reference [.test_base_riot_snapshot, services]
- name: registry.ddbuild.io/images/mirror/library/elasticsearch:7.17.23
alias: elasticsearch
variables:
discovery.type: single-node
xpack.security.enabled: false
- name: registry.ddbuild.io/images/mirror/opensearchproject/opensearch:1.3.13
alias: opensearch
variables:
DISABLE_SECURITY_PLUGIN: true
discovery.type: single-node
variables:
SUITE_NAME: "elasticsearch"

falcon:
extends: .test_base_riot_snapshot
variables:
Expand Down
28 changes: 0 additions & 28 deletions .riot/requirements/1b559c7.txt

This file was deleted.

25 changes: 0 additions & 25 deletions .riot/requirements/1c31b2e.txt

This file was deleted.

27 changes: 0 additions & 27 deletions .riot/requirements/1e81c99.txt

This file was deleted.

27 changes: 0 additions & 27 deletions .riot/requirements/1ef847d.txt

This file was deleted.

23 changes: 0 additions & 23 deletions .riot/requirements/1fa5bd6.txt

This file was deleted.

23 changes: 0 additions & 23 deletions .riot/requirements/d6b8465.txt

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases

---

## 2.11.2


### New Features

- openai: Introduces `model` tag for openai integration metrics for consistency with the OpenAI SaaS Integration. It has the same value as `openai.request.model`.

### Bug Fixes

- LLM Observability: Resolves an issue where LLM Observability spans were not being submitted in forked processes, such as when using `celery` or `gunicorn` workers. The LLM Observability writer thread now automatically restarts when a forked process is detected.
- openai: Fixes a bug where `asyncio.TimeoutError`s were not being propagated correctly from canceled OpenAI API requests.


---

## 2.11.1
Expand Down
Loading

0 comments on commit 96ba2ef

Please sign in to comment.