-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cleanup metric names inside scalers #2260
Conversation
Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
/run-e2e |
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Could you take a look and share your thoughts @zroubalik ? |
InfluxDB e2e test has a timeout during the startup, but it works. |
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
/run-e2e solace.test.ts |
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
/run-e2e |
@JorTurFer looking great! I like the unification. I'd do a few minor changes:
|
Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
@zroubalik PTAL |
@JorTurFer the following job has been canceled, because of an action on this PR: https://github.com/kedacore/keda/actions/runs/1439326562 |
Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
f75ebaf
to
c37d26b
Compare
These listed metrics are the expected result for each scaler:
sx-artemis-{queueName}
sx-kafka-{topic}
sx-aws-cloudwatch-{dimensionName}
sx-aws-kinesis-{streamName}
sx-aws-sqs-{queueName}
sx-azure-blob-{blobContainerName | customUserName}
sx-azure-eventhub-{eventhubConnection}
sx-azure-log-analytics-{workspaceId | customUserName}
(No changes)sx-azure-monitor-{azureMonitorName}
sx-azure-pipelines-{poolId}
sx-azure-servicebus-{queueName | topicName}
sx-azure-queue-{queueName}
sx-cassandra-{keyspace | customUserName}
(No changes)sx-cron-{timezone}-{start}-{end}
(No changes)sx-{metricName}
(No changes)sx-gcp-ps-{subscripotionName}
(No changes)sx-graphite-{metricName}
(No changes)sx-huawei-cloudeye-{metricName}
sx-ibmmq-{queueName}
sx-influxdb-{organizationName | userCustomName}
sx-workload-{namespace}
sx-liiklus-{topic}
sx-metric-api-{valueLocation}
sx-mongodb-{collection | userCustomName}
sx-mssql-{database | host | customUserName}
sx-mysql-{dbName}
(No changes)sx-stan-{subject}
sx-openstack-metric-{metricId}
sx-openstack-swift-{metricName}
sx-postgresql{ |-userCustomName}
sx-prometheus-{metricName}
sz-rabbitmq-{queueName | userCustomName}
sx-redis-{listName}
(No changes)sx-redis-{listName}
(No changes)sx-redis-streams-{streamName}
sx-redis-streams-{streamName}
sx-seleniumgrid-{browserName}
sx-solace-{queueName}-{metricType}
Checklist
Fixes #2191