You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When metricSinks.prometheusScrapingEndpoint.enableMetricTimestamps is set to true in the runtime config, the timestamp of the scrape is not reflected when calling /metrics.
Expected Behavior
# HELP azure_network_interface_bytes_received_rate Number of bytes the network interface received
# TYPE azure_network_interface_bytes_received_rate gauge
azure_network_interface_bytes_received_rate{resource_group="dsunnerer-dp200-1",subscription_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",resource_uri="subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/dsunnerer-dp200-1/providers/Microsoft.Network/networkInterfaces/test-dsunnerer913",instance_name="test-dsunnerer913"} 174316.6 1597405378
# HELP promitor_ratelimit_arm Indication how many calls are still available before Azure Resource Manager is going to throttle us.
# TYPE promitor_ratelimit_arm gauge
promitor_ratelimit_arm{tenant_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",subscription_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",app_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"} 11976 1597405378
Actual Behavior
# HELP azure_network_interface_bytes_received_rate Number of bytes the network interface received
# TYPE azure_network_interface_bytes_received_rate gauge
azure_network_interface_bytes_received_rate{resource_group="dsunnerer-dp200-1",subscription_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",resource_uri="subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/dsunnerer-dp200-1/providers/Microsoft.Network/networkInterfaces/test-dsunnerer913",instance_name="test-dsunnerer913"} 174316.6
# HELP promitor_ratelimit_arm Indication how many calls are still available before Azure Resource Manager is going to throttle us.
# TYPE promitor_ratelimit_arm gauge
promitor_ratelimit_arm{tenant_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",subscription_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",app_id="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"} 11976
Steps to Reproduce the Problem
Set metricSinks.prometheusScrapingEndpoint.enableMetricTimestamps in the runtime configuration
Start the container
Call /metrics
Configuration
Provide insights in the configuration that you are using:
When
metricSinks.prometheusScrapingEndpoint.enableMetricTimestamps
is set totrue
in the runtime config, the timestamp of the scrape is not reflected when calling/metrics
.Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
metricSinks.prometheusScrapingEndpoint.enableMetricTimestamps
in the runtime configuration/metrics
Configuration
Provide insights in the configuration that you are using:
Used runtime configuration
Output when calling `/api/v1/configuration/runtime`
Used metrics configuration
Specifications
The text was updated successfully, but these errors were encountered: