also it would be cool to be able "open from clipboard" (maybe this one exists in fact)
also it would be cool to be able "open from clipboard" (maybe this one exists in fact)
hello @kaylacinnamon.bsky.social
I wonder if it was suggested in the past to have Snip & Sketch having a "circle with Right Click" to circle something to censor things out fast
(Snip & Sketch would love shortcut mapping)
And able to save or have "profiles" for censor (blur / full rectangle / ...)
hello @madskristensen.net
I just saw that the Devops portal have possibly a sub-domain in
"aex.dev.azure.com"
I tried to search up a bit but can't find where the difference with "dev.azure.com" is documented.
Any idea where to look for details ? (Unsure who would the community manager for AZDO)
or maybe @poppastring.com / @visualstudio.com
hello @madskristensen.net
i don't see anymore the button of Code Search on the top right to change the code split to be vertical/horizontal on both 2022 and 2026
and i can't tell in the setting where would that be
i also don't see a line in the settings.json
how does one change it now ?
yeah i have no idea
i switched to grpc and got a 404
i guess the endpoint is different but its not documented so hard to tell and find for that part
ok stupid question
since i'm not using any form of collector
im directly hitting datadog
how did you find/know that they are using 0.133.x ?
so that i can push that to them directly
hi @martincostello.com
i saw you opened github.com/open-telemet...
on the otel-collector repo
i seem to face something similar on the OtelExporter itself (but only for metrics)
github.com/open-telemet...
any tips or clue for what to do or checks in case i have miss configured my code ?
this is what is look like in case you're interested:
github.com/tebeco/Agent...
metrics returns 400
"\b\u0003\u0012MInvalid protobuf structure: proto: wrong wireType = 1 for field BucketCounts\n"
I'll see if support understand from the server side what's happening
if you have any idea i'll take it
yeah i guessed so
don't worry about this one
tbh i feel like all datadog page should all add the otel dotnet sdk samples
lots of Java and JS
and the dotnet one (cumulative delta) had:
DelayInMillisecond = Convert.ToInt32("5000")
this hurts to read ^^
i found info mixed in many places
some looking at the opentelemtry.io
some in a weird page on DD which i didn't expect
and some by disabling enable "just my code" and debugging OTEL sdk
i'll be adding a ResourceDetector to DI
and from that have KVP added
oteldocs also shows AddAtrributes
regarding metrics
we were confirmed "whitelisted" around april
i'll ask support to confirm that it's indeed whitelisted
i don't know if you're allowed to confirm if the docs is incorrect by looking at the linked repo and the value i'm using for the header
else i'll reping support for that i guess
i sort of find my way by using ResourceDetector
the repo you linked directly hardcode the values from const
in order to make that flexible it needs to use ResourceDetector
it works kinda like a StaticLogEnricher for settings KeyValuePair with DI and thus IOptions
i wanted to avoid as much as possible specific package for now and see how the integration from dotnet and otel sdk worked out
this is the closest i got, any tips for what's missing ?
im getting 400 for the metrics
i cant find the equivalent of DD_SERVICE / DD_TAGS...
github.com/tebeco/Agent...
can you point me to the docs page using the AddOpenTelemetry specific api from datadog ?
the only docs i'm finding so was is related to the collector which i'm trying to avoid
i'm trying from a raw aspire starter to add to the service default the config like a nuget would do
i'm especially curious about the trace/log correlation since the docs only show Setilog example for that. i wonder without serilog and the native logger
i also saw something ultra weird about truncating trace id, that doesn't feel normal at all AFAICT
hello @andrewlock.bsky.social
i just noticed you worked for datadog
i saw that you made helpful article about logging as well
do you have one article that show how to use native OTEL from aspnetcore to send the logs to datadog OTEL endpoint ?
in case anyone's in contact with Roji at #efcore
i was going to ask why InMemoryDbContext isn't deprecated to possibly remove it from public api since there's so much controversy about all the false positive and false negative it can yield back during testing
i'm honestly surprised
thx for taking the time
do you need more info that could help the resolution ?
or the team behind have already enough to work on it ?
just in case
it's still happening with 27927.1
i re created a new feedback
sure i'll do that
want the number here afterward or i let the process go through support team ?
@jenmsft.bsky.social
is there a known bug on the latest dev or canary of windows that when running from the latest insider of vs2022
instead of using wt preview as a default terminal it still pops out conhost ?
this is super recent like max 1month i think
even "cmd" inside Win+R pops conhost
No Boot, No Hacker
i wonder what would the code look like if there was such a file that could update the sdk in c# and manage version
these could be drafted as
dnvm.cs
dnx.cs
what could we do with this 🤔😐🙃
Modifier have ShouldSerialize but it doesn't allow mutation like trimming
i don't see either a way to remove string from array
or truncate
@james.newtonking.com
is there a way with STJ, i'm thinking modifier / converter to read and modify value value of existing JsonElement
eg:
removing empty string inside array
trim string
remove empty string
remove empty array
truncate string only if they are inside string array
hum someone said hotdog ?
is the link on twitter contains the same info as above ? or a competent
The well being of twitter is less and less a thing and they are less and less permissive reading people without account / browser in app to access it
unsure if that's probably better to post here and link the other way around
i'm curious about the recommendation using the client factory @davidfowl.com
all the config is a db lookup
does what you're saying it that the configuration pipeline is useless ?
since i can't predict it until i do a database lookup
so just a blank CreateClient() ?