mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9K
active users

#prometheus

17 posts17 participants1 post today

After upgrading my VictoriaMetrics cluster, I've found that I no longer get container resource usage for worker nodes (but still get it from control plane nodes).

From what I can see vmagent is still scraping the worker nodes and isn't returning errors, but the scraped metrics just aren't going anywhere?

I've completed removed all drop configs so it doesn't appear to be related to that.

Just really confused. Tempted to file a bug report but not skilled enough with the product to be sure its not a skill issue.

Replied in thread

@ingo

Ich verstehe diese weit verbreitete #Kinderfeindlichkeit nicht.

Dann schafft euch halt keine an, wenn sie euch nerven. Dann könnt ihr in Ruhe euren "Espresso" schlürfen und euch über eure Arbeit aufregen.

Ach ja: die habt ihr euch auch selbst ausgesucht.

Wenn die euch nervt, sucht euch ne andere. Lässt sich mit jedem beliebigen Thema fortsetzen.

Motto. Seid wie #Prometheus und denkt vorher.

Seid nicht #Epimetheus.

I have an open source #golang library and I want to add counters to it.

Right now i am just using #prometheus with promauto but being open source it should be more "generic".

Looking at #otel it seems like a nightmare to instrument compared to promauto.

Anyone have any suggestions or examples?

Разбираем архитектуру. Часть 2. Чистая архитектура на примере FastAPI приложения

Идея проекта - создать относительно небольшой пример приложения, демонстрирующий распространённый функционал: логирование, мониторинг, хранение и обработку данных, интеграцию с внешними системами и работу с фоновыми задачами. Функционально проект реализует систему сбора и анализа вакансий с агрегаторов вроде HeadHunter. Но гораздо важнее не то, какие задачи решает система, а то — как именно она это делает. Этот проект — прежде всего о структуре, архитектуре и принципах. Основные используемые технологии : Python 3.13, FastAPI, Nginx, Uvicorn, PostgreSQL, Alembic, Celery, Redis, Pytest, FileBeat, LogStash, ElasticSearch, Kibana, Prometheus, Grafana, Docker, Docker Compose.

habr.com/ru/articles/908082/

ХабрРазбираем архитектуру. Часть 2. Чистая архитектура на примере FastAPI приложенияО проекте Теперь, когда мы прошли «курс молодого бойца» по архитектуре , самое время перейти к разбору проекта. Исходный код проекта : тут или тут для более удобного ориентирования. Основные...