Rangel Reale

Results 22 issues of Rangel Reale

... a template using only one parameter - Allows manual field error setting to BaseForm (for exemple, to show API errors) - Fields retain the entered value even on error

Fix tests to not use the "log" prefix, as it makes impossible for a fork to create tests

How do I build this project? I cloned and did "yarn install", then "npm run dev", I get: ``` Running "typescript:build" (typescript) task >> dist/components/k8s-page.ts(979,44): error TS1005: '=' expected. >>...

**Description:** Dynatrace support for Summary metric data type. I created this because I need to use the StatsD receiver, and it don't support Histogram for timing, only Summary. This was...

comp:dynatrace

Option sample: ```go otelhttp.WithMetricAttributes(func(params *otelhttp.MetricAttributesParams) []attribute.KeyValue { return semconv.HTTPServerAttributesFromHTTPRequest(params.Operation, "", params.Request) }), ```

# Description Add OTLP/HTTP metric exporter Fixes #2447 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...

### Description `NewNoopTracerProvider` creates a TraceProvider that isn't really noop, it returns a non-recording span that returns a "not-valid" trace id, making inner traces creating a new traceID. ### Environment...

bug

Add HTTP client metrics following the [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.17.0/specification/metrics/semantic_conventions/http-metrics.md#http-client). As users of `Transport` are not expected to have a handler where they can customize the attributes using a `Labeler`, callback function...

When encoding a yaml tag in a map key, the tag appears on the next line. got: ```yaml a: b: c: !!timestamp test ``` expected: ```yaml a: b: c: !!timestamp...