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

merge latest main to new-tk #1

Closed
wants to merge 185 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
185 commits
Select commit Hold shift + click to select a range
716444c
fix(sdk): remove auto-create dashboard option (#1315)
nirga Jun 13, 2024
aaa303b
chore: lint
nirga Jun 13, 2024
995d8b6
feat(langchain): use callbacks (#1170)
tibor-reiss Jun 16, 2024
5120039
fix: input/output serialization issue for langchain (#1341)
galkleinman Jun 17, 2024
ff80bf5
bump: version 0.22.1 → 0.23.0
github-actions[bot] Jun 17, 2024
916690a
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
998a63b
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
51f9569
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
a486e83
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
36b4ffc
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
6d73282
chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /packages/opente…
dependabot[bot] Jun 18, 2024
1a58653
chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /packages/opente…
dependabot[bot] Jun 18, 2024
503b07c
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
65298ae
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
a6d041d
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
b96d85c
chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in /packages/opente…
dependabot[bot] Jun 18, 2024
661dec9
chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in /packages/opente…
dependabot[bot] Jun 18, 2024
5f567f9
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 18, 2024
70c5750
chore: bump versions (#1362)
nirga Jun 18, 2024
b1b2b59
fix(gemini): relax version requirements (#1367)
nirga Jun 19, 2024
b0e8fce
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 19, 2024
d2f5faf
chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /packages/sample…
dependabot[bot] Jun 19, 2024
c60e3ee
chore(llamaindex): fix tests (#1370)
nirga Jun 19, 2024
10631d4
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 19, 2024
747cf18
chore(deps-dev): bump urllib3 from 1.26.18 to 1.26.19 in /packages/op…
dependabot[bot] Jun 19, 2024
bf0007e
fix(sdk): speedup SDK initialization (#1374)
nirga Jun 23, 2024
a3a7d4e
feat(marqo): Add marqo instrumentation (#1373)
Benedikt-Wolf Jun 27, 2024
ab2ba46
feat(openai): add support for parallel function calls (#1424)
achang97 Jul 2, 2024
47a4a88
fix(openai): Handle `tool_calls` assistant messages (#1429)
achang97 Jul 2, 2024
c3e2856
refactor(openai): rename `function_call` to `tool_calls` (#1431)
achang97 Jul 2, 2024
5a1e541
fix(sdk): context detach issues on fastapi (#1432)
nirga Jul 3, 2024
e37697f
feat(sdk): prompt versions and workflow versions (#1425)
nirga Jul 3, 2024
d1f6ae3
bump: version 0.23.0 → 0.24.0
github-actions[bot] Jul 3, 2024
847188f
chore(deps): bump litellm from 1.40.7 to 1.40.16 in /packages/sample-…
dependabot[bot] Jul 4, 2024
fd80834
feat(langchain): improve callbacks (#1426)
tibor-reiss Jul 4, 2024
cf22bdf
fix(sdk): llamaindex instrumentation was never initialized (#1490)
nirga Jul 8, 2024
d14fc83
feat: suppress LLM instrumentations through context (#1453)
nirga Jul 8, 2024
61b37e5
bump: version 0.24.0 → 0.25.0
github-actions[bot] Jul 8, 2024
04897a5
fix(llamaindex): report inputs+outputs on entities (#1495)
nirga Jul 9, 2024
2f9f163
fix: association properties and workflow / task on metrics (#1494)
nirga Jul 9, 2024
38192c4
bump: version 0.25.0 → 0.25.1
github-actions[bot] Jul 9, 2024
39ed5e6
fix(langchain): report llm spans (instead of normal instrumentations)…
nirga Jul 11, 2024
77b93c2
fix(langchain): cleanups, and fix streaming issue (#1522)
nirga Jul 11, 2024
c03f129
fix(langchain): remove leftover print
nirga Jul 11, 2024
a5f23f8
fix(llamaindex): report entity name (#1525)
nirga Jul 11, 2024
811480d
bump: version 0.25.1 → 0.25.2
github-actions[bot] Jul 11, 2024
be22e22
fix(langchain): input/output values weren't respecting user config (#…
nirga Jul 11, 2024
16b1880
bump: version 0.25.2 → 0.25.3
github-actions[bot] Jul 11, 2024
fe2393a
chore: update watsonx_generate.py (#1542)
eltociear Jul 12, 2024
e2daf3e
fix(sdk): manual reporting of llm spans (#1555)
nirga Jul 15, 2024
11dfcbd
bump: version 0.25.3 → 0.25.4
github-actions[bot] Jul 15, 2024
9ab72fd
fix(openai): pydantic tool calls in prompt weren't serialized correct…
nirga Jul 17, 2024
9ad18b7
bump: version 0.25.4 → 0.25.5
github-actions[bot] Jul 17, 2024
3e80a9a
chore: general bump (#1580)
nirga Jul 19, 2024
dda6e22
chore: less dependabot spam (#1584)
nirga Jul 19, 2024
3f6d978
chore: missing labels in some dependabot packages
nirga Jul 19, 2024
261e793
chore: semconv-ai general bump
nirga Jul 19, 2024
d19c424
fix(langchain): agent executor weren't producing traces (#1616)
nirga Jul 19, 2024
9d25592
fix(sdk): aworkflow wasn't propagating workflow_name attribute (#1648)
nirga Jul 23, 2024
2b337d3
bump: version 0.25.5 → 0.25.6
github-actions[bot] Jul 23, 2024
32e221f
feat(openai): add tool call id (#1664)
achang97 Jul 25, 2024
98cacae
fix(pinecone): support v5 (#1665)
nirga Jul 26, 2024
a5a62b3
bump: version 0.25.6 → 0.26.0
github-actions[bot] Jul 26, 2024
0895f78
fix(openai): log content filter results in proper attributes (#1539)
jonhsma Jul 28, 2024
7b30470
fix: bump to otel 0.47b0 (#1695)
nirga Jul 30, 2024
af5e112
bump: version 0.26.0 → 0.26.1
github-actions[bot] Jul 30, 2024
76b2eff
fix: separate semconv-ai module to avoid conflicts (#1716)
nirga Jul 31, 2024
cce6d15
bump: version 0.26.1 → 0.26.2
github-actions[bot] Jul 31, 2024
9e9660d
chore: update readme package counter
nirga Aug 1, 2024
c64afad
fix(langchain): various cases where not all parameters were logged pr…
nirga Aug 2, 2024
247b72b
bump: version 0.26.2 → 0.26.3
github-actions[bot] Aug 2, 2024
b8b8cbd
fix(bedrock): token count for titan (#1748)
nirga Aug 2, 2024
a31efce
bump: version 0.26.3 → 0.26.4
github-actions[bot] Aug 3, 2024
f978525
fix(bedrock): add model name for amazon bedrock response (#1757)
gyliu513 Aug 4, 2024
7be3f22
chore: add entity path to semantic conventions (#1784)
galkleinman Aug 5, 2024
b26f6bb
fix(langchain): export metadata as association properties (#1805)
nirga Aug 6, 2024
39f9db6
bump: version 0.26.4 → 0.26.5
github-actions[bot] Aug 6, 2024
826a101
feat(sdk): chained entity path on nested tasks (#1782)
OzBenSimhonTraceloop Aug 7, 2024
6d0a8d7
fix(sdk): disable traceloop sync by default (#1835)
nirga Aug 12, 2024
9672e8a
feat: LanceDB Integration (#1749)
Benedikt-Wolf Aug 15, 2024
ae87cd9
fix: workflow_name and entity_path support for langchain + fix entity…
galkleinman Aug 15, 2024
2c1b0de
feat(llama-index): Use callbacks (#1546)
tibor-reiss Aug 15, 2024
e9f7849
bump: version 0.26.5 → 0.27.0
github-actions[bot] Aug 15, 2024
3cf7a23
fix(openai): TypeError: '<' not supported between instances of 'NoneT…
kowshik24 Aug 15, 2024
30ffbed
fix(sdk): instrument threading for propagating otel context (#1868)
nirga Aug 19, 2024
26ee71a
chore(sample-app): update lock file
nirga Aug 19, 2024
4249202
ci(github): add conventional commit PR validation (#1871)
doronkopit5 Aug 20, 2024
45ccf5f
feat(llama-index): callback improvements (#1859)
tibor-reiss Aug 21, 2024
13b0707
fix(sdk): `aentity_class` was missing a positional argument (#1816)
Carlososuna11 Aug 22, 2024
3aa9d69
fix(openai): not given values thrown errors (#1876)
nirga Aug 24, 2024
42ee945
fix(openai): re-enabled token count for azure instances (#1877)
nirga Aug 24, 2024
1e3ce76
chore(sample-app): langgraph example (#1878)
nirga Aug 24, 2024
27daeff
bump: version 0.27.0 → 0.28.0
github-actions[bot] Aug 24, 2024
3a0bdf3
fix(langchain): langgraph traces were broken (#1895)
nirga Aug 24, 2024
d1d67ac
bump: version 0.28.0 → 0.28.1
github-actions[bot] Aug 24, 2024
873eb52
fix(openai): calculating streaming usage didnt work on azure models
nirga Aug 26, 2024
9756de0
bump: version 0.28.1 → 0.28.2
github-actions[bot] Aug 26, 2024
5dc7cdf
fix(langchain): add missing kind property (#1901)
kodepapa Aug 27, 2024
b8f30d5
Correct the package names for watsonx (#1902)
jinsongo Aug 28, 2024
41c5739
chore: added mutable auto-wiki
nirga Aug 28, 2024
f1b7e99
feat(instrumentation): Import redis from OpenTelemetry, add redis sam…
mpozniak95 Aug 28, 2024
0a816cc
chore(deps): upgrade opentelemetry libraries to 1.27.0/0.48b0 (#1905)
galkleinman Aug 29, 2024
5b21197
bump: version 0.28.2 → 0.29.0
github-actions[bot] Aug 29, 2024
633b4ed
fix(bedrock): llama3 completion wasnt logged (#1914)
nirga Aug 29, 2024
3906a02
bump: version 0.29.0 → 0.29.1
github-actions[bot] Aug 29, 2024
2b483eb
fix(langchain): allow external and langchain metadata (#1922)
nirga Aug 31, 2024
af6dcdb
bump: version 0.29.1 → 0.29.2
github-actions[bot] Aug 31, 2024
259622c
feat: add groq instrumentation (#1928)
galkleinman Sep 4, 2024
d2ed545
bump: version 0.29.2 → 0.30.0
github-actions[bot] Sep 4, 2024
ce1d8ac
chore(deps): security dependencies updates (#1937)
galkleinman Sep 5, 2024
d99e043
chore(deps-dev): bump haystack-ai from 2.1.2 to 2.3.1 in /packages/op…
dependabot[bot] Sep 5, 2024
63c0f80
chore(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 in /packages/…
dependabot[bot] Sep 5, 2024
b91d717
chore(deps-dev): bump langchain-community from 0.2.7 to 0.2.14 (#1942)
galkleinman Sep 5, 2024
a566b83
fix(langchain): support v0.3.0 (#1985)
nirga Sep 16, 2024
7401807
bump: version 0.30.0 → 0.30.1
github-actions[bot] Sep 16, 2024
936bb25
feat(sdk+openai): support base64 images upload (#2000)
galkleinman Sep 24, 2024
e228d2e
fix(sdk): wrong package check for Vertex AI (#2015)
nirga Sep 25, 2024
6944daf
bump: version 0.30.1 → 0.31.0
github-actions[bot] Sep 25, 2024
89dab27
fix(anthropic): token counting exception when prompt contains images …
galkleinman Sep 26, 2024
9a90629
bump: version 0.31.0 → 0.31.1
github-actions[bot] Sep 26, 2024
b127bd6
fix(anthropic): add support for base64 images upload for anthropic (#…
galkleinman Sep 27, 2024
9f270ec
bump: version 0.31.1 → 0.31.2
github-actions[bot] Sep 27, 2024
1e7b29f
fix: support async image upload flows (#2051)
nirga Sep 27, 2024
8b0dea7
bump: version 0.31.2 → 0.31.3
github-actions[bot] Sep 28, 2024
42a444b
fix(sdk): custom image uploader (#2064)
nirga Oct 1, 2024
3e8c3fe
fix(langchain): serialize inputs and outputs with pydantic (#2065)
nirga Oct 1, 2024
b814cdd
bump: version 0.31.3 → 0.31.4
github-actions[bot] Oct 1, 2024
346d752
feat(SageMaker): Add SageMaker instrumentation (#2028)
bobbywlindsey Oct 2, 2024
a30bb8c
feat(bedrock): support metrics for bedrock (#1957)
jinsongo Oct 2, 2024
1d28226
fix(langchain): token usage reporting (#2074)
nirga Oct 3, 2024
ca83bee
bump: version 0.31.4 → 0.32.0
github-actions[bot] Oct 3, 2024
18d99fb
fix(anthropic): Replace count_tokens with usage for newer models (#2086)
tibor-reiss Oct 3, 2024
c0e818d
chore: add sagemaker package to commitizen config
nirga Oct 3, 2024
423c3e6
chore(sagemaker): version alignment
nirga Oct 3, 2024
57553fd
bump: version 0.32.0 → 0.32.1
github-actions[bot] Oct 3, 2024
0452293
fix(traceloop-sdk): add aiohttp as dependency (#2094)
galkleinman Oct 4, 2024
d9523bc
bump: version 0.32.1 → 0.32.2
github-actions[bot] Oct 4, 2024
9daa0e8
feat(ollama): tool calling (#2059)
sathvikrav Oct 8, 2024
a1b82d8
docs(readme): contributors list; links to LLM providers (#2102)
kushal34712 Oct 8, 2024
e373d2d
feat(sdk): add OpenTelemetry logging support (#2112)
jinsongo Oct 11, 2024
c5ef6e0
fix(llama-index): add attribute to span for llm request type in dispa…
doronkopit5 Oct 15, 2024
689909d
bump: version 0.32.2 → 0.33.0
github-actions[bot] Oct 15, 2024
5e709c3
fix(openai): add structured output instrumentation (#2111)
9dogs Oct 15, 2024
8606235
fix(anthropic): add instrumentation for Anthropic tool calling (alter…
dinmukhamedm Oct 16, 2024
f03e51e
fix(langchain): Add trace context to client requests (#2152)
ronensc Oct 16, 2024
d918445
ci: fix flakiness in langchain tests (#2153)
nirga Oct 16, 2024
f5542f5
fix(langchain): metrics support (#2154)
nirga Oct 16, 2024
ace8f7b
bump: version 0.33.0 → 0.33.1
github-actions[bot] Oct 16, 2024
1e67f2b
chore(deps-dev): bump starlette from 0.37.2 to 0.40.0 in /packages/op…
dependabot[bot] Oct 16, 2024
0ba34ba
fix(sdk): add header for logging exporter (#2164)
jinsongo Oct 17, 2024
d101bbb
fix(langchain): various bugs and edge cases in metric exporting (#2167)
nirga Oct 17, 2024
f94e5b7
bump: version 0.33.1 → 0.33.2
github-actions[bot] Oct 17, 2024
f3cc628
chore(readme): hacktoberfest
nirga Oct 21, 2024
8b085d9
fix(sdk): capture posthog events as anonymous; roll ingestion key (#2…
nirga Oct 22, 2024
9c4db06
bump: version 0.33.2 → 0.33.3
github-actions[bot] Oct 22, 2024
794683c
fix(bedrock): cohere models failed to report prompts (#2204)
nirga Oct 23, 2024
144c82a
fix(anthropic): add instrumentation for Anthropic prompt caching (#2175)
dinmukhamedm Oct 23, 2024
ca3b6f7
fix(langchain): structured output response parsing (#2214)
galkleinman Oct 28, 2024
a5eabc3
chore(deps-dev): bump starlette from 0.37.2 to 0.40.0 in /packages/op…
dependabot[bot] Oct 28, 2024
f9af138
bump: version 0.33.3 → 0.33.4
github-actions[bot] Oct 28, 2024
2355123
fix(openai+anthropic): async call crashing the app when already in a …
galkleinman Oct 29, 2024
88bf1fc
bump: version 0.33.4 → 0.33.5
github-actions[bot] Oct 29, 2024
85a9e82
chore(docs): fixed broken link in readme.md (#2222)
Shreyas0410 Oct 30, 2024
ac8d3c5
fix(sdk): support a "block-list" of things to not instrument (#1958)
codehruv Oct 31, 2024
20d1825
fix(sdk): missing sagemaker initialization (#2235)
nirga Oct 31, 2024
15e54a0
fix(llamaindex): streaming LLMs caused detached spans (#2237)
nirga Nov 4, 2024
f06cd01
fix(anthropic): instrument anthropics system message as gen_ai.prompt…
dinmukhamedm Nov 4, 2024
da7e0ab
bump: version 0.33.5 → 0.33.6
github-actions[bot] Nov 4, 2024
d30ba8f
fix(sdk): don't serialize large jsons as inputs/outputs (#2252)
nirga Nov 4, 2024
2e1598c
bump: version 0.33.6 → 0.33.7
github-actions[bot] Nov 4, 2024
97584b0
fix(vertex): async / streaming was missing output fields (#2253)
nirga Nov 5, 2024
347edcb
bump: version 0.33.7 → 0.33.8
github-actions[bot] Nov 5, 2024
506cbfe
fix(openai): exception throw with pydantic v1 (#2262)
nirga Nov 5, 2024
9dcd6fe
bump: version 0.33.8 → 0.33.9
github-actions[bot] Nov 5, 2024
b635647
docs(destinations): add link to Highlight destination in README (#2270)
ccschmitz Nov 6, 2024
076ad93
chore(readme): remove hacktoberfest
nirga Nov 6, 2024
28acc6f
fix: general bump of otel dependencies (#2274)
nirga Nov 8, 2024
d63c765
bump: version 0.33.9 → 0.33.10
github-actions[bot] Nov 8, 2024
d6ef547
fix(sdk): remove print (#2285)
nirga Nov 9, 2024
5402a73
bump: version 0.33.10 → 0.33.11
github-actions[bot] Nov 9, 2024
4fdf007
fix(sdk): gemini instrumentation was never installed due to package n…
nirga Nov 9, 2024
2cd6147
fix(cohere): rerank exception on saving response when return_document…
nirga Nov 10, 2024
64a110c
fix(sdk): aworkflow decorator for async generators (#2292)
eliasecchig Nov 13, 2024
76a968a
bump: version 0.33.11 → 0.33.12
github-actions[bot] Nov 13, 2024
97912fa
docs(readme): add Braintrust to integrations list (#2302)
ornellaaltunyan Nov 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 9 additions & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ tag_format = "v$version"
version_scheme = "pep440"
major_version_zero = true
update_changelog_on_bump = true
version = "0.22.1"
version = "0.33.12"
version_files = [
"packages/opentelemetry-instrumentation-groq/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-groq/opentelemetry/instrumentation/groq/version.py",
"packages/opentelemetry-instrumentation-alephalpha/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-alephalpha/opentelemetry/instrumentation/alephalpha/version.py",
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
Expand All @@ -22,6 +24,8 @@ version_files = [
"packages/opentelemetry-instrumentation-haystack/opentelemetry/instrumentation/haystack/version.py",
"packages/opentelemetry-instrumentation-langchain/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-langchain/opentelemetry/instrumentation/langchain/version.py",
"packages/opentelemetry-instrumentation-lancedb/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-lancedb/opentelemetry/instrumentation/lancedb/version.py",
"packages/opentelemetry-instrumentation-milvus/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-milvus/opentelemetry/instrumentation/milvus/version.py",
"packages/opentelemetry-instrumentation-mistralai/pyproject.toml:^version",
Expand All @@ -32,10 +36,14 @@ version_files = [
"packages/opentelemetry-instrumentation-openai/opentelemetry/instrumentation/openai/version.py",
"packages/opentelemetry-instrumentation-pinecone/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-pinecone/opentelemetry/instrumentation/pinecone/version.py",
"packages/opentelemetry-instrumentation-marqo/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-marqo/opentelemetry/instrumentation/marqo/version.py",
"packages/opentelemetry-instrumentation-qdrant/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-qdrant/opentelemetry/instrumentation/qdrant/version.py",
"packages/opentelemetry-instrumentation-replicate/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-replicate/opentelemetry/instrumentation/replicate/version.py",
"packages/opentelemetry-instrumentation-sagemaker/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-sagemaker/opentelemetry/instrumentation/sagemaker/version.py",
"packages/opentelemetry-instrumentation-together/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-together/opentelemetry/instrumentation/together/version.py",
"packages/opentelemetry-instrumentation-transformers/pyproject.toml:^version",
Expand Down
172 changes: 154 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,105 +4,241 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-alephalpha"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-anthropic"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-anthropic"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-bedrock"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-bedrock"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-chromadb"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-chromadb"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-cohere"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-google-generativeai"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-cohere"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-haystack"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-haystack"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-langchain"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-langchain"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-llamaindex"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-llamaindex"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-marqo"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-milvus"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-mistralai"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-ollama"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-openai"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-openai"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-pinecone"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-pinecone"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-qdrant"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-qdrant"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-replicate"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-together"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-replicate"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-transformers"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-transformers"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-vertexai"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-vertexai"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-watsonx"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-watsonx"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-instrumentation-weaviate"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-instrumentation-weaviate"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/opentelemetry-semantic-conventions-llm"
directory: "/packages/opentelemetry-semantic-conventions-ai"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "opentelemetry-semantic-conventions-llm"
- "dependencies"
- package-ecosystem: "pip"
directory: "/packages/traceloop-sdk"
schedule:
interval: "weekly"
groups:
gha:
patterns:
- "*"
labels:
- "traceloop-sdk"
- "dependencies"
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ on:
- "main"

jobs:
lint-pr:
name: Lint PR
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target' && contains('["opened", "edited", "synchronize"]', github.event.action)
permissions:
pull-requests: read
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down Expand Up @@ -106,4 +118,4 @@ jobs:
- name: Test
env:
HAYSTACK_TELEMETRY_ENABLED: False
run: npx nx affected -t test --exclude='sample-app' --exclude='opentelemetry-instrumentation-haystack' --parallel=3
run: npx nx affected -t test --exclude='sample-app' --exclude='opentelemetry-instrumentation-haystack' --parallel=3
Loading