Integration Testing Vercel Serverless Functions with OpenTelemetry

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vercel

    Develop. Preview. Ship.

  • Deployment and development is managed with the Vercel Command Line Interface (CLI), and I'll be using Next.js to simplify the setup and development of serverless functions.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tracetest

    🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.

  • If you get stuck along the tutorial, feel free to check out the example app in the GitHub repo, here.

  • vercel-action

    This action make a deployment with github actions instead of Vercel builder.

  • The initial step involves creating a Vercel account, installing the CLI, and authenticating through the CLI.

  • opentelemetry-go

    OpenTelemetry Go API and SDK

  • OpenTelemetry, an open-source observability framework, is one such tool. It helps gather, process, and export data like traces, metrics, and logs. Traces are especially useful as they provide insights into how distributed systems perform by tracing requests across various services.

  • Next.js

    The React Framework

  • Deployment and development is managed with the Vercel Command Line Interface (CLI), and I'll be using Next.js to simplify the setup and development of serverless functions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Vite vs Nextjs: Which one is right for you?

    3 projects | dev.to | 29 Apr 2024
  • Next.js: Crafting a Strict CSP

    3 projects | dev.to | 7 Mar 2024
  • Creating an NFT minting Farcaster frame on Solana

    4 projects | dev.to | 22 Feb 2024
  • Building My Developer Blog Site🎉✨🍾

    4 projects | dev.to | 25 Jan 2024
  • SEO Optimization for Client Side Rendered Next.js Apps

    2 projects | dev.to | 1 Jan 2024