Skip to content

Adding observability #104

Adding observability

Adding observability #104

Triggered via pull request August 25, 2023 12:52
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: backend/Application/Aggregates/SmartContract/Extensions/SmartContractExtensions.cs#L9
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L3
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Program.cs#L33
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L9
The type or namespace name 'Gauge' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L18
The type or namespace name 'Histogram' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L27
The type or namespace name 'Counter' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Extensions/SmartContractExtensions.cs#L9
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L3
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Program.cs#L33
The type or namespace name 'Prometheus' could not be found (are you missing a using directive or an assembly reference?)
build: backend/Application/Aggregates/SmartContract/Observability/SmartContractMetrics.cs#L9
The type or namespace name 'Gauge' could not be found (are you missing a using directive or an assembly reference?)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/