We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description As part of #728 have an annotation for MetricPipelines ready which will activate the new receiver for collecting kyma module status.
The annotation might be named like:
telemetry.kyma-project.io/kymastats: true
Criterias
Reasons
Attachments
Release Notes
The text was updated successfully, but these errors were encountered:
A config which works for me:
singleton_receiver_creator: auth_type: serviceAccount leader_election: lease_name: telemetry-metric-agent-kymastats lease_namespace: kyma-system receiver: kymastats: auth_type: serviceAccount collection_interval: 30s module_groups: - operator.kyma-project.io - connectivityproxy.sap.com - operator.sme.sap.com
New RBAC settings working for me:
Role:
- apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - create - patch - update
ClusterRole:
- apiGroups: - operator.kyma-project.io - connectivityproxy.sap.com - operator.sme.sap.com resources: - '*' verbs: - list
Sorry, something went wrong.
shorim
No branches or pull requests
Description
As part of #728 have an annotation for MetricPipelines ready which will activate the new receiver for collecting kyma module status.
The annotation might be named like:
Criterias
Reasons
Attachments
Release Notes
The text was updated successfully, but these errors were encountered: