-
Updated
Feb 25, 2020 - C#
stackdriver
Here are 99 public repositories matching this topic...
-
Updated
Feb 19, 2020 - JavaScript
#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
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
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
-
Updated
Feb 25, 2020 - Shell
-
Updated
Feb 24, 2020
-
Updated
Feb 25, 2020 - TypeScript
After Sandbox is created, the user should receive instructions on "what's next" which should include 101 overview of all Stackdriver components.
-
Updated
Feb 9, 2020 - Java
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
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
-
Updated
Sep 30, 2019 - Go
-
Updated
Feb 9, 2020 - Python
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
-
Updated
Dec 29, 2019 - Go
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
-
Updated
Feb 25, 2020 - TypeScript
While I was looking to adopt this, I wished to see a section on how would be the estimated pricing look like per month, maybe something like:
| product | pricing model | estimate |
|---|---|---|
| cloud run | per-event | ~$0-2 |
| dataflow | per-gb streamed (?) | $20-30 |
| total | .. | $??? |
In https://github.com/GoogleCloudPlatform/gke-anthos-holistic-demo/blob/master/README.md
Around when you define the k proxy through the bastion host:
alias k="HTTPS_PROXY=localhost:8888 kubectl"
Maybe indicate that you can also ssh directly into the bastion using the GCP console, set up kubectl using the output of:
echo $(terraform output get_credentials)
Then skip t
Backend: Kubernetes
The cmd binaries in the stackdriver-nozzle src directory have no documentation; they are very hidden.
A doc should be added explaining the why/what/how of each.
-
Updated
Feb 16, 2020 - Go
-
Updated
Feb 23, 2020 - PHP
-
Updated
Jan 29, 2020 - JavaScript
-
Updated
Feb 21, 2020 - Go
Improve this page
Add a description, image, and links to the stackdriver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stackdriver topic, visit your repo's landing page and select "manage topics."


Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.