Ashutosh Kumarbravo1goingdark.hashnode.dev·Jan 12, 2025Understanding Prometheus Monitoring: Architecture and Types of MetricsIntroduction Part of maintaining healthy, performant systems is monitoring. It could be a simple application or complex architecture microservice; keeping tabs on system performance, metrics, and errors are all pieces of the monitoring puzzle. Perhap...38 reads#prometheus
Ankit Anandankitanand.hashnode.dev·Jan 8, 2025Limitations of the RICE FrameworkUnderstanding the Limitations of the RICE Framework: When and Where Not to Use It The RICE framework—which stands for Reach, Impact, Confidence, and Effort—is a popular prioritization tool used in product management. It helps teams decide which proje...rice framework
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Jan 4, 2025Observability Explained: Your System’s Superpower!What is Observability? Observability helps you understand what’s happening inside your system by analyzing the outputs it generates like figuring out why a car is making noise by listening to it. Pillars of Observability Monitoring (WHY is your appl...observability
Amulyaawscloudbasics.hashnode.dev·Jan 3, 2025Understanding Observability: From Zero to HeroIntroduction In today's complex software systems, understanding what's happening inside your applications is crucial. This comprehensive guide will explore observability, its importance, and how it differs from traditional monitoring approaches. What...ObservabilityObservability vs. Monitoring
Gaurav Kumargauravbytes.hashnode.dev·Jan 1, 2025Integrating Metrics and Analytics with Custom GraphQL Plugins : Enhance GraphQL APIsModern web applications demand flexible and high-performing APIs, and GraphQL has become the go-to solution for managing data flow between clients and servers. However, as applications grow in complexity, developers need a way to extend the functiona...1 like·72 readsMastering GraphQL with Node.jsanalytics
KiwiChipcodecompass.hashnode.dev·Dec 22, 2024LLMs 파인튜닝 프로젝트: 제품 설명으로 가격 예측하기 (1)💡 프로젝트 개요 👉 LLM(대형 언어 모델)을 처음부터 훈련하는 것은 비용이 많이 든다.➡️ 이를 해결하기 위해 전이 학습(Transfer Learning)을 사용한다.➡️ 기존의 Pretrained 모델을 베이스로 사용하고, 특정 작업(Task)을 위해 추가로 파인 튜닝하는 방식이다. 이번 프로젝트에서는 제품 설명을 기반으로 가격을 예측하는 모델을 구축한다.일반적으로 사용되는 회귀 모델 대신 Frontier 모델을 사용하여 더 뛰어난 성...Learning LLMsllm
Nishi Jainmicrostrategy-interview-questions.hashnode.dev·Dec 20, 2024What Are Level Metrics and there examples?Level metrics in MicroStrategy are metrics that allow you to define the level (attribute) at which the metric is calculated, independent of the report structure. They are primarily used to override the default behavior of metrics that calculate based...level-metrics
Nishi Jainlearn-sql.hashnode.dev·Dec 19, 2024Understanding Simple, Subtotal, and Smart Metrics in MicroStrategyWhen preparing for a MicroStrategy interview, it’s important to understand the differences between Simple Metrics, Subtotals, and Smart Metrics. These are fundamental concepts that help in creating dynamic and effective reports. Here’s a quick brush-...#microstrategy
Firat Komurcublog.firatkomurcu.com·Dec 15, 2024Observability in Your Application: Metrics with OpenTelemetryUnderstanding an application's behavior in real-time is essential when deploying it. Think of it as checking the weather before heading out—you want to know the state of your app at a glance. Key indicators such as requests per minute (RPM), resource...OpenTelemetry
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 12, 2024Gather HTTP metrics for a Java app using Open Telemetry and Prometheus.Context Propagation: Ensure proper propagation of the trace context across threads and asynchronous operations. Error Handling: Implement proper error handling to capture and report exceptions. Sampling: Adjust the sampling rate based on your monitor...opentelemetry collector