-
In the go OpenTracing library they have a concrete log `Field` class (https://github.com/opentracing/opentracing-go/blob/master/log/field.go). Is there any desire / thought to have a `Field` class in …
-
Using `2.0.0-rc.4` (`rc.3` also fails)
If it's any help, I updated to Meteor 1.5 and meteor-azure 2.0.0-rc.4, tried to deploy and got this error. Rolled back to 1.4 and rc.3 and I'm still getting t…
-
@zooba Both with the Portal and Kudu
Failed to install web app extension Python 3.6.0 x86. {\"Message\":\"ExitCode: 4, Output: D:\\\\home\\\\SiteExtensions\\\\python360x86>taskkill /F /IM python.ex…
-
I cautiously followed these [steps](https://christianliebel.com/2016/05/auto-deploying-to-azure-app-services-from-gitlab/)
The only difference I have with this tutorial is that I want to trigger de…
-
### Repro steps in CLI
Create Linux app service plan
```
az appservice plan create --name myAppServicePlan --resource-group myResourceGroup2 --sku S1 --is-linux --location "West US"
```
Create we…
-
Hi
I am using [azure VScode plugin ](https://azure.microsoft.com/en-us/blog/continuous-integration-delivery-of-web-apps-from-atlassian-bitbucket/)to deploy to azure, but get these exceptions on my b…
-
Analogous to known tags ( #18 ), we currently also have `ITracer` extension methods for the built-in formats.
Examples:
``` csharp
public static void InjectTextMap(this ITracer tracer, ISpanContext …
-
The issue was we upgraded Kudu to use [NewtonSoft 9.0.0](https://github.com/projectkudu/kudu/commit/121eef5fe9f1d987bc0662eee72ca166cfdcb5c0 ). However, System.Net.Http.Formatting still depends the o…
-
As of #2, I'd like to discuss how we should pass parameters (tags, references, timestamp) to `ITracer.StartSpan`. There are multiple options for this:
### 1 - Optional parameters
``` csharp
/* ITrace…
-
After reading through https://github.com/opentracing/opentracing-java/issues/31 for about 5 times, I think I finally understand all statements and I agree with the current Tracer API. C# already has t…