The Wayback Machine - https://web.archive.org/web/20200225205517/https://github.com/topics/stackdriver
Skip to content
#

stackdriver

Here are 99 public repositories matching this topic...

kenashcraft
kenashcraft commented Mar 26, 2019

#444 ported most of the packages to use ts-mocha in order to get good Typescript stack traces in tests. There were a few packages not covered by that PR that need to be ported still:

  • opencensus-nodejs: has tests that expect .js files/syntax
  • opencensus-instrumentation-redis: I couldn't figure out what was going wrong
  • opencensus-exporter-ocagent: Depends on the compilation step to copy f
kevinqqnj
kevinqqnj commented Jan 25, 2019

Thanks for the good examples.
There's warning when running example/queue:
queue/runner.py:19: DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead

python 3.7.2
aiozipkin==0.5.0
aiohttp==3.5.4
aiojobs==0.2.2

Checked latest aiohttp doc., maybe need to update like this (it works without warnings):

# /examples/queue/runner.py
def ru
m4h
m4h commented Dec 26, 2019

Hello,

In stackdriver_exporter documentation specified that GCP metric of type DELTA is exported as Gauge, but it is not true.
I encountered a case where it was exported as Histogram.

# HELP stackdriver_bigtable_table_bigtable_googleapis_com_server_latencies Distribution of server request latencies for a table, measured when calls reach Cloud Bigtable.
# TYPE stackdriver_bigta
mwuertinger
mwuertinger commented Aug 7, 2019

What version of the Exporter are you using?

v0.12.4

What version of OpenCensus are you using?

v0.22.0

What version of Go are you using?

go version go1.12.7 linux/amd64

What did you do?

I accidentally built and registered a view with a nil tag key:

myView = &view.View{
	Name:        "myview",
	Description: "some description",
	Measure:     myMeasure,
	Aggreg
bug
StevenYCChou
StevenYCChou commented May 17, 2019

VERSION file on master branch is confusing. For example,
fc1c9e25897105f7f4f28db48b9440eb886ff87e is included in release 0.4.2, but the VERSION file still shows as 0.4.0.

#81 pointed out VERSION file is used to build the binary. Here is an example when you show the version of the binary:

$ ./stackdriver-prometheus-sidecar --version
prometheus, version 0.4.0 (branch: master, revision: b
bcoe
bcoe commented Feb 12, 2020
  1) error-reporting
       Should not report unhandledRejections if disabled:
     Uncaught DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      at emitDeprecationWarning (internal/process/promises.js:111:13)
      at emitWarning (internal/process/promise
TraxRetail
TraxRetail commented Nov 25, 2018

Hello,
It is important for us to know the number of messages in a subscription.
We are using 'num_outstanding_messages'/'num_undelivered_messages' and can't get the exact amount right.
We use a small test to simulate it and it fails many times.
GCP_QUEUE listens to GCP_TOPIC_QUEUE messages.
@google-cloud/monitoring 0.6.0.
Debugging locally with linux mint 17.3.
We get an empty answer many

Improve this page

Add a description, image, and links to the stackdriver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stackdriver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.