Skip to content

Commit

Permalink
Fix integration markdown docs (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanSimpson authored Mar 18, 2022
1 parent 0c6bb66 commit b7dbd63
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
1 change: 0 additions & 1 deletion docs/couchdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,5 @@ Any fields that are blank or missing will not be present in the log entry.
| `jsonPayload.node` | string | node instance name |
| `jsonPayload.host` | string | host instance name |
| `jsonPayload.path` | string | request path |
| `jsonPayload.remote_user` | string | user id (optional) |
| `severity` | string ([`LogSeverity`](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#LogSeverity)) | Log entry level (translated) |
| `timestamp` | string ([`Timestamp`](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)) | Time the entry was logged |
4 changes: 4 additions & 0 deletions docs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The Ops Agent collects the following metrics from your Elasticsearch nodes:
| workload.googleapis.com/elasticsearch.node.open_files | Gauge (INT64) | {files} | | The number of open file descriptors held by the node. |
Labels:
| Metric Name | Label Name | Description | Values |
|-----------------------------------------------------------------------|------------------|--------------------------------|----------------------------------------------------------------------------------|
| workload.googleapis.com/elasticsearch.node.cache.memory.usage | cache_name | The name of cache. | fielddata, query |
Expand Down Expand Up @@ -124,6 +125,7 @@ If `collect_jvm_metrics` is true, the following JVM metrics are collected:
| workload.googleapis.com/jvm.threads.count | Gauge (INT64) | 1 | | The current number of threads |

Labels:

| Metric Name | Label Name | Description | Values |
|----------------------------------------------------|------------|------------------------------------|--------|
| workload.googleapis.com/jvm.gc.collections.count | name | The name of the garbage collector. | |
Expand All @@ -133,6 +135,7 @@ Labels:


If `collect_cluster_metrics` is true, the following cluster-level metrics are collected:

| Metric | Data Type | Unit | Labels | Description |
|----------------------------------------------------------|---------------|----------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| workload.googleapis.com/elasticsearch.cluster.shards | Gauge (INT64) | {shards} | state | The number of shards in the cluster. |
Expand All @@ -141,6 +144,7 @@ If `collect_cluster_metrics` is true, the following cluster-level metrics are co
| workload.googleapis.com/elasticsearch.cluster.health | Gauge (INT64) | {status} | status | The health status of the cluster. See [the Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/cluster-health.html#cluster-health-api-desc) for more information. |

Labels:

| Metric Name | Label Name | Description | Values |
|------------------------------------------------------|------------|-----------------------------------|----------------------------------------------|
| workload.googleapis.com/elasticsearch.cluster.shards | state | The state of the shard. | active, relocating, initializing, unassigned |
Expand Down
12 changes: 6 additions & 6 deletions docs/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ The Ops Agent collects the following metrics from your rabbitmq instances.
| Metric | Data Type | Unit | Labels | Description |
| --- | --- | --- | --- | --- |
| rabbitmq.consumer.count | gauge | {consumers} | <ul> </ul> | The number of consumers currently reading from the queue. |
| rabbitmq.message.acknowledged | cumulative | {messages} | <ul> </ul> | The number of messages acknowledged by consumers. |
| rabbitmq.message.current | gauge | {messages} | <ul> <li>state</li> </ul> | The total number of messages currently in the queue. |
| rabbitmq.message.delivered | cumulative | {messages} | <ul> </ul> | The number of messages delivered to consumers. |
| rabbitmq.message.dropped | cumulative | {messages} | <ul> </ul> | The number of messages dropped as unroutable. |
| rabbitmq.message.published | cumulative | {messages} | <ul> </ul> | The number of messages published to a queue. |
| rabbitmq.consumer.count | gauge | {consumers} | | The number of consumers currently reading from the queue. |
| rabbitmq.message.acknowledged | cumulative | {messages} | | The number of messages acknowledged by consumers. |
| rabbitmq.message.current | gauge | {messages} | state | The total number of messages currently in the queue. |
| rabbitmq.message.delivered | cumulative | {messages} | | The number of messages delivered to consumers. |
| rabbitmq.message.dropped | cumulative | {messages} | | The number of messages dropped as unroutable. |
| rabbitmq.message.published | cumulative | {messages} | | The number of messages published to a queue. |
## Labels
Expand Down
8 changes: 0 additions & 8 deletions docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ The Ops Agent collects the following metrics from your redis servers.
| workload.googleapis.com/redis.replication.offset | gauge | 1 | | The server's current replication o

## Logs
<!-- TODO: Add these config options to public docs -->
<!--
insecure true Sets whether or not to use a secure TLS connection. If set to false, then TLS is enabled.
insecure_skip_verify false Sets whether or not to skip verifying the certificate. If insecure is set to true, then the insecure_skip_verify value is not used.
cert_file Path to the TLS certificate to use for TLS-required connections.
key_file Path to the TLS key to use for TLS-required connections.
ca_file Path to the CA certificate. As a client, this verifies the server certificate. If empty, the receiver uses the system root CA. -->


Redis logs contain the following fields in the [`LogEntry`](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry):

Expand Down

0 comments on commit b7dbd63

Please sign in to comment.