Alan West

Results 40 issues of Alan West

Fixes #863 Here it is folks. I've been running this action from my own fork of the community repo for months now. I've modified the tool to retrieve its configuration...

The OpenTelemetry.Exporter.Prometheus.AspNetCore project currently targets `net6.0`. End users on earlier versions of .NET will not be able to use the exporter. Should we attempt to offer support for earlier versions?...

question
area:exporter:prometheus

Related conversation https://github.com/open-telemetry/opentelemetry-dotnet/pull/3454/files#r927184812 The [top-level `name` field was dropped](https://github.com/open-telemetry/opentelemetry-specification/pull/2271) from the log data model. Originally, .NET's `LogRecord.CategoryName` was intended to serve the purpose of this top-level field. `CategoryName` cannot be...

enhancement
area:sdk
logs

### Packages to rename The following packages in both the main and the contrib repos should be renamed to better describe what they contain. | Current name | Suggested name...

# Bug Report If you only add HttpClient instrumentation to an ASP.NET Core app, no spans from HttpClient are collected. The issue is not specific to HttpClient instrumentation. I have...

documentation

There have been some substantial improvements recently to the development experience in VSCode for the opentelemetry-dotnet project (#2997 and #3036). Though even after #3036, I still have issues running tests...

bug

## Bug Enabling Infinite Tracing when running the agent in an Alpine Linux Docker container causes the following exception: ```text 2020-10-07 12:27:07,093 NewRelic DEBUG: [pid: 1, tid: 19] SpanStreamingService: Error...

bug
help wanted
community

**Describe the bug** The [dotnetdiagnosticsreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dotnetdiagnosticsreceiver) errors and shuts down after running for a few seconds. I've seen a couple different errors occur: ``` 2021-05-25T16:23:01.150-0700 error dotnetdiagnosticsreceiver/receiver.go:98 parseAll error {"kind": "receiver",...

bug
receiver/dotnetdiagnostics

Adds a `ref` parameter to the workflow that must be specified when running it. When running the workflow manually, specifying the `ref` is required. For our releases, we create both...

I think I like this approach better than #3634. The pack and publish job is kicked off automatically upon creating a release in GitHub. ### Step 1 - Create and...