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

feat: adding vertexai tools tracing support #172

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

darshit-s3
Copy link
Contributor

Description

Added support for tools and functions to be traced in spans.

Checklist for adding new integration:

  • Defined APIS in constants folder.
  • Updated SERVICE_PROVIDERS in common.ts
  • Created a folder under instrumentation with the name of the integration with atleast patch.ts and instrumentation.ts files.
  • Added instrumentation in allInstrumentations in init.ts and to the InstrumentationType in types.ts files.
  • Added examples for the new integration in the examples folder.
  • Updated package.json to install new dependencies for devDependencies.
  • Updated the README.md of langtrace-typescript-sdk to include the new integration in the supported integrations table.
  • Updated the README.md of Langtrace's repository to include the new integration in the supported integrations table.
  • Added new integration page to supported integrations in Langtrace Docs

@darshit-s3 darshit-s3 requested a review from rohit-kadhe August 29, 2024 13:05
@darshit-s3 darshit-s3 merged commit e39b5a6 into development Aug 29, 2024
1 check passed
@darshit-s3 darshit-s3 deleted the vertexai-tools-support branch August 29, 2024 15:40
karthikscale3 added a commit that referenced this pull request Oct 8, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
karthikscale3 added a commit that referenced this pull request Oct 16, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
karthikscale3 added a commit that referenced this pull request Oct 22, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

* fix (#186)

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
karthikscale3 added a commit that referenced this pull request Oct 22, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

* fix (#186)

* update readme

* fix

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
karthikscale3 added a commit that referenced this pull request Nov 18, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

* fix (#186)

* update readme

* fix

* update prompt (#190)

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
karthikscale3 added a commit that referenced this pull request Nov 22, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

* fix (#186)

* update readme

* fix

* update prompt (#190)

* Fix ChromaDB Instrumentation (#192)

* chromadb fixes

* chromadb fixes

* chromadb fixes

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants