-
Notifications
You must be signed in to change notification settings - Fork 69
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
InspectIT not able recognize my application ,need help for fetching service graph on grafana #1524
Comments
Hello sowndarya123, |
hi Team.. I need your quick help on this. Request for one-one if possible |
Hi @sowndarya123 , Use the inspectIT Ocelot Version only. |
Thank you for the clarity on CMR. 2022-09-27 11:24:31.627 INFO [vets-service,,] 18 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VETS-SERVICE/vets-service:vets-service:8083 - registration status: 204 org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://tracing-server:9411/api/v2/spans": tracing-server; nested exception is java.net.UnknownHostException: tracing-server am looking for service graph to get generated from my application .Need your help on that . apart from pet application for any sample application what is the prerequisite for the service graph in grafana for any application |
EMERGENCY! EUREKA MAY BE INCORRECTLY CLAIMING INSTANCES ARE UP WHEN THEY'RE NOT. RENEWALS ARE LESSER THAN THRESHOLD AND HENCE THE INSTANCES ARE NOT BEING EXPIRED JUST TO BE SAFE. |
Hey @sowndarya123 , Your Logs look wired. Are you exporting to Zipkin ? |
hi Sasha, Sorry to bother you regarding time.. |
Hi @sowndarya123 as @danipaniii and @SaschaBrechmannVHV already pointed out we need to have more information here :)
|
Hi , Am using the official demo environment (https://github.com/inspectIT/inspectit-ocelot-demo ) i dont see a specific container for zipkin on my docker desktop but i see jaeger running . "level":"info","ts":1664277742.1521714,"caller":"healthcheck/handler.go:129","msg":"Health Check state change","status":"ready"} |
error -logs from API Gateway. 72.22.0.9:8081] The connection observed an error reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response 2022-09-27 13:00:05.402 ERROR [api-gateway,685120f05e6e9dfa,685120f05e6e9dfa] 17 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [f80eb55e-3] 500 Server Error for HTTP GET "/api/gateway/owners/9" org.springframework.web.reactive.function.client.WebClientRequestException: Connection prematurely closed BEFORE response; nested exception is reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response 2022-09-27 13:05:05.248 INFO [api-gateway,,] 17 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration |
Can you share the docker-compose file, which you are using? |
version: '3' services: OcelotServes as a collector for tracesagent: Fetches the configurationocelot-config-server: Self Monitoringocelot-eum-server:
Petclinicconfig-server: discovery-server: customers-service: visits-service: vets-service: api-gateway:
Monitoring BackendLoad GeneratorArtificial load on Demoload: PrometheusTime Series Database & Monitoringprometheus: JaegerCollects and visualizes tracesjaeger: GrafanaDashboardinggrafana:
Grafana Loki & PromtailMake logs available in Grafanaloki: promtail: volumes: |
Hi @sowndarya123, can you please edit your previous post and use proper code formatting? It is really hard to read your posts when the error logs / configs are not formatted properly. Also, can you please attach your It seams that none of your services is called Either change your configuration or rename the Jaeger service in the docker compose file. |
custom-service-logs.txt These are the log files . |
I have sample application ,application started with agent but was not recognized by UI .I also tried with pet application .Please help with that
The text was updated successfully, but these errors were encountered: