cost 300 ms
將 OpenTelemetry 導出到 ASP.NET Core 中的 Dynatrace

[英]Exporting OpenTelemetry to Dynatrace in ASP.NET Core

我正在使用以下結構設計用於應用程序跟蹤的基礎結構: 應用程序寫在 .NET 6 日志記錄協議是 OTLP 記錄目標是 Dynatrace 查看具有潛在重跟蹤的多組織微服務記住預期的繁重的並發工作負載,使用什么更有意義? Dynatrace 專用出口商或日志記錄框架(例如帶有 Dynatrace ...

我可以只解析我的日志文件並將其公開給一個 http API 以供 Prometheus 抓取嗎?

[英]Can I just parse my log files and expose it to a http API for Prometheus to scrape?

我是普羅米修斯的新手,如果這是一個愚蠢的問題,請原諒。 我有幾個日志文件,我可以通過一些簡單的解析器邏輯從中提取統計信息/指標。 如果我只是解析它並在 http API 上公開這些指標,如下所示: 並將 http 地址添加到 Prometheus 配置文件中,我的 Prometheus 實例是 ...

為什么監控的 Kafka 消費者滯后值並不總是正確的?

[英]Why is the monitored Kafka consumer lag value not always correct?

我正在使用minikube在Kubernetes上運行 Apache Kafka,而且我還有一個 Pod,其中包含一個用 python 編寫的融合消費者。 我正在使用JMX exporter監控 Kafka 代理指標,並使用kminion consumer exporter監控消費者指標。 這些出口 ...

Three.js GLTFExporter 透明度問題

[英]Three.js GLTFExporter transparency issue

我對 three.js GLTFExporter 有疑問。 我在場景中添加了一個帶有透明 map 的 model。 three.js 渲染中的 model 但是如果我使用 GLTFExporter 導出這個 model,當我使用 GLTFLoader 加載這個 model 時, 不像我之前給你看 ...

Primefaces 10 dataTable p:dataExporter 在遷移后在渲染時生成 ArrayIndexOutOfBoundsException

[英]Primefaces 10 dataTable p:dataExporter generate ArrayIndexOutOfBoundsException on render after migration

環境: Jboss 7.2 Primefaces 10 Java 11 我已經從 primefaces 8 遷移到 primefaces 10 dataTable p:dataExporter 在渲染 xhtml 時生成 ArrayIndexOutOfBoundsException。 當我注 ...

Appdynamics 是否有任何 OpenTelemetry 導出器?

[英]Is there any OpenTelemetry exporter for Appdynamics?

我正在做一些概念證明,以便在不安裝 Appdynamics 代理的情況下將跟蹤和指標攝取到 AppDynamics。 我有一個應用程序發出普羅米修斯指標和跟蹤。 我找不到任何有關 opentelemetry Collector 的 Appdynamics 文檔。 我在https://github. ...

在 opentelemetry prometheus 導出器中更新 label

[英]update label in opentelemetry prometheus exporter

在運行 opentelemetry prometheus 導出器的指標示例時,得到了預期的結果 在 []label.KeyValue 中添加了幾個虛擬值,所以我得到了指標,但我打算在指標中獲取方法名稱和主機名。所以我添加了一個匿名 function 並在變量中分配了返回值。 正如您在下面的源代碼中 ...

Mongodb 出口商即服務 linux

[英]Mongodb Exporter as a Service in linux

我正在嘗試使用此 github 鏈接安裝 mongodb 導出器: https://github.com/percona/mongodb_exporter 我按照此鏈接獲取指令https://www.percona.com/blog/2020/04/17/how-to-configure-mong ...

如何在 snmp 導出器的版本 2 中設置密碼

[英]how to set password in version 2 in snmp exporter

我使用版本 2 的 snmp 在 Cisco 交換機上設置了密碼,但我無法使用導出器 snmp 獲取數據 如何在版本 2 的 snmp 導出器中設置密碼錯誤 level=info ts=2020-12-27T11:37:06.875Z caller=collector.go:224 module=i ...

Prometheus Exporter - 過濾目標

[英]Prometheus Exporter - Filtering targets

我正在 Go 中編寫Prometheus Exporter以公開從 AIX 服務器推送的指標。 AIX 服務器將它們的指標(在 json 中)推送到中央偵聽器(導出程序),該偵聽器將它們轉換為標准 Prometheus 指標並將它們公開以供抓取。 我遇到的問題是指標的主機名是從推送的 json 中 ...

帶有label_values的Grafana查詢解析錯誤

[英]Grafana query parsing error with label_values

有兩個 CouchDB 服務器,我在 Grafana 中使用變量來可視化一些指標,問題是變量查詢最終以錯誤的 prasing 結束: 我不知道為什么它包含斜杠,這會導致空結果。 我是否使用正確的查詢“label_values”? 這是我的變量設置,結果顯示了兩個服務器: 這是我如何使用它 ...

黑盒導出器在哪里存儲探測數據?

[英]Where does blackbox exporter store probe data?

我想通過卷掛載存儲 blackbox-exporter 探針數據,以便當 blackbox 容器因任何原因重新啟動時,以前的探針數據可用。 我有什么辦法可以做到這一點? 我想知道容器內存儲的探針數據在哪里,以便我可以通過卷掛載來保存它。 附帶問題:存儲黑盒導出器探測數據或持久化普羅米修斯數據是否足 ...

具有歷史數據的 Prometheus 導出器

[英]Prometheus exporter with historical data

普羅米修斯出口商是否有可能保存歷史數據,而不僅僅是在抓取時提供價值? 我的目標是我的出口商每 1 毫秒讀取一個值(比如一個傳感器)並保存它。 現在,Prometheus 每 15 秒提取一次數據並獲取自上次抓取以來的值列表。 這是否可能/打算由出口商完成? 因為如果我正確理解,導出器不打算保存值 ...

Blender UV 球導出為 GLTF

[英]Blender UV Sphere Exported as GLTF

當我將默認 UV 球體導出為 GLTF model 時,它最終有 1940 個頂點。 當我導出與 OBJ 相同的 model 時,它有 482 個頂點(正確計數)。 Blender GLTF 導出器(2.83 版)有些不對勁。 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM