Skip to content

Commit

Permalink
Merge pull request #602 from GoogleCloudPlatform/_update_third_party_…
Browse files Browse the repository at this point in the history
…2023-08-03_11_51

Compose per integration metadata.yaml and ops_agent_metadata.yaml files based on the content in ops-agent repo.
  • Loading branch information
EvanSimpson authored Aug 3, 2023
2 parents 18f8aa1 + 5da487b commit ccffd84
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
9 changes: 9 additions & 0 deletions integrations/cassandra/ops_agent_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ platforms:
- name: jsonPayload.timeStopping
type: string
description: Seconds the JVM took to stop threads before garbage collection
- name: jsonPayload.level
type: string
description: Level of the log entry
- name: jsonPayload.pid
type: string
description: Process ID of the Java process logging the message
- name: jsonPayload.tid
type: string
description: Thread ID of the Java process logging the message
- name: severity
type: string
description: ''
Expand Down
23 changes: 22 additions & 1 deletion integrations/elasticsearch/ops_agent_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platforms:
patch: 0
metrics_minimum_supported_version:
major: 2
minor: 21
minor: 32
patch: 0
detections:
- characteristic_log:
Expand Down Expand Up @@ -298,3 +298,24 @@ platforms:
kind: GAUGE
labels:
- state
- name: workload.googleapis.com/elasticsearch.cluster.in_flight_fetch
value_type: INT64
kind: GAUGE
labels: []
- name: workload.googleapis.com/elasticsearch.cluster.pending_tasks
value_type: INT64
kind: GAUGE
labels: []
- name: workload.googleapis.com/elasticsearch.node.cache.count
value_type: INT64
kind: GAUGE
labels:
- type
- name: workload.googleapis.com/elasticsearch.node.fs.disk.free
value_type: INT64
kind: GAUGE
labels: []
- name: workload.googleapis.com/elasticsearch.node.fs.disk.total
value_type: INT64
kind: GAUGE
labels: []
10 changes: 9 additions & 1 deletion integrations/mysql/ops_agent_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platforms:
patch: 0
metrics_minimum_supported_version:
major: 2
minor: 8
minor: 32
patch: 0
detections:
- characteristic_log:
Expand Down Expand Up @@ -212,6 +212,14 @@ platforms:
kind: CUMULATIVE
labels:
- operation
- name: workload.googleapis.com/mysql.replica.time_behind_source
value_type: INT64
kind: GAUGE
labels: []
- name: workload.googleapis.com/mysql.replica.sql_delay
value_type: INT64
kind: GAUGE
labels: []
- name: workload.googleapis.com/mysql.row_locks
value_type: INT64
kind: CUMULATIVE
Expand Down

0 comments on commit ccffd84

Please sign in to comment.