Skip to content

Default OLTP protocol in dotnet #5987

Closed Answered by cijothomas
Gladskih asked this question in Q&A
Discussion options

You must be logged in to vote

Auto-instrumentation used http as default, but sdk (i.e this repo) uses gRPC as default.
The spec recommends Http as default unless there is a good reason. For this repo, there is good reason - it shipped 1.0 with gRPC as default, so changing default to Http is a breaking change.

This repo should also change to HTTP by default, when there is a major bump (2.* release), but AFAICT, there is no such plans near term.
#2959 is an existing issue for this.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Gladskih
Comment options

@cijothomas
Comment options

@Kielek
Comment options

Kielek Nov 18, 2024
Collaborator

@cijothomas
Comment options

Answer selected by Gladskih
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants