ldubrois opened a new issue, #3743: URL: https://github.com/apache/hertzbeat/issues/3743
### Question Hi I have just installed Hertzbeat. I want to monitor our Cloud solution. This is a B2B multi-tenant solution. I would like to monitor a set of URL for each tenant : https://ws.site.com/api/tenants/{tenantCode}/endpoint https://auth.site.com/app/tenants/{tenantCode}/probe https://app.site.com/myapp/tenants/{tenantCode}/entity/action To do that, I tried to create a Template with a field ```yaml - field: tenantCode name: en-US: Tenant's Code type: text required: true ``` And in the metrics : ```yaml - name: app-probe i18n: en-US: App Probe priority: 0 interval: 600 fields: - field: responseTime type: 0 unit: ms - field: statusCode type: 0 protocol: http http: host: ws.site.com port: 443 timeout: 30 url: /api/tenants/^_^tenantCode^_^/endpoint method: GET ssl: true successCodes: [200,204] parseType: website ``` It does not seems to work ; will hertzbeat do replace in a the string of is it only field mapping ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
