Update prometheus exporter to fixed version

Apparently all of our issues should be resolved by now
This commit is contained in:
Łukasz Domeradzki
2024-07-07 04:52:10 +02:00
parent f30fcb3941
commit 2f09e74f1a
2 changed files with 2 additions and 11 deletions

View File

@@ -12,14 +12,5 @@
],
"git-submodules": {
"enabled": true
},
"packageRules": [
{
// TODO: <= 1.7.0-rc.1 for invalid response on monitoring endpoint, last failed version 1.8.0-rc.1 - https://github.com/open-telemetry/opentelemetry-dotnet/issues/5506
// TODO: 1.9.0-alpha.1 generates empty responses - https://github.com/open-telemetry/opentelemetry-dotnet/issues/5661
"allowedVersions": "<= 1.7.0-rc.1",
"matchManagers": [ "nuget" ],
"matchPackageNames": [ "OpenTelemetry.Exporter.Prometheus.AspNetCore" ]
}
]
}
}