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

Removes Jaeger Agent from Jaeger Hotrod Demo #4923

Open
linghengqian opened this issue Sep 8, 2024 · 3 comments · May be fixed by #4972
Open

Removes Jaeger Agent from Jaeger Hotrod Demo #4923

linghengqian opened this issue Sep 8, 2024 · 3 comments · May be fixed by #4972
Labels
bug Something isn't working

Comments

@linghengqian
Copy link
Contributor

linghengqian commented Sep 8, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. It would be nice to have [...]

services:
  opensearch-node1:
    hostname: node-0.example.com
    image: opensearchproject/opensearch:2.16.0
    environment:
      discovery.type: single-node
      OPENSEARCH_INITIAL_ADMIN_PASSWORD: opensearchNode1Test
    volumes:
      - opensearch-config1:/usr/share/opensearch/config/
    expose:
      - 9200
      - 9600
  opensearch-dashboards:
    image: opensearchproject/opensearch-dashboards:2.16.0
    ports:
      - "14321:5601"
    environment:
      OPENSEARCH_HOSTS: '["https://opensearch-node1:9200"]'
    depends_on:
      - opensearch-node1
  data-prepper:
    restart: always
    image: opensearchproject/data-prepper:2.9.0
    volumes:
      - ./pipelines.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml
      - ./data-prepper-config.yaml:/usr/share/data-prepper/config/data-prepper-config.yaml
      - opensearch-config1:/usr/share/opensearch-test/:ro
    expose:
      - 21890
    depends_on:
      - opensearch-node1
  otel-collector:
    image: otel/opentelemetry-collector-contrib:0.108.0
    volumes:
      - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
    expose:
      - 1888
      - 8888
      - 8889
      - 13133
      - 4317
      - 4318
      - 55679
    depends_on:
      - data-prepper
  jaeger-hot-rod:
    image: jaegertracing/example-hotrod:1.60.0
    command: [ "all" ]
    environment:
      - OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318
    ports:
      - "8080:8080"
    expose:
      - 8083
    depends_on:
      - otel-collector
volumes:
  opensearch-config1:

Describe the solution you'd like
A clear and concise description of what you want to happen.

  • Removes Jaeger Agent from Jaeger Hotrod Demo.

Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

  • Null.
@dlvenable
Copy link
Member

We can close this once #4921 is merged.

@dlvenable dlvenable added bug Something isn't working and removed untriaged labels Sep 10, 2024
@linghengqian
Copy link
Contributor Author

We can close this once #4921 is merged.

#4921 does not actually remove the dependency on jaeger agent. Should I update my PR?

@linghengqian
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
2 participants