James Chaldecott
James Chaldecott
> Since swagger-ui is independent of the OpenAPI document, users can independently incorproate into their applications if needed via third-party packages or their own code (swagger-ui just needs a pointer...
I can confirm I had the same problem with the .Net 5.0 "ASP.Net Core + Angular" template with BrowserLink in VS2019.
That's a very blunt instrument, though. If you want to include everything except one query parameter (e.g. because chromium refuses to allow browser JS to set auth headers on websocket...
> @stevejgordon > >For inbound HTTP requests, query string parameters are now redacted by default > > Is there a way to opt out? OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION See: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docs/config.md#instrumentation-options https://github.com/open-telemetry/opentelemetry-dotnet/pull/5532
> Closing. Latest released brings `OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION` to redact all data. It can be disabled by mentioned environmental variable. That isn't equivalent. 1. It defaults the other way. That setting _prevents_...
Thanks, all.
Were you able to discuss this in the SIG? We just saw the issue this week in a cluster with some pretty busy nginx-ingress pods. Each ingress pod is generating...
Thanks. Taking job name into account would probably be enough to sort out our issue (multiple nginx-ingress jobs landing on the same collector). I've been looking at the code and...
The `targets` list in the return from the REST API lists host & port (e.g. `10.1.4.87:8080`). Is that all that is used for the hashing, or do I need the...
Honestly, if the hashing algorithm itself is halfway decent then I think just including the job name in the hash input will just yield a _different_ set of hashes. There's...