Mayur Kale

Results 40 issues of Mayur Kale

Change the current implementation that creates 3 metrics from the summary and then converts them to Stackdriver, consider to convert directly to stackdriver format instead.

enhancement
stats
exporters
P2

This is related to #584 The [PluginConfig interface](https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-types/src/trace/instrumentation/Plugin.ts#L50-L87) has `ignoreMethods` and `ignoreUrls` attributes to ignore the traces on provided methods and urls but we are not respecting these values (especially...

bug
triage

The `Resource`s were added to the default SDK in [opentelemetry-js#846](https://github.com/open-telemetry/opentelemetry-js/pull/846). They need to be integrated in the export workflow of the Prometheus exporter similar to [opentelemetry-js#843](https://github.com/open-telemetry/opentelemetry-js/pull/843)

feature-request
up-for-grabs

Fixes #634 These changes have all been tested locally against a real stackdriver exporter and been confirmed to be working.

cla: yes

Originates from https://github.com/census-instrumentation/opencensus-node/pull/711#issuecomment-557117001 Currently, resource detection logic works very well with GCE (`cloud.google.com/gce/instance`), GKE(`k8s.io/container`) and AWS (`aws.com/ec2/instance`) resources in other cases we fallback on `global` resource type. Consider to adding...

feature-request

Continuation of https://github.com/census-instrumentation/opencensus-node/pull/445 and Fixes #297 Specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#over-http

cla: yes

**Expected Behavior:** Unregister the given view. Data will not longer be exported for this view after Unregister returns.

API
Stats
feature-request
GA-Effort
P2

Affected packages: - opencensus-core - opencensus-instrumentation-http - opencensus-instrumentation-https - opencensus-instrumentation-http2 - opencensus-instrumentation-grpc - opencensus-instrumentation-mongodb **Build error: on opencensus-core package** > @opencensus/[email protected] prepare opencensus-node/packages/opencensus-core > npm run compile:release > @opencensus/[email protected] compile:release...

P2

Currently the [startTime](https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-core/src/stats/types.ts#L98) (the start time for view) in the View interface use the number type (time in epoch millisecs). **Better Approach :** We now have the [getTimestampWithProcessHRTime](https://github.com/census-instrumentation/opencensus-node/blob/3db8bf551d1c2519809f045592364f15707851c2/packages/opencensus-core/src/common/time-util.ts#L49), which would...

enhancement
Stats
GA-Effort
P2