Clay Smith
Clay Smith
The chromium instance uses /tmp to store a bunch of stuff... then doesn't clean up after itself. After enough time, this will exhaust the storage limits of AWS Lambda's `/tmp`...
Same as https://github.com/GoogleChrome/puppeteer/issues/1825
Looking at the [tracing](https://langchain.readthedocs.io/en/latest/tracing.html) docs, would be great if I could point the output at my own tracing backend using a portable/open-standard format. As the tracing features are built out,...
Via the `kubernetesAttributes` option, map `service.name` and `service.version` to k8s well-known attributes as proposed in the semantic conventions below: https://github.com/open-telemetry/semantic-conventions/pull/349
Add example for sending Kafka messages from a topic to ServiceNow Cloud Observability
What does this PR do? --------------------- * Uses the new `connector` component to turn a nginx request log into metrics. *Known issue*: The `StartTime` field for generated metrics seems to...
One thing that may be obvious about MVC patterns in general, but wanted to add a small note that models should _never_ reference or know about external views. Simple point...
### Component(s) receiver/httpcheck ### Is your feature request related to a problem? Please describe. When the httpcheck receiver runs a check, optionally allow users to capture the result of the...