{"id":21193813,"url":"https://github.com/tomplus/otlprobe","last_synced_at":"2025-10-04T14:54:04.440Z","repository":{"id":262023194,"uuid":"755333128","full_name":"tomplus/otlprobe","owner":"tomplus","description":"Convenient way to inspect data in Open Telemetry Protocol (OTLP)","archived":false,"fork":false,"pushed_at":"2025-01-01T15:37:39.000Z","size":2140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T13:49:32.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T22:54:04.000Z","updated_at":"2025-01-01T15:37:43.000Z","dependencies_parsed_at":"2025-01-01T16:40:47.914Z","dependency_job_id":null,"html_url":"https://github.com/tomplus/otlprobe","commit_stats":null,"previous_names":["tomplus/otlprobe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomplus%2Fotlprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomplus%2Fotlprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomplus%2Fotlprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomplus%2Fotlprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomplus","download_url":"https://codeload.github.com/tomplus/otlprobe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243647005,"owners_count":20324644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:15:49.753Z","updated_at":"2025-10-04T14:53:59.399Z","avatar_url":"https://github.com/tomplus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# otlprobe\n\n[![Tests](https://github.com/tomplus/otlprobe/actions/workflows/go.yml/badge.svg)](https://github.com/tomplus/otlprobe/actions/workflows/go.yml)\n\n## Introduction\n\nThis  application works as a service which accepts OTLP signals via HTTP/gRPC.\nReceived data can be presented in a convenient way in the interactive mode, where you can filter, browse or examine attributes.\n\n![Image](demo.gif)\n\n## Installation\n\nTo build and install application from the source code call the following command:\n\n```\ngo build\ngo install\n```\n\n## Getting started\n\nTo start application in the interactive mode use the following command:\n\n```\notlprobe\n```\n\nby default it accepts connections via gRPC/HTTP on ports 4317/4318.\n\nNow you can configure your collector or your application to send signals to `otlprobe`.\n\n```\nexporters:\n  otlp:\n    endpoint: localhost:4317\n    tls:\n      insecure: true\n      insecure_skip_verify: true\n    compression: none\n```\n\n## Features / Roadmap\n\n* interactive and non-interactive mode\n* read all types of signals\n* support grpc/http protocol (insecure)\n* TODO: support secure grpc/http\n* TODO: graphs with metrics in interactive mode\n* TODO: docker image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomplus%2Fotlprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomplus%2Fotlprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomplus%2Fotlprobe/lists"}