~troyanov/maas:fix-temporal-service-name

Last commit made on 2023-07-26
Get this branch:
git clone -b fix-temporal-service-name https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
fix-temporal-service-name
Repository:
lp:~troyanov/maas

Recent commits

c5759d7... by Anton Troyanov

fix(temporal): fix service name for deb install

51d7837... by Alberto Donato

PrometheusMetrics.record_call_latency: get labels after call, include return value

4f19abe... by Anton Troyanov

feat(temporal)!: enable prometheus metrics on 5272

Tally is used, because opentelemetry doesn't seem to be stable yet.

From the docs:
  framework: The framework to use, currently supports opentelemetry and tally,
  default is tally.
  We plan to switch default to opentelemetry once its API become stable

BREAKING CHANGE: Temporal frontend service now listens on 5271

fff1d94... by Alberto Donato

apiserver: add service collection dependency

This avoids the need for each handler to depend on the DB connection and
different services

7ac1853... by Alberto Donato

support coroutines in PrometheusMetrics.record_call_latency

This also moves to pytest

7d159c5... by Alberto Donato

move golangci-lint install to the `make build` target

Installing it in `make install-dependencies`` fails in CI where the target is run as root, causing the bin/ directory to be owned by root

5506ace... by Bill Wear

Update maas-offline-docs to 67b39094
[what-is-new-with-maas-2-7-5993.md] Updated what-is-new-with-maas-2-7-5993.md to current discourse version

2ce5afc... by Bill Wear

Update maas-offline-docs to 5d0221f8
[test-document-7281.md] Updated test-document-7281.md to current discourse version

7d02965... by Bill Wear

Update maas-offline-docs to 8938d7e6
[metrics-reference-7268.md] add detailed index to top of document

4259117... by Jacopo Rota

Refactoring machine list tests with maasapiserver