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.
Go to file
dependabot[bot] f27f4680a8
build(deps): bump the npm-production-dependencies group across 3 directories with 4 updates (#2451)
Bumps the npm-production-dependencies group with 1 update in the /src/flagd-ui directory: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss).
Bumps the npm-production-dependencies group with 2 updates in the /src/frontend directory: [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) and [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query).
Bumps the npm-production-dependencies group with 2 updates in the /src/payment directory: [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) and [@opentelemetry/instrumentation-runtime-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-runtime-node).


Updates `@tailwindcss/postcss` from 4.1.11 to 4.1.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.12/packages/@tailwindcss-postcss)

Updates `@opentelemetry/auto-instrumentations-node` from 0.62.0 to 0.62.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.62.1/packages/auto-instrumentations-node)

Updates `@tanstack/react-query` from 5.85.0 to 5.85.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.85.3/packages/react-query)

Updates `@opentelemetry/instrumentation-runtime-node` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-runtime-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-cucumber-v0.17.1/packages/instrumentation-runtime-node)

Updates `@opentelemetry/auto-instrumentations-node` from 0.62.0 to 0.62.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.62.1/packages/auto-instrumentations-node)

Updates `@opentelemetry/instrumentation-runtime-node` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-runtime-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-cucumber-v0.17.1/packages/instrumentation-runtime-node)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.85.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@opentelemetry/instrumentation-runtime-node"
  dependency-version: 0.17.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@opentelemetry/instrumentation-runtime-node"
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 17:59:45 +02:00
.github build(deps): bump the actions-production-dependencies group across 1 directory with 2 updates (#2445) 2025-08-13 08:43:55 +02:00
internal/tools Generate protobuf code for Go and Python services (#1794) 2024-11-27 18:11:01 +01:00
kubernetes [chore] post release (#2125) 2025-04-09 10:50:26 +02:00
pb [ffs] - Allow setting initial feature flag values (#1319) 2024-01-08 11:30:04 +01:00
src build(deps): bump the npm-production-dependencies group across 3 directories with 4 updates (#2451) 2025-08-14 17:59:45 +02:00
test fix: non descriptive link in test/README.md (#2325) 2025-07-01 15:05:23 +02:00
.dockerignore [chore] drop _SERVICE for dependent service env variables (#1897) 2025-01-14 13:37:47 +01:00
.env Bump Flagd and get semconv compliant OTel metrics (#2392) 2025-07-24 11:53:02 +02:00
.env.arm64 fix(docker): add workaround for JDK-8345296 on OSX with _JAVA_OPTIONS (#1872) 2025-01-13 10:34:37 +01:00
.env.override chore: introduce .env.override for docker-compose (#1584) 2024-06-03 15:47:44 -04:00
.gitattributes Add license check (#825) 2023-04-07 13:40:41 -04:00
.gitignore chore(frontend): add .gitignore to frontend for generated pb (#2373) 2025-07-23 19:02:31 +02:00
.licenserc.json store order to postgresql from accounting service (#2175) 2025-06-24 21:55:13 -04:00
.linkspector.yml [chore] Use linkspector to check links (#2070) 2025-02-24 21:51:10 -05:00
.markdownlint.yaml Add license check (#825) 2023-04-07 13:40:41 -04:00
.yamlignore use yamllint 1.3.0 (#807) 2023-03-24 15:18:32 +01:00
.yamllint Add license check (#825) 2023-04-07 13:40:41 -04:00
CHANGELOG.md Add Linux dashboard (#2395) 2025-08-05 09:40:51 +02:00
CONTRIBUTING.md Fix non descriptive CONTRIBUTING.md (#2323) 2025-07-01 11:54:57 +02:00
LICENSE Adding the basic stuff 2022-04-26 22:10:42 -07:00
Makefile Update Makefile (#2133) 2025-03-26 15:54:42 +01:00
README.md Update README.md (#2429) 2025-08-06 12:58:14 +02:00
buildkitd.toml [chore] add multi platform build support (#1785) 2024-11-24 18:49:26 +01:00
docker-compose-tests.yml [chore] drop _SERVICE for dependent service env variables (#1897) 2025-01-14 13:37:47 +01:00
docker-compose-tests_include-override.yml [otel-collector] - rename otelcol to otel-collector (#1841) 2024-12-16 10:04:24 +01:00
docker-compose.minimal.yml [image-provider] Add nginx metrics receiver and dashboard (#2330) 2025-07-04 23:41:09 +02:00
docker-compose.yml [image-provider] Add nginx metrics receiver and dashboard (#2330) 2025-07-04 23:41:09 +02:00
docker-gen-proto.sh Generate protobuf code for TypeScript service - Frontend (#1954) 2025-01-28 15:51:50 +01:00
ide-gen-proto.sh [checkout] rename checkoutservice to checkout (#1867) 2025-01-09 21:37:00 -05:00
package-lock.json build(deps): bump the npm-development-dependencies group across 4 directories with 7 updates (#2444) 2025-08-13 09:08:59 +02:00
package.json build(deps): bump the npm-development-dependencies group across 4 directories with 3 updates (#2377) 2025-07-21 17:25:26 +02:00

README.md

OTel logo OpenTelemetry Demo

Slack Version Commits Downloads License Integration Tests Artifact Hub OpenSSF Best Practices

Welcome to the OpenTelemetry Astronomy Shop 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.

Our goals are threefold:

  • Provide a realistic example of a distributed system that can be used to demonstrate OpenTelemetry instrumentation and observability.
  • Build a base for vendors, tooling authors, and others to extend and demonstrate their OpenTelemetry integrations.
  • Create a living example for OpenTelemetry contributors to use for testing new versions of the API, SDK, and other components or enhancements.

We've already made huge progress, and development is ongoing. We hope to represent the full feature set of OpenTelemetry across its languages in the future.

If you'd like to help (which we would love), check out our contributing guidance.

If you'd like to extend this demo or maintain a fork of it, read our fork guidance.

Quick start

You can be up and running with the demo in a few minutes. Check out the docs for your preferred deployment method:

Documentation

For detailed documentation, see Demo Documentation. If you're curious about a specific feature, the docs landing page can point you in the right direction.

Demos featuring the Astronomy Shop

We welcome any vendor to fork the project to demonstrate their services and adding a link below. The community is committed to maintaining the project and keeping it up to date for you.

AlibabaCloud LogService Elastic Oracle
AppDynamics Google Cloud Parseable
Aspecto Grafana Labs Sentry
Axiom Guance ServiceNow Cloud Observability
Axoflow Honeycomb.io SigNoz
Azure Data Explorer Instana Splunk
Causely Kloudfuse Sumo Logic
ClickStack Last9 TelemetryHub
Coralogix Liatrio Teletrace
Dash0 Logz.io Tracetest
Datadog New Relic Uptrace
Dynatrace OpenSearch

Contributing

To get involved with the project see our CONTRIBUTING documentation. Our SIG Calls are every other Wednesday at 8:30 AM PST and anyone is welcome.

Maintainers

For more information about the maintainer role, see the community repository.

Approvers

For more information about the approver role, see the community repository.

Emeritus

For more information about the emeritus role, see the community repository.

Thanks to all the people who have contributed

contributors