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

Added additional dimension fields for status datastream #6226

Merged
merged 2 commits into from May 17, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/influxdb/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.3"
changes:
- description: Added additional dimension fields for status datastream.
type: bugfix
link: https://github.com/elastic/integrations/pull/6226
- version: "0.4.2"
changes:
- description: Modifed the dimension field mapping to support public cloud deployment.
Expand Down
4 changes: 4 additions & 0 deletions packages/influxdb/data_stream/status/fields/fields.yml
Expand Up @@ -21,6 +21,10 @@
type: keyword
# Reason to add as a dimension field: To support multiple orgs
dimension: true
- name: level
type: keyword
# Reason to add as a dimension field: To support multiple levels
dimension: true
- name: job
type: keyword
description: Type of the job
Expand Down
1 change: 1 addition & 0 deletions packages/influxdb/docs/README.md
Expand Up @@ -57,6 +57,7 @@ Status metrics include details of memory usage, OS thread usage, query statistic
| influxdb.status.label.handler | Request handler. | keyword | | |
| influxdb.status.label.id | | keyword | | |
| influxdb.status.label.job | Type of the job | keyword | | |
| influxdb.status.label.level | | keyword | | |
| influxdb.status.label.method | Type of service operation | keyword | | |
| influxdb.status.label.op | Extended information related to various operations | keyword | | |
| influxdb.status.label.quantile | Number that indicates the histogram quantile value. | keyword | | |
Expand Down
2 changes: 1 addition & 1 deletion packages/influxdb/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: influxdb
title: "InfluxDb"
version: 0.4.2
version: 0.4.3
license: basic
description: "Collect metrics from Influxdb database"
type: integration
Expand Down