Stackdriver
Welcome to the Google Stackdriver idea forum. You can submit and vote on ideas here to tell the Stackdriver team which features you’d like to see.
This forum is for feature suggestions, and is visited regularly by Google’s Product Managers. It is not actively monitored by our technical support team. If you’re looking for help forums, look here:
We can’t wait to hear from you!
-
Ability to send Error Notifications to Slack or Custom Email Address
Currently, alerts can only be sent to the email of someone's personal account. But we would prefer not to create cloud accounts for all developers and operators. Instead, we'd like to send errors caught by stackdriver to a slack room or to a group email account (just as is done for errors caught by the normal stackdriver utility).
The documents mention setting up a "forward" from your gmail account, but this is hacky and doesnt work for users that don't have access to a gsuite address
117 votes -
Suppress Alerts During Maintenance Window
It would be great if we could define daily/weekly/monthly maintenance windows and then suppress alerts during the maintenance window. This would save us receiving false positive alerts during scheduled downtime.
79 votes -
Add ability to copy stackdriver dashboard between projects
A pretty common setup is to have a gcp project for dev and prod environments. It would be great to have an ability to setup service dashboard in one gcp project(dev) and later copy dashboard as template for another gcp project.
62 votes -
save of request advanced filter
i would like to keep my "advanced filter", i am always using the same, and copy paste it. a save as default would be even a good improvement
27 votes -
Ability to filter GKE Namespaces
I run several namespaces on my GKE clusters that generate errors that I do not care about, and several that I do.
I'd like to be able to only be notified when errors are generated by specific GKE namespaces.
27 votes -
Support for Dart
In building an app with Flutter, GCP, and Firebase, it would be nice if Stackdriver Error Reporting was able to parse stack traces from Dart...could be an acceptable alternative to Crashlytics, which is not yet supported.
26 votes -
Support for Elixir
Parsing stack traces from Elixir error logs
21 votes -
Add a Compute Instance Memory Metric
It would be great if Stackdriver had a compute instance metric which allowed you to track memory usage over time. This would allow users to evaluate whether they are over or under-provisioning memory.
18 votesHi, I spoke with the Stackdriver team, and there are two sets of metrics – one comes from inside the guest, and one comes from outside. We think you may be able to get what you want from this set 1 (the other set is this set 2).
1 https://cloud.google.com/monitoring/api/metrics#agent
2 https://cloud.google.com/monitoring/api/metrics#gcp-compute
-
Add an ability to comment lines on the "advanced logs filter" text area
Currently, advanced logs filter area does not allow commenting filter lines to toggle between narrower and broader search.
Something like:
logName="projects/p/logs/hadoop-hdfs-namenode"
would be very helpful
18 votes -
18 votes
-
Support POST data in Stackdriver uptime checks
Uptime checks should support non-GET HTTP methods too, including POST with data.
18 votes -
Monitoring App
It would be nice to see the dashboards from a mobile App. Cloud Console App shows some graphs but they are not the same as StackDriver's Dashboards.
15 votes -
Support composite metrics
It would be helpful to be able to build (for the purposes of graphing and alerting) derived metrics consisting of one or more metrics modified via one or more mathematical functions.
e.g. Given the two existing metrics: "memory used" and "total memory". One should be able to create a composite metric of "memory utilization percent" by dividing memory used by memory total and multiplying by 100.
15 votesThis is available via alpha APIs today. We’re working on getting the APIs to beta and supporting this via the UI as well.
-
Support labels for Error Reporting
It would be great if error reporting also supported Labels, like the logging client does. This would allow us to classify errors, and attach metadata without polluting the main error message and destroying cardinality.
13 votes -
Support Pub/Sub notifications on new Error report
Today only e-mail notification or mobile app are supported.
We want to send to Slack and possibly do other fancy logic with CI...
We want to have Pub/Sub support to Cloud Function
13 votes -
Alert policies based on anomaly detection algorithms
Up to now, only metric absence or metric threshold conditions are available in Alerting for SD Monitoring. Adding some anomaly detection algorithm can be helpful in some cases.
12 votes -
Jump to time should accept plain text dates
I should be able to copy the datetime from the logs and paste it to "Jump to time" dialog as is. E.g. "2018-07-02 16:51:24.000 EEST
07-02 13:51:24". Having to manually enter the date/time and timezone in different fields is very tedious and time consuming10 votes -
Export Stackdriver logs to CSV or to a bucket
Should be able to export Stackdriver logs to a CSV or a storage bucket.
8 votes -
Allow cumulative 'count' for Stackdriver logging events
Currently, with log-based metrics, there is no simple way to get 'How many times did this log appear within the past X days?' The only way this can be done is setting a custom time aggregator on a dashboard which is fed by a log-based metric. The time range cannot over-extend the first event, or it will show 0. This also doesn't integrate with a dashboard, as your custom time aggregator can't be modified afterwards.
Stackdriver should allow for a cumulative total (count) of 'How many times did this log entry appear based off of your search' and easily appear…
6 votes -
Analysis report for requests with identifiers in URIs
Please allow one to generate analysis reports for request handlers that have identifiers in the URI.
Example of two URIs that can be managed by the same request handler and should have a merged analysis report:
/api/v1/resource/1/subresource
/api/v1/resource/2/subresource6 votes
- Don't see your idea?