Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Zipkin not showing any span and trace #111

Open
ivan86to opened this issue Mar 4, 2019 · 5 comments
Open

Zipkin not showing any span and trace #111

ivan86to opened this issue Mar 4, 2019 · 5 comments

Comments

@ivan86to
Copy link

ivan86to commented Mar 4, 2019

Related to #100

I have package my microservices wirh zipkin profle

SPRING_PROFILES_ACTIVE -> prod,swagger,zipkin

Jhipster version 5.7.2

JHipster configuration, a .yo-rc.json file generated in the root folder
.yo-rc.json file
{
  "generator-jhipster": {
    "promptValues": {
      "packageName": "com.finance",
      "nativeLanguage": "it"
    },
    "jhipsterVersion": "5.7.2",
    "applicationType": "microservice",
    "baseName": "anagrafe",
    "packageName": "com.finance",
    "packageFolder": "com/finance",
    "serverPort": "8081",
    "authenticationType": "uaa",
    "uaaBaseName": "uaa",
    "cacheProvider": "hazelcast",
    "enableHibernateCache": true,
    "websocket": false,
    "databaseType": "sql",
    "devDatabaseType": "mssql",
    "prodDatabaseType": "mssql",
    "searchEngine": false,
    "messageBroker": "kafka",
    "serviceDiscoveryType": "eureka",
    "buildTool": "maven",
    "enableSwaggerCodegen": false,
    "jwtSecretKey": "bXktc2VjcmV0LXRva2VuLXRvLWNoYW5nZS1pbi1wcm9kdWN0aW9uLWFuZC10by1rZWVwLWluLWEtc2VjdXJlLXBsYWNl",
    "testFrameworks": [],
    "jhiPrefix": "jhi",
    "otherModules": [],
    "enableTranslation": true,
    "clientPackageManager": "npm",
    "nativeLanguage": "it",
    "languages": [
      "it",
      "en",
      "fr",
      "es"
    ],
    "skipClient": true,
    "skipUserManagement": true
  },
  "generator-jhipster-entity-audit": {
    "auditFramework": "custom"
  }
}
Environment and Tools

java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

git version 2.12.2.windows.2

node: v10.15.1

npm: 6.4.1

yeoman: 2.0.5

yarn: 1.7.0

Docker version 18.09.2, build 6247962

docker-compose version 1.23.2, build 1110ad01

@ivan86to
Copy link
Author

ivan86to commented Mar 4, 2019

Zipkin does not even display the list of services

immagine

@zsliu
Copy link

zsliu commented Oct 7, 2019

Any update on this issue? I run into the same issue

@heinminhsoe
Copy link

I run into same issue as well.

@st4rtx
Copy link

st4rtx commented Nov 10, 2020

any body find solution?

@st4rtx
Copy link

st4rtx commented Nov 14, 2020

i find it must be write dependencies on pom.xml after log4j section :

             <!-- introducing slueth dependency -->
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-sleuth</artifactId>
    </dependency>
    <!-- introducting the spring zipkin dependency -->
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-zipkin</artifactId>
    </dependency>

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

No branches or pull requests

4 participants