Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backfill 3rd party apps logo path #581

Merged
merged 4 commits into from
May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions integration_test/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type IntegrationMetadata struct {
PublicUrl string `yaml:"public_url"`
ShortName string `yaml:"short_name" validate:"required"`
LongName string `yaml:"long_name" validate:"required"`
LogoPath string `yaml:"logo_path"`
Description string `yaml:"description" validate:"required"`
ConfigurationOptions *ConfigurationOptions `yaml:"configuration_options" validate:"required"`
ConfigureIntegration string `yaml:"configure_integration"`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/activemq"
short_name: ActiveMQ
long_name: Apache ActiveMQ
logo_path: /stackdriver/images/activemq.png # supplied by google technical writer
description: |-
The Apache ActiveMQ integration collects storage usage and message metrics.
Storage metrics include memory and disk usage. Message metrics include number of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/apache"
short_name: Apache Web Server
long_name: Apache Web Server (httpd)
logo_path: /stackdriver/images/apache.png # supplied by google technical writer
description: |-
The Apache Web Server integration collects traffic-related metrics, such as the
number of open connections or incoming requests. The integration also collects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/cassandra"
short_name: Cassandra
long_name: Apache Cassandra
logo_path: /stackdriver/images/cassandra.png # supplied by google technical writer
description: |-
The Apache Cassandra integration collects request, task, and storage metrics
that highlight the load on an instance. Optionally, the integration can also
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/couchdb"
short_name: CouchDB
long_name: Apache CouchDB
logo_path: /stackdriver/images/couchdb.png # supplied by google technical writer
description: |-
The Apache CouchDB integration collects traffic-related metrics, such as the
number of requests to a node and responses from the node. It also collects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/elasticsearch"
short_name: Elasticsearch
long_name: Elasticsearch
logo_path: /stackdriver/images/elasticsearch.png # supplied by google technical writer
description: |-
Elasticsearch is an open-source search server, based on the
[Lucene](https://lucene.apache.org/) search library. It runs in a Java virtual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/hadoop"
short_name: Hadoop
long_name: Apache Hadoop
logo_path: /stackdriver/images/hadoop.png # supplied by google technical writer
description: |-
The Apache Hadoop integration collects name-node metrics related to storage,
such as capacity utilization, file accesses, and blocks. The integration also
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/hbase"
short_name: HBase
long_name: Apache HBase
logo_path: /stackdriver/images/hbase.png # supplied by google technical writer
description: |-
The Apache HBase integration collects cluster metrics from `master` and region
servers. Region server metrics are related to storage as well as request and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/iis"
short_name: IIS
long_name: IIS
logo_path: /stackdriver/images/iis.png # supplied by google technical writer
description: |-
The Internet Information Services (IIS) integration collects metrics from your
IIS web servers. The metrics provide connection information and also data on
Expand Down Expand Up @@ -176,4 +177,4 @@ configuration_options:
description: A time.Duration value, such as 30s or 5m.
- name: receiver_version
default: null
description: Establishes the version of the metric collection implementation.
description: Establishes the version of the metric collection implementation.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm"
short_name: JVM
long_name: JVM
logo_path: /stackdriver/images/java.png # supplied by google technical writer
description: |-
The JVM integration collects JVM metrics exposed through [Java Management
Extensions (JMX)](https://www.oracle.com/java/technologies/javase/javamanagement.html).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/kafka"
short_name: Kafka
long_name: Apache Kafka
logo_path: /images/launcher/logos/kafka.png # supplied by google technical writer
description: |-
The Apache Kafka integration collects broker metrics, such as topic requests and
failures. It also monitors the partitions on the broker. The integration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/memcached"
short_name: Memcached
long_name: Memcached
logo_path: /stackdriver/images/memcached.png # supplied by google technical writer
description: |-
The Memcached integration primarily collects cache-usage metrics, such as the
number of items in a cache, the number of evictions, and the number of bytes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/mongodb"
short_name: MongoDB
long_name: MongoDB
logo_path: /images/launcher/logos/mongodb.png # supplied by google technical writer
description: |-
The MongoDB integration primarily collects database metrics, such as the number
of operations and objects, as well as resource usage. The integration also
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/mssql"
short_name: SQL Server
long_name: Microsoft SQL Server
logo_path: /stackdriver/images/mssql.png # supplied by google technical writer
description: |-
The Microsoft SQL Server integration collects metrics from your SQL Server
instances. The metrics provide transaction-rate information and also data on
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/mysql"
short_name: MySQL
long_name: MySQL
logo_path: /images/launcher/logos/mysql.png # supplied by google technical writer
description: |-
The {{ plugin_name }} integration collects performance metrics related to
InnoDB, the buffer pool, and various other operations. It also collects general,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/nginx"
short_name: nginx
long_name: nginx
logo_path: /images/partners/nginx.png # supplied by google technical writer
description: |-
The nginx integration collects connection metrics and access logs. Connection
metrics capture the current state of the connection: active, reading, or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/postgresql"
short_name: PostgreSQL
long_name: PostgreSQL
logo_path: /images/launcher/logos/postgresql.png # supplied by google technical writer
description: |-
The PostgreSQL integration collects database-usage metrics, such as the database
size, the number of backends, or the number of operations. The integration also
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/rabbitmq"
short_name: RabbitMQ
long_name: RabbitMQ
logo_path: /stackdriver/images/rabbitmq.png # supplied by google technical writer
description: |-
The RabbitMQ integration collects message metrics, such as the number of
delivered, published, and dropped messages. The integration also collects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/redis"
short_name: Redis
long_name: Redis
logo_path: /images/launcher/logos/redis.png # supplied by google technical writer
description: |-
The Redis integration collects metrics related to performance and usage.
Performance metrics focus on CPU, memory, and network throughput, and usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/solr"
short_name: Solr
long_name: Apache Solr
logo_path: /stackdriver/images/solr.png # supplied by google technical writer
description: |-
The Apache Solr integration collects core and cache metrics. Core metrics focus
on requests, document count, and index size. Cache metrics focus on cache
Expand Down Expand Up @@ -176,4 +177,4 @@ configuration_options:
description: The configured password if JMX is configured to require authentication.
- name: collection_interval
default: 60s
description: A time.Duration value, such as 30s or 5m.
description: A time.Duration value, such as 30s or 5m.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/tomcat"
short_name: Tomcat
long_name: Apache Tomcat
logo_path: /images/launcher/logos/tomcat.png # supplied by google technical writer
description: |-
The Apache Tomcat integration collects traffic-related metrics, such as the
number of active sessions or network throughput. The integration also collects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
short_name: varnish
long_name: Varnish HTTP Cache
logo_path: /images/partners/varnish-logo.png # supplied by google technical writer
description: |-
The Varnish integration collects cache and session metrics.
It monitors the number of objects entering and exiting the cache,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/wildfly"
short_name: WildFly
long_name: WildFly
logo_path: /stackdriver/images/wildfly.png # supplied by google technical writer
description: |-
The WildFly integration collects WildFly logs and parses them into a JSON
payload. The result includes source, message code, level, and message.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/zookeeper"
short_name: ZooKeeper
long_name: Apache ZooKeeper
logo_path: /stackdriver/images/zookeeper.png # supplied by google technical writer
description: |-
The Apache ZooKeeper integration collects traffic metrics for nodes, such as
latency, active requests, and active connections. The integration also collects
Expand Down