Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/plugin-observability-opentelemetry

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-observability-opentelemetry - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

4

dist/index.js

@@ -192,3 +192,3 @@ /******/ (() => { // webpackBootstrap

OTEL_COLLECTOR_PORT_HTTP: OTEL_COLLECTOR_PORT_HTTP,
OTEL_EXPORTER_OTLP_ENDPOINT: "http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}",
OTEL_EXPORTER_OTLP_ENDPOINT: "http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}",
// Jaeger

@@ -485,3 +485,3 @@ JAEGER_AGENT_HOST: "jaeger",

module.exports = JSON.parse('{"name":"@amplication/plugin-observability-opentelemetry","version":"2.0.6","description":"This plugin is created to add integrate opentelemetry to the amplication app","main":"dist/index.js","nx":{},"scripts":{"prepublishOnly":"npm run build","dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","test":"jest"},"author":"Ashish Padhy","license":"Apache-2.0","devDependencies":{"@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@babel/parser":"^7.20.7","@babel/types":"^7.20.7","@types/jest":"^29.5.3","@types/lodash":"^4.14.197","@typescript-eslint/eslint-plugin":"^6.2.1","@typescript-eslint/parser":"^6.2.1","copy-webpack-plugin":"^11.0.0","eslint":"^8.46.0","jest-mock-extended":"^3.0.1","lodash":"^4.17.21","prettier":"^2.8.7","rimraf":"^4.4.1","ts-jest":"^29.1.1","ts-loader":"^9.4.2","ts-node":"^10.9.1","tsconfig-paths-webpack-plugin":"^4.1.0","typescript":"^4.9.3","webpack":"^5.76.0","webpack-cli":"^5.0.1","webpack-node-externals":"^3.0.0"}}');
module.exports = JSON.parse('{"name":"@amplication/plugin-observability-opentelemetry","version":"2.0.7","description":"This plugin is created to add integrate opentelemetry to the amplication app","main":"dist/index.js","nx":{},"scripts":{"prepublishOnly":"npm run build","dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","test":"jest","test:update-snapshot":"jest --updateSnapshot"},"author":"Ashish Padhy","license":"Apache-2.0","devDependencies":{"@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@babel/parser":"^7.20.7","@babel/types":"^7.20.7","@types/jest":"^29.5.3","@types/lodash":"^4.14.197","@typescript-eslint/eslint-plugin":"^6.2.1","@typescript-eslint/parser":"^6.2.1","copy-webpack-plugin":"^11.0.0","eslint":"^8.46.0","jest-mock-extended":"^3.0.1","lodash":"^4.17.21","prettier":"^2.8.7","rimraf":"^4.4.1","ts-jest":"^29.1.1","ts-loader":"^9.4.2","ts-node":"^10.9.1","tsconfig-paths-webpack-plugin":"^4.1.0","typescript":"^4.9.3","webpack":"^5.76.0","webpack-cli":"^5.0.1","webpack-node-externals":"^3.0.0"}}');

@@ -488,0 +488,0 @@ /***/ })

{
"name": "@amplication/plugin-observability-opentelemetry",
"version": "2.0.6",
"version": "2.0.7",
"description": "This plugin is created to add integrate opentelemetry to the amplication app",

@@ -12,3 +12,4 @@ "main": "dist/index.js",

"prebuild": "rimraf dist",
"test": "jest"
"test": "jest",
"test:update-snapshot": "jest --updateSnapshot"
},

@@ -15,0 +16,0 @@ "author": "Ashish Padhy",

@@ -10,2 +10,3 @@ # @amplication/plugin-observability-opentelemetry

Provides a way to integrate opentelemetry into your app generated by Amplication by adding the required dependencies and configuration files. [**OpenTelemetry**](https://opentelemetry.io/) is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior.
The implemented solution follow the jeager architecture with With OpenTelemetry Collector described here: https://www.jaegertracing.io/docs/1.54/architecture/#with-opentelemetry-collector

@@ -12,0 +13,0 @@ ## Configuration

@@ -23,3 +23,3 @@ import {

OTEL_EXPORTER_OTLP_ENDPOINT:
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}",
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}",

@@ -26,0 +26,0 @@ // Jaeger

@@ -34,3 +34,3 @@ import {

OTEL_EXPORTER_OTLP_ENDPOINT:
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}",
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}",
},

@@ -59,3 +59,3 @@ { JAEGER_AGENT_HOST: "jaeger" },

OTEL_EXPORTER_OTLP_ENDPOINT:
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}",
"http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}",
},

@@ -62,0 +62,0 @@ { JAEGER_AGENT_HOST: "jaeger" },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc