-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2868ceb
commit 7dd029e
Showing
26 changed files
with
91 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
## v0.1.0 (2023-10-30) | ||
|
||
### Feat | ||
|
||
- **ci-cd**: add release workflow (#132) | ||
|
||
### Fix | ||
|
||
- release workflow credentials | ||
|
||
## v0.0.70 (2023-10-29) | ||
|
||
### Feat | ||
|
||
- disable content tracing for privacy reasons (#118) | ||
- add prompt version hash (#119) | ||
- propagate prompt management attributes to llm spans (#109) | ||
- support association IDs as objects (#111) | ||
- hugging-face transformers pipeline instrumentation (#104) | ||
- add chromadb instrumentation + fix langchain instrumentation (#103) | ||
- export to Grafana tempo (#95) | ||
- langchain instrumentation (#88) | ||
- **cohere**: support for chat and rerank (#84) | ||
- cohere instrumentation (#82) | ||
- Anthropic instrumentation (#71) | ||
- basic prompt management (#69) | ||
- Pinecone Instrumentation (#3) | ||
- basic testing framework (#70) | ||
- haystack instrumentations (#55) | ||
- auto-create link to traceloop dashboard | ||
- setting headers for exporting traces | ||
- sdk code + openai instrumentation (#4) | ||
|
||
### Fix | ||
|
||
- **sdk**: disable sync when using external exporter | ||
- disable content tracing when not overridden (#121) | ||
- **langchain**: add retrieval_qa workflow span (#112) | ||
- **traceloop-sdk**: logging of service name in traces (#99) | ||
- do not trigger dashboard auto-creation if exporter is set (#96) | ||
- **docs**: clarification on getting API key | ||
- **chore**: spaces and nits on README | ||
- **docs**: bad link for python SDK | ||
- **docs**: updated TRACELOOP_BASE_URL (#81) | ||
- add openai function call data to telemetry (#80) | ||
- **sdk**: disabled prompt registry by default (#78) | ||
- support pinecone non-grpc (#76) | ||
- support python 3.12 | ||
- **docs**: upgrades; docs about prompt mgmt (#74) | ||
- **traceloop-sdk**: missing lockfile (#72) | ||
- **traceloop-sdk**: flushing in notebooks (#66) | ||
- py security issue | ||
- **docs**: update exporting.mdx to include nr instrumentation (#12) | ||
- **sdk**: async decorators not awaited | ||
- **sdk**: missing dependency | ||
- warn if Traceloop wasn't initialized properly (#11) | ||
- match new dashboard API | ||
- **traceloop-sdk**: duplicate spans reporting (#10) | ||
- moved api key to /tmp | ||
- /v1/traces is always appended to endpoint | ||
- parse headers correctly | ||
- **traceloop-sdk**: replace context variables with otel context + refactor (#8) | ||
- traceloop sdk initialization and initial versions release for instrumentations (#7) | ||
- wrong imports and missing code components (#6) | ||
- gitignore | ||
- README |
2 changes: 1 addition & 1 deletion
2
...pentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-anthropic" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Anthropic instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...es/opentelemetry-instrumentation-bedrock/opentelemetry/instrumentation/bedrock/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-bedrock" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Bedrock instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
.../opentelemetry-instrumentation-chromadb/opentelemetry/instrumentation/chromadb/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-chromadb" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Chroma DB instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...ages/opentelemetry-instrumentation-cohere/opentelemetry/instrumentation/cohere/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-cohere" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Cohere instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
.../opentelemetry-instrumentation-haystack/opentelemetry/instrumentation/haystack/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-haystack" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Haystack instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...pentelemetry-instrumentation-langchain/opentelemetry/instrumentation/langchain/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-langchain" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Langchain instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...ages/opentelemetry-instrumentation-openai/opentelemetry/instrumentation/openai/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-openai" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry OpenAI instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
.../opentelemetry-instrumentation-pinecone/opentelemetry/instrumentation/pinecone/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-pinecone" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Pinecone instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...emetry-instrumentation-transformers/opentelemetry/instrumentation/transformers/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-transformers" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry transformers instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
.../opentelemetry-instrumentation-vertexai/opentelemetry/instrumentation/vertexai/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-vertexai" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Vertex AI instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
2 changes: 1 addition & 1 deletion
2
.../opentelemetry-instrumentation-weaviate/opentelemetry/instrumentation/weaviate/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru | |
|
||
[tool.poetry] | ||
name = "opentelemetry-instrumentation-weaviate" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "OpenTelemetry Weaviate instrumentation" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/traceloop-sdk/html' | |
|
||
[tool.poetry] | ||
name = "traceloop-sdk" | ||
version = "0.0.70" | ||
version = "0.1.0" | ||
description = "Traceloop Software Development Kit (SDK) for Python" | ||
authors = [ | ||
"Gal Kleinman <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.70" | ||
__version__ = "0.1.0" |