Pranav Sharma
Pranav Sharma
Running `gimme stable` now results in the following output - ```shell /tmp/bin/gimme stable I don't have any idea what to do with '1.21.0 time 2023-08-04T20:14:06Z'. (using download type 'auto') ```...
Fixes #2453 ## Changes Added the following optional configuration options (booleans) to the prometheus exporter: - `without_units` : controls whether to add unit suffixes (e.g. `_seconds`) to the metric names....
**What are you trying to achieve?** The current [prometheus exporter spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/prometheus.md#configuration) suggests that there can be a configuration - `without_type_suffix` which if enabled, produces metrics without `type_suffix`. IIUC, this only...
**Is your feature request related to a problem? Please describe.** `GoogleCredentials` currently does not provide access to the resource project ID. It only has method to provide access to the...
Adds missing space after "//" in comments to satisfy lint issues and keep it consistent with other comments in file.
### Issue The spec for OTLP/HTTP Response [Failures](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md#failures-1) states that the > The response body for all HTTP 4xx and HTTP 5xx responses MUST be a Protobuf-encoded [Status](https://godoc.org/google.golang.org/genproto/googleapis/rpc/status#Status) message that...
Fixes #53 Removing the min & max heap size JVM args will cause the application deployment to fallback to default values.
This is a very well written sample, but extremely low values for Xms & Xmx values limit certain use cases for this sample. For instance, I'm attempting to attach a...
This PR adds a project ID getter for `ComputeEngineCredentials`. This is a follow-up to work done in #1813