/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/ |
H A D | README.md | 1 # OpenCensus Stackdriver Stats Exporter 3 The *OpenCensus Stackdriver Stats Exporter* is a stats exporter that exports data to 4 Stackdriver Monitoring. [Stackdriver Monitoring][stackdriver-monitoring] provides visibility into 5 the performance, uptime, and overall health of cloud-powered applications. Stackdriver ingests that 15 In order to be able to push your stats to [Stackdriver Monitoring][stackdriver-monitoring], you mus… 19 3. [Enable the Stackdriver Monitoring API](https://console.cloud.google.com/apis/dashboard). 23 ### Hello "Stackdriver Stats" 37 <artifactId>opencensus-exporter-stats-stackdriver</artifactId> 52 compile 'io.opencensus:opencensus-exporter-stats-stackdriver:0.28.3' 71 By default, Stackdriver Stats Exporter will try to automatically detect the environment if your [all …]
|
/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/ |
H A D | StackdriverStatsExporter.java | 17 package io.opencensus.exporter.stats.stackdriver; 22 import static io.opencensus.exporter.stats.stackdriver.StackdriverExportUtils.DEFAULT_CONSTANT_LABE… 23 import static io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.DEFAULT_DEADLI… 24 import static io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.DEFAULT_PROJEC… 25 import static io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.DEFAULT_RESOUR… 53 * Exporter to Stackdriver Monitoring Client API v3. 133 * <p>Only one Stackdriver exporter can be created. 137 * @param exportInterval the interval between pushing stats to StackDriver. 138 * @throws IllegalStateException if a Stackdriver exporter already exists. 161 * Creates a Stackdriver Stats exporter for an explicit project ID, with default Monitored [all …]
|
H A D | StackdriverStatsConfiguration.java | 17 package io.opencensus.exporter.stats.stackdriver; 19 import static io.opencensus.exporter.stats.stackdriver.StackdriverExportUtils.DEFAULT_CONSTANT_LABE… 73 * Returns the export interval between pushes to StackDriver. 81 * Returns the Stackdriver {@link MonitoredResource}. 89 * Returns the name prefix for Stackdriver metrics. 98 * Returns the display name prefix for Stackdriver metrics. 107 * Returns the constant labels that will be applied to every Stackdriver metric. 115 * Returns the deadline for exporting to Stackdriver Monitoring backend. 125 * Returns the {@link MetricServiceStub} to be used to make calls to Stackdriver Monitoring v3 182 * @param exportInterval the export interval between pushes to StackDriver. [all …]
|
H A D | StackdriverExportUtils.java | 17 package io.opencensus.exporter.stats.stackdriver; 78 /** Util methods to convert OpenCensus Metrics data models to StackDriver monitoring data models. */ 99 // Stackdriver Monitoring v3 only accepts up to 200 TimeSeries per CreateTimeSeries call. 109 // Mappings for the well-known OC resources to applicable Stackdriver resources. 185 // [0, first_bound) but Stackdriver monitoring bucket bounds begin with -infinity 211 // Convert a OpenCensus MetricDescriptor to a StackDriver MetricDescriptor 259 // Convert a OpenCensus Type to a StackDriver MetricKind 272 // Convert a OpenCensus Type to a StackDriver ValueType 286 // StackDriver. 350 // Convert a OpenCensus Point to a StackDriver Point [all …]
|
/aosp_15_r20/external/opencensus-java/exporters/trace/stackdriver/ |
H A D | README.md | 1 # OpenCensus Stackdriver Trace Exporter 6 The *OpenCensus Stackdriver Trace Exporter* is a trace exporter that exports data to 7 Stackdriver Trace. [Stackdriver Trace][stackdriver-trace] is a distributed 19 In order to be able to push your traces to [Stackdriver Trace][stackdriver-trace], you must: 23 3. [Enable the Stackdriver Trace API](https://console.cloud.google.com/apis/api/cloudtrace.googleap… 27 ### Hello "Stackdriver Trace" 41 <artifactId>opencensus-exporter-trace-stackdriver</artifactId> 56 compile 'io.opencensus:opencensus-exporter-trace-stackdriver:0.28.3' 96 #### Enable Stackdriver Trace API access scope on Google Cloud Platform 97 If your Stackdriver Trace Exporter is running on Kubernetes Engine or Compute Engine, [all …]
|
/aosp_15_r20/external/opencensus-java/contrib/log_correlation/stackdriver/ |
H A D | README.md | 1 # OpenCensus Stackdriver Log Correlation 3 The `opencensus-contrib-log-correlation-stackdriver` artifact provides a 4 [Stackdriver Logging](https://cloud.google.com/logging/) 8 ID, and sampling decision to each log entry, which allows Stackdriver to display the log entries 17 library to export logs to Stackdriver. `google-cloud-logging` must be version `1.33.0` or later. 22 **Note that this artifact does not support logging done through the Stackdriver Logging agent.** 31 <artifactId>opencensus-contrib-log-correlation-stackdriver</artifactId> 40 runtime 'io.opencensus:opencensus-contrib-log-correlation-stackdriver:0.28.3' 54 `io.opencensus.contrib.logcorrelation.stackdriver.OpenCensusTraceLoggingEnhancer.projectId` 63 "`io.opencensus.contrib.logcorrelation.stackdriver.OpenCensusTraceLoggingEnhancer`" to the list of [all …]
|
/aosp_15_r20/external/opencensus-java/ |
H A D | CHANGELOG.md | 61 - Provide a `Deadline` option to Stackdriver Trace exporter. Default value is 10 seconds if it's no… 62 - Provide a `Deadline` option to Stackdriver Stats exporter. Default value is 10 seconds. 63 Also provide a `MetricServiceStub` option so that advanced users can use a custom Stackdriver 73 …o allow users to override the default "opencensus_task" metric label in Stackdriver Stats Exporter. 106 …g_entry.proto#L143-L149) in the Stackdriver `LogEntry` protocol buffer in `opencensus-contrib-log-… 109 - Add Summary Metric support for Stackdriver exporter. 117 - Migrate to new Stackdriver Kubernetes monitored resource. This could be a breaking change 124 `opencensus-contrib-log-correlation-stackdriver` to match the 148 - Allow custom prefix for Stackdriver metrics in `StackdriverStatsConfiguration`. 162 - Add an experimental artifact, `opencensus-contrib-log-correlation-stackdriver`, for [all …]
|
H A D | settings.gradle | 17 include ":opencensus-exporter-trace-stackdriver" 22 include ":opencensus-exporter-stats-stackdriver" 35 include ":opencensus-contrib-log-correlation-stackdriver" 63 project(':opencensus-contrib-log-correlation-stackdriver').projectDir = 64 "$rootDir/contrib/log_correlation/stackdriver" as File 79 project(':opencensus-exporter-stats-stackdriver').projectDir = 80 "$rootDir/exporters/stats/stackdriver" as File 93 project(':opencensus-exporter-trace-stackdriver').projectDir = 94 "$rootDir/exporters/trace/stackdriver" as File
|
/aosp_15_r20/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/ |
H A D | StackdriverExporter.java | 17 package io.opencensus.exporter.trace.stackdriver; 28 * An OpenCensus span exporter implementation which exports data to Stackdriver Trace. 46 * Creates and registers the Stackdriver Trace exporter to the OpenCensus library for an explicit 47 * project ID and using explicit credentials. Only one Stackdriver exporter can be registered at 52 * @throws IllegalStateException if a Stackdriver exporter is already registered. 65 * Creates and registers the Stackdriver Trace exporter to the OpenCensus library for an explicit 66 * project ID. Only one Stackdriver exporter can be registered at any point. 79 * @throws IllegalStateException if a Stackdriver exporter is already registered. 91 * Creates and registers the Stackdriver Trace exporter to the OpenCensus library. Only one 92 * Stackdriver exporter can be registered at any point. [all …]
|
H A D | StackdriverTraceExporter.java | 17 package io.opencensus.exporter.trace.stackdriver; 35 * An OpenCensus span exporter implementation which exports data to Stackdriver Trace. 61 * Creates and registers the Stackdriver Trace exporter to the OpenCensus library. Only one 62 * Stackdriver exporter can be registered at any point. 72 * @throws IllegalStateException if a Stackdriver exporter is already registered. 78 checkState(handler == null, "Stackdriver exporter is already registered."); in createAndRegister() 119 * Unregisters the Stackdriver Trace exporter from the OpenCensus library. 121 * @throws IllegalStateException if a Stackdriver exporter is not registered. 126 checkState(handler != null, "Stackdriver exporter is not registered."); in unregister()
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/ |
H A D | README.md | 1 # Google Stackdriver Monitoring Client for Java 3 Java idiomatic client for [Stackdriver Monitoring][product-docs]. 68 …Stackdriver Monitoring APIs, and the authenticated principal must have the [IAM role(s)][predefine… 74 You will need a [Google Cloud Platform Console][developer-console] project with the Stackdriver Mon… 75 You will need to [enable billing][enable-billing] to use Google Stackdriver Monitoring. 85 ## About Stackdriver Monitoring 88 …Stackdriver Monitoring][product-docs] collects metrics, events, and metadata from Google Cloud, Am… 90 See the [Stackdriver Monitoring client library docs][javadocs] to learn how to 91 use this Stackdriver Monitoring Client Library. 104 Stackdriver Monitoring uses gRPC for the transport layer.
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | AutoscalingPolicyCustomMetricUtilization.java | 78 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… 268 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 283 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 306 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 334 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 349 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 372 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 466 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… 482 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… 506 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… [all …]
|
H A D | AutoscalingPolicyCustomMetricUtilizationOrBuilder.java | 30 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 42 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 54 …* A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API … 67 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 79 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 91 …* The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative valu… 154 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… 167 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA… 180 …* Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GA…
|
/aosp_15_r20/external/google-cloud-java/java-trace/ |
H A D | README.md | 1 # Google Stackdriver Trace Client for Java 3 Java idiomatic client for [Stackdriver Trace][product-docs]. 68 …Stackdriver Trace APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam… 74 You will need a [Google Cloud Platform Console][developer-console] project with the Stackdriver Tra… 85 ## About Stackdriver Trace 88 [Stackdriver Trace][product-docs] is a distributed tracing system that collects latency data from y… 90 See the [Stackdriver Trace client library docs][javadocs] to learn how to 91 use this Stackdriver Trace Client Library. 104 Stackdriver Trace uses gRPC for the transport layer.
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
H A D | ServiceTier.java | 50 * The Stackdriver Basic tier, a free tier of service that provides basic 64 * The Stackdriver Premium tier, a higher, more expensive tier of service 65 * that provides access to all Stackdriver features, lets you use Stackdriver 92 * The Stackdriver Basic tier, a free tier of service that provides basic 106 * The Stackdriver Premium tier, a higher, more expensive tier of service 107 * that provides access to all Stackdriver features, lets you use Stackdriver
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dialogflow_v3beta1.projects.locations.agents.html | 167 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 169 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 177 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 200 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 202 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 210 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 301 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 303 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 311 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 387 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… [all …]
|
D | dialogflow_v3.projects.locations.agents.html | 167 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 169 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 177 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 200 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 202 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 210 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 301 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… 303 …"enableStackdriverLogging": True or False, # If true, StackDriver logging is currently e… 311 …"enableStackdriverLogging": True or False, # Indicates if stackdriver logging is enabled… 387 …for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speec… [all …]
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/trace/v2/ |
H A D | opencensus.proto | 49 // Enables the Stackdriver exporter if set to true. The project_id must also 53 // The Cloud project_id to use for Stackdriver tracing. 56 // (optional) By default, the Stackdriver exporter will connect to production 57 // Stackdriver. If stackdriver_address is non-empty, it will instead connect 62 // (optional) The gRPC server that hosts Stackdriver tracing service. Only 64 // is not provided, the default production Stackdriver address will be used.
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/trace/v3/ |
H A D | opencensus.proto | 57 // Enables the Stackdriver exporter if set to true. The project_id must also 61 // The Cloud project_id to use for Stackdriver tracing. 64 // (optional) By default, the Stackdriver exporter will connect to production 65 // Stackdriver. If stackdriver_address is non-empty, it will instead connect 70 // (optional) The gRPC server that hosts Stackdriver tracing service. Only 72 // is not provided, the default production Stackdriver address will be used.
|
/aosp_15_r20/external/opencensus-java/all/ |
H A D | build.gradle | 20 project(':opencensus-contrib-log-correlation-stackdriver'), 32 project(':opencensus-exporter-trace-stackdriver'), 37 project(':opencensus-exporter-stats-stackdriver'), 55 project(':opencensus-contrib-log-correlation-stackdriver'), 67 project(':opencensus-exporter-trace-stackdriver'), 72 project(':opencensus-exporter-stats-stackdriver'),
|
/aosp_15_r20/external/googleapis/google/api/servicecontrol/ |
H A D | README.md | 43 [Stackdriver Logging](/logging), and [Stackdriver Monitoring](/monitoring), 63 * Sending logs to Stackdriver Logging 64 * Sending metrics to Stackdriver Monitoring 120 and retrieved with appropriate APIs, such as the Stackdriver Logging and 121 Stackdriver Monitoring APIs.
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
H A D | AdvancedSettings.java | 85 * If true, StackDriver logging is currently enabled. 160 * If true, StackDriver logging is currently enabled. 570 * If true, StackDriver logging is currently enabled. 585 * If true, StackDriver logging is currently enabled. 604 * If true, StackDriver logging is currently enabled. 808 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 828 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 850 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 1499 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 1518 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
H A D | AdvancedSettings.java | 85 * If true, StackDriver logging is currently enabled. 161 * If true, StackDriver logging is currently enabled. 576 * If true, StackDriver logging is currently enabled. 591 * If true, StackDriver logging is currently enabled. 610 * If true, StackDriver logging is currently enabled. 818 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 839 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 864 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 1526 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, 1546 * Settings for Dialogflow History, Contact Center messages, StackDriver logs, [all …]
|
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v1/ |
H A D | servicecontrol.yaml | 59 Management](/service-infrastructure/docs/service-management/getting-started), [Stackdriver 60 Logging](/logging), and [Stackdriver Monitoring](/monitoring), while 83 * Sending logs to Stackdriver Logging 84 * Sending metrics to Stackdriver Monitoring 144 appropriate APIs, such as the Stackdriver Logging and Stackdriver
|
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v2/ |
H A D | servicecontrol.yaml | 58 …ps://cloud.google.com/service-infrastructure/docs/service-management/getting-started), [Stackdriver 59 Logging](https://cloud.google.com/products/operations), and [Stackdriver 83 * Sending logs to Stackdriver Logging 84 * Sending metrics to Stackdriver Monitoring 144 appropriate APIs, such as the Stackdriver Logging and Stackdriver
|