Brandon Johnson
Brandon Johnson
While poking around with Julia, I wanted to test if multiple returns would work, so I tried the "Temperature Variations" problem, but even with just the stub code, it refuses...
### Proposed Change * Adds custom message based throughput measurements. These measurements are emitted over an OpAMP connection. In bindplane-agent, throughput measurements are associated with a static registry, which holds...
# DO NOT MERGE - changes are required to BindPlane in order to be compatible with these changes. ### Proposed Change * Bumps OpAMP to v0.15.0 * New IDs will...
**Is your feature request related to a problem? Please describe.** Currently, the authentication extension client interface supports HTTP and gRPC authentication. However, we would like to be able to authenticate...
This PR adds a new ComponentDetails type that allows agents to communicate metadata relating to the components available in the agent.
### Component(s) processor/transform ### What happened? ## Description Not sure if "bug" is the right label for this, but the tracing component for the transform processor seems to be taking...
**Description:** For large numbers of files, the logic that deduplicates the filenames between matches is costly. This is mainly due to the O(n^2) deduping algorithm used. If we instead use...
### Summary When using exec.Command with user defined input, I expect G204 (Subprocess launched with variable) to trigger. However, if that user defined input is used directly from a function...
### Proposed Change * Enables the move of the metric conversion functions (between sum/gauge) to the metric context. We want to merge this in v1.62.0 ##### Checklist - [ ]...
For agent/server heartbeats, the agent initially starts with a 30 second heartbeat interval, which can then be updated by the server if it chooses to. However, there doesn't seem to...