Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

Datadog tracing: Can I add a span to multiple traces?

Is there a way to add a span to multiple traces in Datadog tracing? Our service receives orders that are batched into a transaction and then the transaction is processed. Each received order comes ...
Julien__'s user avatar
  • 2,028
0 votes
1 answer
443 views

Could we use sleuth without spring cloud? [closed]

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 ...
Shreejan Acharya's user avatar
0 votes
1 answer
188 views

Tracing in disconnected Systems

I know there are libraries for tracing requests in distributed systems based on OpenTracing and OpenTelemetry; these all work because the requests are connected/chained(microservices talking to each ...
Magellan's user avatar
0 votes
1 answer
26 views

How do I use the parameters in the RosinRammlerDistribution to adjust the profile for particle injection

I am trying to use the RosinRammlerDistribution in a lagrangian kinematic solution of injecting particles into an air stream, viz. RosinRammlerDistribution { ...
John Wooten's user avatar
1 vote
1 answer
75 views

Is there a SPARQL Query to Trace different Process steps of one Workflow into one row

I use GraphDB to store different production steps. The productionsteps are typified by their steps such as A,B,C,D. Process steps that belong together are connected by the object property ":...
PhilippGr's user avatar
0 votes
1 answer
48 views

SQL Server 2014 tracking information

I have problem with data in rows in some table. I want to know how they have changed. If someone changed via update or code application. Unfortunately I didn't have options “Change tracking = on“ and ...
Anka Anka's user avatar
0 votes
0 answers
83 views

Updating Date on GetDate Function From Different Table

I'm fairly new to writing SQL and I consider myself quite novice in all facets of programming. I have been working on a sql project for a friend and wanted to track changes. I'm using SQL Server and ...
Jared's user avatar
  • 1
1 vote
0 answers
102 views

Is there a tool that tracks data flow in all given codebase?

Is there a tool that helps to track all potential use of, say, a specified variable? At the moment I need this for PHP but would like also to know if there are (better) tools for other languages ...
Jānis Elmeris's user avatar
1 vote
1 answer
2k views

Track data change (Update/Delete) in MySQL

I have a db schema where user data is stored using foreign key references , these foreign keys are admin defined . Also , there is some data which is stored without primary keys , however I have ...
Varun Jain's user avatar
  • 1,911
0 votes
1 answer
542 views

Suggestion on Customer Profiling System: Books, Articles, etc

I'm going to work on a Customer Profiling project (similar but not same to Google Analytics) for our own E-Commerce website using C#. I'm pretty new to this kind of project, and the Customer Profiling ...
Mouhong Lin's user avatar
  • 4,509
4 votes
1 answer
319 views

Method for runtime comparison of two programs' objects

I am working through a particular type of code testing that is rather nettlesome and could be automated, yet I'm not sure of the best practices. Before describing the problem, I want to make clear ...
Iterator's user avatar
  • 20.6k
1 vote
2 answers
2k views

we have the CSV / SSV. What are the | separated values called?

we have the CSV for comma-separated-values / SSV for semi-colon-seperated-values. So what is the name for a | separated value? Btw what even is the name for thhe | symbol? (i remember its a pipe, ...
Pacerier's user avatar
  • 89.4k
3 votes
3 answers
2k views

Tracking "Windows Search" Queries

I can enable logging for Windows Search through the registry (see below), but this only captures queries sent through the default user-interface for Windows Search. I want to capture queries used by ...
AMissico's user avatar
  • 21.7k