Bart
Bart
I'm running the tracetests as part of a CI/CD pipeline in a github action. It would be nice to output the tests to the summary screen of the github action....
I like to deploy tracetest's yaml files as part of a CD pipeline. Currently the tracetest server is already deployed by a helm chart via a github action. The github...
The analyzer is a nice addition to the toolset. When tracing request from 3th party api's, there is no option to fix for example naming conventions for the SPAN name....
This is my yaml snipped to provision tracetest: ``` provisioning.yaml: |- | --- # Datastore is where your application stores its traces. You can define several different datastores with #...
This my instrumentation ``` var assembly = typeof(Program).GetTypeInfo().Assembly; var styleSheetName = "customhangfire.css"; var resourceName = assembly.GetManifestResourceNames() .FirstOrDefault(name => name.EndsWith(styleSheetName)); if (resourceName != null) { GlobalConfiguration.Configuration.UseDashboardStylesheet(assembly, resourceName); } else { Log.Warning($"Custom...
Hi, see also this sample: https://github.com/otodockal/angular-on-horizon
great work! Is there a typescript definition file available or planned? tx Bart
remove quotes from argumentException in CreateConnectionFactory to throw real cluster name
I'm optimizing a build and deploy pipeline with cake for fast local development of pipelines and local deployments. One idea is to use the latest image if no source code...
**Describe the bug** Traffic to a SQL server is not tunneled. Working fine without the B2K connected. **Mention the platform you are using** VSCode and Visual Studio (latest) Windows 11...