Discover Good First Issues for open-telemetry/opentelemetry-demo
-
Add micrometer spring boot 3 demo tracing app Created: 2024-02-06T14:15:28Z
Feature Request
Implementation of demo otlp micrometer tracing & metrics app with spring boot 3 & adding it to the service chain of this demo. As many real life use cases are using this type of configuration, it would be very helpful for many projects.
Comments: 2
Unassigned -
Task: Update docs to reflect minimal mode Created: 2023-07-10T13:55:26Z
With #872 merged, we have several docs updates that need to be done. See https://github.com/open-telemetry/opentelemetry-demo/pull/872/#issuecomment-1627605516 for details.
Comments: 2
Unassigned -
New Service: Business Metric Processor Created: 2023-04-21T20:13:17Z
We need a new service to demonstrate a couple of concepts:
Injecting instrumentation using k8s operator
Custom Java metrics/logs
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.
Comments: 3
Unassigned -
ShippingService should check FeatureFlagService if shipping outside the US takes a while Created: 2022-08-29T15:46:28Z
Feature Request
Is your feature request related to a problem?
Request came from weekly meetings.
We’d like to add a feature where the ShippingService delays on any shipping outside the US – based on a feature flag.
A TrackingID request (now very simple) would add checking against the FeatureFlagService for a specific flag (which?) that would indicate that ShippingService should sleep(10) before responding to caller.
Describe the solution you’d like:
see above!
Describe alternatives you’ve considered.
no alternatives considered on this issue.
Additional Context
deferring to @puckpuck on any more context.
Comments: 0
Unassigned -
Adding new service to save orders to database Created: 2023-06-01T22:31:32Z
Feature Request
Hello Team.
I’ve been playing a bit with OpenTelemetry demo and started to think if there is any specific reason why we don’t have any database instance (apart from Feature Flag Store)? I believe the easiest way to introduce it would be to create new service which reads orders from queue (Kafka) and save them to Database (e.g. MySQL or MongoDB). Then there could be some additional function added to Accounting Service which reads data from DB and perform some calculation. This additional feature would create additional capabilities to emphasise how great project OpenTelemetry is.
What do you think about this idea?
Comments: 18