-
Notifications
You must be signed in to change notification settings - Fork 456
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
[O11y][Traefik] Add metric_type for health datastream #7768
[O11y][Traefik] Add metric_type for health datastream #7768
Conversation
🌐 Coverage report
|
…into traefik-health-add-metric_type Conflicts: packages/traefik/changelog.yml packages/traefik/manifest.yml
9006c8b
to
cca842c
Compare
/test |
1 similar comment
/test |
@harnish-elastic , please complete the peer review. |
@ritalwar , are you good to approve the PR ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
In the screenshot of Discover view, I notice gauge and counter icons associated with other fields, but for "response.status_codes," the icon doesn't match the specified type, which is "counter." Is the metric type successfully applied in this case? |
Updated screenshot, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…into traefik-health-add-metric_type Conflicts: packages/traefik/changelog.yml packages/traefik/docs/README.md packages/traefik/manifest.yml
Package traefik - 1.9.1 containing this change is available at https://epr.elastic.co/search?package=traefik |
What does this PR do?
This PR adds metric_type mapping for the fields of the health data stream.
Checklist
I have reviewed tips for building integrations and this pull request is aligned with them.
I have verified that all data streams collect metrics or logs.
I have added an entry to my package's
changelog.yml
file.I have verified that Kibana version constraints are current according to guidelines.
Relates Traefik TSDB Enablement #7766
Screenshot
Refer: #7766