-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Instrumentation.Hangfire] Added support for custom job display names #756
Conversation
|
@fred2u, could you please check? |
...lemetry.Instrumentation.Hangfire/Implementation/HangfireInstrumentationJobFilterAttribute.cs
Outdated
Show resolved
Hide resolved
@Kielek I wasnt sure where to put it .. is an entry below "Unreleased" suitable? |
Yes, you can find example here: opentelemetry-dotnet-contrib/src/OpenTelemetry.Contrib.Instrumentation.AWS/CHANGELOG.md Lines 3 to 8 in 8f7fbd4
|
@Kielek Ok, added the entry to CHANGELOG |
@fred2u The failing builds are related to The build will probably fail for the same reason with v6. |
^ That is only a warning and not an error. Build fails for different reason. C:\Users\runneradmin.nuget\packages\system.diagnostics.diagnosticsource\7.0.0-rc.1.22426.10\buildTransitive\netcoreapp2.0\System.Diagnostics.DiagnosticSource.targets(4,5): warning : System.Diagnostics.DiagnosticSource 7.0.0-rc.1.22426.10 doesn't support netcoreapp3.1 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk. [D:\a\opentelemetry-dotnet-contrib\opentelemetry-dotnet-contrib\test\OpenTelemetry.Instrumentation.Process.Tests\OpenTelemetry.Instrumentation.Process.Tests.csproj] |
Oh, sorry - did not see the actual error because of the irritating warning. It's fixed now. The remaining problem seems to be a test failure in a project I did not touch: |
Fixes #755.
Changes
Adds support for using custom display names in the activities display name.