open-telemetry / opentelemetry-demo

This repository contains the OpenTelemetry Astronomy Shop, a microservice-based distributed system intended to illustrate the implementation of OpenTelemetry in a near real-world environment.
https://opentelemetry.io/docs/demo/
Apache License 2.0
1.82k stars 1.19k forks source link

New Service: Business Metric Processor #850

Open austinlparker opened 1 year ago

austinlparker commented 1 year ago

We need a new service to demonstrate a couple of concepts:

My suggestion would be for a small Java app that consumes the orders topic then creates new metrics displaying sales/hour, etc. ("business" metrics). However, there would be no OpenTelemetry instrumentation added to the container, it would only be added through operator injection.

cartersocha commented 1 year ago

We need a dotnet auto instrumented service at some point too but agree on the operator

joshleecreates commented 9 months ago

@austinlparker @cartersocha I think we can re-open this now that there is the minimal local build option?

austinlparker commented 9 months ago

I'd be fine with .NET rather than Java here tbh.