I am working in a project which uses scala and twitter server finagle. Our project's requirement has logging and tracing. While searching, I came across sleuth and zipkin. I am able to integrate zipkin as I found library for finagle but couldn't find any sleuth related library. I have looked into the documentation of sleuth but it only relate to spring. So my question is has anybody used sleuth in other than spring? Is it possible? If anybody has then could you provide documentation or example.
Could we use sleuth without spring cloud?
373 views Asked by Shreejan Acharya At
1
There are 1 answers
Related Questions in SCALA
- Mocking AmazonS3 listObjects function in scala
- Last SPARK Task taking forever to complete
- How to upload a native scala project to local repo by sbt like using "maven install"
- Folding a list of OR clauses in io.getquill
- How to get latest modified file using scala from a folder in HDFS
- Enforce type bound for inferred type parameter in pattern matching
- can't write pyspark dataframe to parquet file on windows
- spark streaming and kafka integration dependency problem
- how to generate fresh singleton literal type in scala using macros
- exception during macro expansion: type T is not a class, play json
- Is there any benefit of converting a List to a LazyList in Scala?
- Get all records within a window in spark structured streaming
- sbt publishLocal of a project with provided dependencies in build.sbt doesn't make these dependencies visible to projects using the project as library
- Scala composition of partially-applied functions
- How to read the input json using a schema file and populate default value if column not being found in scala?
Related Questions in LOGGING
- ModuleNotFoundError: No module named 'src' while importing logging
- How to get domains in Shadowsocks server log with Shadowsocks Android
- How to enable log to console Cosmos Client SDK requests
- pino-pretty logging special characters as literal
- unable to serialize JSON type logs In fluentd(logging-operator)
- How to configure different loggers separately in structlog?
- detect catalina.out log path from a running tomcat on non-Windows
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- Ubuntu:24.04 Container generating excessive logs
- Transform Load pipeline for a logs system: Apache Airflow or Kafka Connect?
- Deisred log is not rotating
- Purpose of setting debug="false" in log4j at configuration level
- RobotFramework hangs after xx lines of log
- logging in multiprocess writes to same log
- Masking in logback.xml with all request and responses
Related Questions in SPRING-CLOUD-SLEUTH
- Spring Boot 3 KafkaTemplate tracing (traceId, spanId, baggage) is missing
- No Traces reported by GCP Load Balancer to Google Cloud Trace
- Baggage is shared between threads after Spring Boot 3 migration
- TraceId and Span are empty in async task logs
- Spring Cloud Sleuth to Micrometer Tracing Migration (SB 2.7 -> 3.1.x) - No Trace_ID (Otel)
- Spring Cloud Sleuth to Micrometer migration: options to close gaps
- Spring Cloud Sleuth different trace-ID integrate with pubsub: not propogating same trace-id in one call
- Use @SpanTag to assign value from object
- Spring Cloud Sleuth is not compatible with this Spring Cloud release train
- Java/Spring boot/ActiveMq/Sleuth Consumer app do not have traceId/spanId in logs
- sleuth + aws cloudwatch + spring boot microservices
- Spring Boot 3.x with Micrometer Tracing problems for spring-cloud-gateway
- Spring sleuth is exporting spans under different trace ids for a same request trace
- which dependencies to add mitigating from spring cloud sleuth to micrometer
- Replacing WebFluxSleuthOperators when updating from sleuth to micrometer - Spring boot 3 upgrading
Related Questions in TWITTER-FINAGLE
- Finagle client is not refreshing dns cache properly
- Twitter Futures - how are unused futures handled?
- Finagle and load balancing
- Could we use sleuth without spring cloud?
- Print the JSON response from GET request in Finagle
- ChannelClosedException - Upstream Address: Not Available
- configuration of twitter finagle redis client with tls enabled
- Starting two Scala Finagle ListeningServers at once
- How to make a finagle client automatic try to reconnect if the server goes down?
- How does one get all query params from within a endpoint?
- TwitterServer (Finch/Finagle) seems to block api call till it finishes its calculation
- Finagle filter sequence of futures of option
- cannot find symbol symbol: variable param location: class com.twitter.finagle.transport.Transport.Liveness
- java.lang.IllegalArgumentException: Failure parsing Toggle config resources when updating Scala version from 2.11 to 2.12
- Twitter Future & Cats Arrow
Related Questions in DATA-TRACING
- Datadog tracing: Can I add a span to multiple traces?
- Could we use sleuth without spring cloud?
- Tracing in disconnected Systems
- How do I use the parameters in the RosinRammlerDistribution to adjust the profile for particle injection
- Is there a SPARQL Query to Trace different Process steps of one Workflow into one row
- SQL Server 2014 tracking information
- Updating Date on GetDate Function From Different Table
- Is there a tool that tracks data flow in all given codebase?
- Track data change (Update/Delete) in MySQL
- Suggestion on Customer Profiling System: Books, Articles, etc
- Method for runtime comparison of two programs' objects
- we have the CSV / SSV. What are the | separated values called?
- Tracking "Windows Search" Queries
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Spring Cloud Sleuth is part of Spring Cloud, it does the followings:
Based on this, the answer for your questions:
Yes, you can use Spring Cloud Sleuth without using other Spring Cloud projects, there are common things (
spring-cloud-commons) that you will get but you don't need to use the other Spring Cloud projects.Since Spring Cloud Sleuth is part of the Spring portfolio it was made to work with Spring, while you might be able to hack it and reuse things from
spring-cloud-sleuth-apiandspring-cloud-sleuth-braveit was not made for this use-case, Spring Cloud Sleuth was made to work with Spring applications.I would recommend taking a look at OpenZipkin's Brave, it's a tracing library that you can use to instrument your codebase, Sleuth is using it by default.