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

Open Network Telemetry SDK(based on Open Network Telemetry Specifications v1.0) #210

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

shiva-rakshith
Copy link
Contributor

@shiva-rakshith shiva-rakshith commented Jul 9, 2024

Generate the telemetry based on Open Network Telemetry Specification v1.0(based on OTel Spec(https://opentelemetry.io/docs/specs/otel/)), which is a standardized telemetry specification for open, decentralized networks/protocols to enable network observability.

Open Network Telemetry Specifications v1.0: https://docs.google.com/document/d/1pG6nPQnR44EblckUmD6UdwJ5TrCjYQMjOdEBdNZ0V9I/edit#heading=h.jjzj6d1569a5

Open Network Telemetry SDK:
A JS SDK was built to generate the telemetry (https://github.com/Sunbird-Obsrv/open-network-telemetry). SDK Documentation: https://github.com/Sunbird-Obsrv/open-network-telemetry/blob/main/README.md

Protocol Server Changes:
Made changes in the protocol server by replacing old telemetry generation with new telemetry generation by SDK.

@shiva-rakshith shiva-rakshith changed the title Open Network Telemetry SDK Open Network Telemetry SDK(based on Open Network Telemetry Specifications v1.0) Jul 9, 2024
@@ -22,6 +22,7 @@ import { unConfigureActionHandler } from "../controllers/unconfigured.controller
import { LogLevelEnum } from "../utils/logger.utils";

export const requestsRouter = Router();
import { onAPI } from "../utils/telemetry.utils";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this onAPI function getting used in this file?

@@ -16,6 +16,7 @@ import { AppMode } from "../schemas/configs/app.config.schema";
import { GatewayMode } from "../schemas/configs/gateway.app.config.schema";
import { getConfig } from "../utils/config.utils";
import logger from "../utils/logger.utils";
import { onAPI } from "../utils/telemetry.utils";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this onAPI function getting used in this file?

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