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

Multiple docker-compose environment variable do not work #3508

Open
mikymigs opened this issue Feb 10, 2023 · 2 comments
Open

Multiple docker-compose environment variable do not work #3508

mikymigs opened this issue Feb 10, 2023 · 2 comments

Comments

@mikymigs
Copy link

I'm trying to figure out what the options described in the documentation to configure the UI actually do. It's hard to know because it doesn't seem to be documented except for a vague description in the table. Please let me know if a more detailed documentation exists, for example, is there any screenshot somewhere showing what is the expected display when setting the property "zipkin.ui.environment"?

I'm asking this because I've been trying properties that seem to have no effect but I'm not 100% sure since it might just be a poor understanding on my side of how it's supposed to work.

Here's my docker-compose configuration for Zipkin:

  zipkin:
    image: openzipkin/zipkin:2.24.0
    ports:
      - "9411:9411"
    environment:
      ZIPKIN_UI_ENVIRONMENT: "test"
      ZIPKIN_UI_SEARCH-ENABLED: "false"
      ZIPKIN_UI_DEPENDENCY_ENABLED: "false"
      ZIPKIN_UI_SUPPORT-URL: "http://yahoo.com"
  • ZIPKIN_UI_ENVIRONMENT --> no visible effect on the UI. "test" does not appear anywhere.
  • ZIPKIN_UI_SEARCH-ENABLED --> switching between "false" and "true" values does not seem to have any effect on the UI.
  • ZIPKIN_UI_DEPENDENCY_ENABLED --> seems to work (it shows/hides the dependencies menu if you clear the cache).
  • ZIPKIN_UI_SUPPORT-URL --> seems to work (adds a question mark button à top right corner pointing to the configured link)

So it seems at least the 2 first properties have no effect. Or maybe I just don't understand how they work. Any help is appreciated.

Thank you,

@jcchavezs
Copy link
Contributor

jcchavezs commented Feb 10, 2023 via email

@selagnsknox
Copy link

I have the same issue with the environment variable:
MEM_MAX_SPANS

I run:
docker run -d -e MEM_MAX_SPANS=4000 -p 9411:9411 openzipkin/zipkin

But no changes to the amount of spans saved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants