Iuliu Pop
Iuliu Pop
I got the same error using the [AWS managed Lambda Layer for ADOT Java Auto-instrumentation Agent and ADOT Collector](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr): ``` { "errorType": "Runtime.ExitError", "errorMessage": "RequestId: 6d3458ba-efb3-4135-96f9-3d9b7f35499a Error: Runtime exited with...
@rijulg You can reference an environment variable in a collector configuration like this: ``` otlp/lightstep: endpoint: "ingest.lightstep.com:443" headers: "lightstep-access-token": "${LIGHTSTEP_ACCESS_TOKEN}" ``` See [OTel docs](https://opentelemetry.io/docs/collector/configuration/#configuration-environment-variables). I just set the environment variable...
The discussion in this [issue](https://github.com/aws-observability/aws-otel-lambda/issues/225#issuecomment-1047279842) references a number of proposals for external, dynamic configuration, especially for secrets.
Any follow-up on this? Happy to assist in debugging or to give more detail about my specific CDK setup if that's necessary. Either way, I'll try again in a couple...
That's helpful thanks! I will try again with the pro version :)
Ran into same problem. Shared my workaround here: https://github.com/testing-library/user-event/issues/1115#issuecomment-1565730917
Did you get the cookies from signing in with SSO? I believe OAuth 2.0 based SSO won't work when using an automated browser, even if you save the cookies before-hand...
"If I manually type in my details here, it still fails, saying the channel can't be found, without waiting for the page to finish loading." Hmm, this sounds instead like...
@jamesmurdza if you have access to Slack's JSON API, then that's a far more reliable and convenient solution than the scraper :)
@mkantautas this scraper doesn't collect that information on huddles. Happy to accept your contributions if you'd like to add that feature! You can open a draft PR and I answer...