Skip to content
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

updated versions failed to run the app #2

Open
zriyansh opened this issue Jul 19, 2023 · 6 comments
Open

updated versions failed to run the app #2

zriyansh opened this issue Jul 19, 2023 · 6 comments

Comments

@zriyansh
Copy link

zriyansh commented Jul 19, 2023

the following error occured.

Screenshot 2023-07-19 at 23 38 12

here's the otel version I updated

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
    <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.5.1" />
    <PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.6.0-alpha.1" />
    <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.6.0-alpha.1" />
    <PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.6.0-alpha.1" />
    <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.6.0-alpha.1" />
    <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.5.0-beta.1" />
    <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.5.0-beta.1" />
    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
  </ItemGroup>

  <!-- <ItemGroup>
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.Console\OpenTelemetry.Exporter.Console.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.Jaeger\OpenTelemetry.Exporter.Jaeger.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.Zipkin\OpenTelemetry.Exporter.Zipkin.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Instrumentation.AspNetCore\OpenTelemetry.Instrumentation.AspNetCore.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Extensions.Hosting\OpenTelemetry.Extensions.Hosting.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Instrumentation.Http\OpenTelemetry.Instrumentation.Http.csproj" />
    <ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.OpenTelemetryProtocol\OpenTelemetry.Exporter.OpenTelemetryProtocol.csproj" />
  </ItemGroup> -->


</Project>

The app runs without updating the versons

@pranay01 @prashant-shahi

@willbush
Copy link

willbush commented Sep 2, 2023

Looks like changes have happened to the API. Docs for .NET on signoz.io are also out-of-date.

@pranay01 pranay01 assigned ankit01-oss and unassigned ankit01-oss Sep 2, 2023
@pranay01
Copy link
Contributor

pranay01 commented Sep 2, 2023

Thanks a lot for pointing it our @willbush If you have good understanding of .NET would you like to raise a PR updating the docs?

Our docs are also open source. For .Net - https://github.com/SigNoz/signoz.io/blob/main/docs/instrumentation/dotnet.md

@willbush
Copy link

willbush commented Sep 2, 2023

Thanks a lot for pointing it our @willbush If you have good understanding of .NET would you like to raise a PR updating the docs?

Our docs are also open source. For .Net - https://github.com/SigNoz/signoz.io/blob/main/docs/instrumentation/dotnet.md

I started to make a PR. I wanted to mess with it more to make sure I understand the implications of each setting. I'll try to by sometime next week.

@pranay01
Copy link
Contributor

pranay01 commented Sep 2, 2023

Awesome! Look forward to your PR

@willbush
Copy link

Awesome! Look forward to your PR

I haven't forgotten! Will try to get it done this week. I've been busy last week with other things :(

@willbush
Copy link

Sorry, going through my open issues, I did forget :C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants