$ http ':7777/jolokia/write/org.apache.logging.log4j2:component=Loggers,name=io.opentelemetry,type=251a69d7/Level/INFO'
HTTP/1.1 200 OK
{
"request": {
"attribute": "Level",
"mbean": "org.apache.logging.log4j2:component=Loggers,name=io.opentelemetry,type=251a69d7",
"type": "write",
"value": "INFO"
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 go run main.go
https://ccloud-local-dev.datadoghq.com/notebook/7055821/datadog-otel-gauge-issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.github.com/sirianni/0b4bdac87e62bf136bfa71828827ca43 | |
import os | |
import shutil | |
import time | |
for filename in os.listdir(): | |
if os.path.isfile(filename): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- config.txt 2025-05-15 09:00:00.000000000 +0000 | |
+++ config.txt 2025-05-15 09:05:00.000000000 +0000 | |
@@ -3,10 +3,11 @@ | |
host=localhost | |
-port=8080 | |
+port=9090 | |
timeout=30 | |
enable_logging=true | |
-log_level=debug | |
+log_level=info |
OlderNewer