-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Kubernetes] Add new time.created
field to from kube_deployment_created
#36837
[Kubernetes] Add new time.created
field to from kube_deployment_created
#36837
Conversation
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
💔 Build Failed
Expand to view the summary
Build stats
Pipeline error
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
@@ -32,6 +32,7 @@ var mapping = &p.MetricsMapping{ | |||
"kube_deployment_status_replicas_unavailable": p.Metric("replicas.unavailable"), | |||
"kube_deployment_status_replicas_available": p.Metric("replicas.available"), | |||
"kube_deployment_spec_replicas": p.Metric("replicas.desired"), | |||
"kube_deployment_created": p.Metric("time.created", p.OpUnixTimestampValue()), |
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.
this is the primary concern of the PR
This pull request is now in conflicts. Could you fix it? 🙏
|
1 similar comment
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
This pull request is now in conflicts. Could you fix it? 🙏
|
Proposed commit message
See title.
See issue #36820.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
See issue #36820
Screenshots
Logs