We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable TSDB by default - #7518
"oracle_weblogic": { "properties": { "deployed_application": { "properties": { "deployment": { "properties": { "state": { "properties": { "name": { "type": "keyword", "ignore_above": 1024 }, "value": { "type": "long", "time_series_metric": "gauge" } } } } }, "session_timeout": { "type": "long", "time_series_metric": "gauge" }, "sessions": { "properties": { "open": { "properties": { "current": { "type": "long", "time_series_metric": "gauge" }, "high": { "type": "long", "time_series_metric": "counter" }, "total": { "type": "long", "time_series_metric": "counter" } } } } }, "single_threaded_servlet_pool_size": { "type": "long", "time_series_metric": "gauge" }, "source_info": { "type": "keyword", "time_series_dimension": true }, "status": { "type": "keyword", "ignore_above": 1024 } } } } }
"oracle_weblogic": { "properties": { "threadpool": { "properties": { "mbean": { "type": "keyword", "time_series_dimension": true }, "queue": { "properties": { "length": { "type": "long", "time_series_metric": "gauge" } } }, "requests": { "properties": { "completed": { "type": "long", "time_series_metric": "counter" }, "overload": { "properties": { "rejected": { "type": "long", "time_series_metric": "counter" } } }, "pending": { "type": "long", "time_series_metric": "gauge" } } }, "threads": { "properties": { "daemon": { "type": "long", "time_series_metric": "gauge" }, "execute": { "properties": { "idle": { "type": "long", "time_series_metric": "gauge" }, "total": { "type": "long", "time_series_metric": "counter" } } }, "hogging": { "type": "long", "time_series_metric": "gauge" }, "standby": { "type": "long", "time_series_metric": "gauge" }, "stuck": { "type": "long", "time_series_metric": "gauge" }, "total": { "type": "long", "time_series_metric": "gauge" } } }, "throughput": { "type": "double", "time_series_metric": "gauge" }, "work_manager": { "properties": { "capacity": { "properties": { "shared": { "type": "long", "time_series_metric": "gauge" } } } } } } } } }
The text was updated successfully, but these errors were encountered:
harnish-elastic
Successfully merging a pull request may close this issue.
Test Environment Setup
Datastream : Deployed Application
[O11y][Oracle WebLogic] Add dimension fields for deployed_application datastream #7515
[O11y][Oracle WebLogic] Add metric_type for deployed_application datastream #7513
Verification and validation
Datastream : ThreadPool
[O11y][Oracle WebLogic] Add dimension fields for threadpool datastream #7517
[O11y][Oracle WebLogic] Add metric_type for threadpool datastream #7514
Verification and validation
Enable TSDB by default - #7518
Screenshots
Deployed Application
ThreadPool
The text was updated successfully, but these errors were encountered: